Package org.openl.excel.parser.sax
Class WorkbookHandler
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.openl.excel.parser.sax.WorkbookHandler
-
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler
public class WorkbookHandler extends DefaultHandler
-
-
Constructor Summary
Constructors Constructor Description WorkbookHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SAXSheetDescriptor>getSheetDescriptors()booleanisUse1904Windowing()voidstartElement(String uri, String localName, String qName, Attributes attributes)-
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
-
-
-
-
Method Detail
-
startElement
public void startElement(String uri, String localName, String qName, Attributes attributes)
- Specified by:
startElementin interfaceContentHandler- Overrides:
startElementin classDefaultHandler
-
getSheetDescriptors
public List<SAXSheetDescriptor> getSheetDescriptors()
-
isUse1904Windowing
public boolean isUse1904Windowing()
-
-