Module org.eclipse.persistence.core
Interface UnmarshallerHandler
- All Superinterfaces:
ContentHandler
- All Known Implementing Classes:
XMLUnmarshallerHandler
Class used to unmarshal SAX events to objects.
-
Method Summary
Methods inherited from interface org.xml.sax.ContentHandler
characters, declaration, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
-
Method Details
-
getResult
Object getResult()Returns the object that was unmarshalled from the SAX events.- Returns:
- the resulting object
-