public class SheetHandler extends DefaultHandler
| 构造器和说明 |
|---|
SheetHandler(org.apache.poi.xssf.model.SharedStringsTable sst,
ISaxRowRead rowRead) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 SheetHandler(org.apache.poi.xssf.model.SharedStringsTable sst,
ISaxRowRead rowRead)
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 © 2017. All Rights Reserved.