public interface UnmarshallingEventHandler
ContentHandlerEx 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)
Deprecated.
|
void |
enterElement(String uri,
String local,
Attributes atts)
Deprecated.
|
void |
leaveAttribute(String uri,
String local)
Deprecated.
|
void |
leaveChild(int nextState)
Deprecated.
|
void |
leaveElement(String uri,
String local)
Deprecated.
|
void |
text(String s)
Deprecated.
|
void enterElement(String uri, String local, Attributes atts) throws UnreportedException
UnreportedExceptionvoid leaveElement(String uri, String local) throws UnreportedException
UnreportedExceptionvoid text(String s) throws UnreportedException
UnreportedExceptionvoid enterAttribute(String uri, String local) throws UnreportedException
UnreportedExceptionvoid leaveAttribute(String uri, String local) throws UnreportedException
UnreportedExceptionvoid leaveChild(int nextState)
throws UnreportedException
UnreportedExceptionCopyright © 2015 Oracle Corporation. All Rights Reserved.