public interface SaxDeserializer extends ContentHandler
XMLizable object from SAX events. This interface extends the SAX
 ContentHandler interface and through this interface can receive events generated by a SAX
 parser. When the parse has completed, the getObject() method may be called to retrieve
 the XMLizable object.| Modifier and Type | Method and Description | 
|---|---|
| XMLizable | getObject()Retrieves the  XMLizableobject that has been built from the SAX events this object has
 already received. | 
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMappingXMLizable getObject() throws InvalidXMLException
XMLizable object that has been built from the SAX events this object has
 already received. Once this method is called, all state is cleared from this object and it is
 ready to deserialize another object.InvalidXMLException - if an object could not be constructedCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.