Interface SaxDeserializer

    • Method Detail

      • getObject

        XMLizable getObject()
                     throws InvalidXMLException
        Retrieves the 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.
        Returns:
        the deserialized object
        Throws:
        InvalidXMLException - if an object could not be constructed