public class SpreadsheetMLContentHandler extends MsOffice2007ContentHandler
appendChar, content| Constructor and Description | 
|---|
| SpreadsheetMLContentHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | characters(char[] ch,
          int start,
          int length) | 
| void | endElement(String namespaceURI,
          String localName,
          String qName) | 
| String | getFilePattern() | 
| void | startElement(String namespaceURI,
            String localName,
            String rawName,
            Attributes atts) | 
getContentendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic String getFilePattern()
getFilePattern in class MsOffice2007ContentHandlerpublic void startElement(String namespaceURI, String localName, String rawName, Attributes atts) throws SAXException
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void characters(char[] ch,
              int start,
              int length)
                throws SAXException
characters in interface ContentHandlercharacters in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void endElement(String namespaceURI, String localName, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionCopyright © 2015. All Rights Reserved.