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
UnreportedException
void leaveElement(String uri, String local) throws UnreportedException
UnreportedException
void text(String s) throws UnreportedException
UnreportedException
void enterAttribute(String uri, String local) throws UnreportedException
UnreportedException
void leaveAttribute(String uri, String local) throws UnreportedException
UnreportedException
void leaveChild(int nextState) throws UnreportedException
UnreportedException
Copyright © 2023 Oracle Corporation. All rights reserved.