public interface UnmarshallingEventHandler
AbstractUnmarshallingEventHandlerImpl throws a SAXException when a problem is encountered and that problem is not reported. It is the responsibility of the caller of this interface to report it to the client's ValidationEventHandler and re-wrap it into UnmarshalException.
Modifier and Type | Method and Description |
---|---|
void |
enterAttribute(String uri,
String local,
String qname) |
void |
enterElement(String uri,
String local,
String qname,
Attributes atts) |
void |
leaveAttribute(String uri,
String local,
String qname) |
void |
leaveChild(int nextState) |
void |
leaveElement(String uri,
String local,
String qname) |
Object |
owner()
Returns the content-tree object for which this unmarshaller
is working for.
|
void |
text(String s) |
Object owner()
void enterElement(String uri, String local, String qname, Attributes atts) throws SAXException
SAXException
void leaveElement(String uri, String local, String qname) throws SAXException
SAXException
void text(String s) throws SAXException
SAXException
void enterAttribute(String uri, String local, String qname) throws SAXException
SAXException
void leaveAttribute(String uri, String local, String qname) throws SAXException
SAXException
void leaveChild(int nextState) throws SAXException
SAXException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.