org.jeecgframework.poi.excel.imports.sax
类 SheetHandler

java.lang.Object
  继承者 org.xml.sax.helpers.DefaultHandler
      继承者 org.jeecgframework.poi.excel.imports.sax.SheetHandler
所有已实现的接口:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class SheetHandler
extends org.xml.sax.helpers.DefaultHandler

回调接口

作者:
JueYue

构造方法摘要
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
 

构造方法详细信息

SheetHandler

public SheetHandler(org.apache.poi.xssf.model.SharedStringsTable sst,
                    ISaxRowRead rowRead)
方法详细信息

startElement

public void startElement(String uri,
                         String localName,
                         String name,
                         Attributes attributes)
                  throws SAXException
指定者:
接口 ContentHandler 中的 startElement
覆盖:
org.xml.sax.helpers.DefaultHandler 中的 startElement
抛出:
SAXException

endElement

public void endElement(String uri,
                       String localName,
                       String name)
                throws SAXException
指定者:
接口 ContentHandler 中的 endElement
覆盖:
org.xml.sax.helpers.DefaultHandler 中的 endElement
抛出:
SAXException

characters

public void characters(char[] ch,
                       int start,
                       int length)
                throws SAXException
指定者:
接口 ContentHandler 中的 characters
覆盖:
org.xml.sax.helpers.DefaultHandler 中的 characters
抛出:
SAXException


Copyright © 2015. All Rights Reserved.