public class XlsxRowHandler extends DefaultHandler
| 构造器和说明 |
|---|
XlsxRowHandler(AnalysisContext analysisContext,
org.apache.poi.xssf.model.StylesTable stylesTable) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement(String uri,
String localName,
String name) |
void |
startElement(String uri,
String localName,
String name,
Attributes attributes) |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic XlsxRowHandler(AnalysisContext analysisContext, org.apache.poi.xssf.model.StylesTable stylesTable)
public void startElement(String uri, String localName, String name, Attributes attributes) throws SAXException
startElement 在接口中 ContentHandlerstartElement 在类中 DefaultHandlerSAXExceptionpublic void endElement(String uri, String localName, String name) throws SAXException
endElement 在接口中 ContentHandlerendElement 在类中 DefaultHandlerSAXExceptionpublic void characters(char[] ch,
int start,
int length)
throws SAXException
characters 在接口中 ContentHandlercharacters 在类中 DefaultHandlerSAXExceptionCopyright © 2018–2019 Alibaba Group. All rights reserved.