Interface UnmarshallerHandler

  • All Superinterfaces:
    org.xml.sax.ContentHandler
    All Known Implementing Classes:
    XMLUnmarshallerHandler

    public interface UnmarshallerHandler
    extends org.xml.sax.ContentHandler
    Class used to unmarshal SAX events to objects.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object getResult()
      Returns the object that was unmarshalled from the SAX events.
      • Methods inherited from interface org.xml.sax.ContentHandler

        characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
    • Method Detail

      • getResult

        java.lang.Object getResult()
        Returns the object that was unmarshalled from the SAX events.
        Returns:
        the resulting object