|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
org.jeecgframework.poi.excel.imports.sax.SheetHandler
public class SheetHandler
回调接口
| 构造方法摘要 | |
|---|---|
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)
|
| 从类 org.xml.sax.helpers.DefaultHandler 继承的方法 |
|---|
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public SheetHandler(org.apache.poi.xssf.model.SharedStringsTable sst,
ISaxRowRead rowRead)
| 方法详细信息 |
|---|
public void startElement(String uri,
String localName,
String name,
Attributes attributes)
throws SAXException
ContentHandler 中的 startElementorg.xml.sax.helpers.DefaultHandler 中的 startElementSAXException
public void endElement(String uri,
String localName,
String name)
throws SAXException
ContentHandler 中的 endElementorg.xml.sax.helpers.DefaultHandler 中的 endElementSAXException
public void characters(char[] ch,
int start,
int length)
throws SAXException
ContentHandler 中的 charactersorg.xml.sax.helpers.DefaultHandler 中的 charactersSAXException
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||