org.jopendocument.io
Class SaxContentUnmarshaller

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by org.jopendocument.io.SaxContentUnmarshaller
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class SaxContentUnmarshaller
extends DefaultHandler


Constructor Summary
SaxContentUnmarshaller(OpenDocument openDocument)
           
 
Method Summary
 void characters(char[] data, int start, int length)
           
 void dumpAutoStyles()
           
 void dumpSpreadSheets()
           
 void dumpSpreadSheetsRows()
           
 void endElement(String uri, String localName, String qName)
           
 OfficeAutomaticStyles getAutomaticstyles()
           
 OfficeBody getBody()
           
 void startElement(String uri, String localName, String qName, Attributes attribs)
           
 
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
 

Constructor Detail

SaxContentUnmarshaller

public SaxContentUnmarshaller(OpenDocument openDocument)
Method Detail

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.