org.jopendocument.io
Class SaxContentUnmarshaller
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.jopendocument.io.SaxContentUnmarshaller
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
public class SaxContentUnmarshaller
- extends DefaultHandler
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SaxContentUnmarshaller
public SaxContentUnmarshaller(OpenDocument openDocument)
characters
public void characters(char[] data,
int start,
int length)
- Specified by:
characters
in interface ContentHandler
- Overrides:
characters
in class DefaultHandler
dumpAutoStyles
public void dumpAutoStyles()
dumpSpreadSheets
public void dumpSpreadSheets()
dumpSpreadSheetsRows
public void dumpSpreadSheetsRows()
endElement
public void endElement(String uri,
String localName,
String qName)
- Specified by:
endElement
in interface ContentHandler
- Overrides:
endElement
in class DefaultHandler
getAutomaticstyles
public OfficeAutomaticStyles getAutomaticstyles()
getBody
public OfficeBody getBody()
startElement
public void startElement(String uri,
String localName,
String qName,
Attributes attribs)
- Specified by:
startElement
in interface ContentHandler
- Overrides:
startElement
in class DefaultHandler
Copyright © 2010 jOpenDocument All Rights Reserved.