Class Discarder
- java.lang.Object
-
- com.sun.xml.bind.v2.runtime.unmarshaller.Loader
-
- com.sun.xml.bind.v2.runtime.unmarshaller.Discarder
-
-
Field Summary
Fields Modifier and Type Field Description static Loader
INSTANCE
-
Fields inherited from class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
expectText
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
childElement(UnmarshallingContext.State state, TagName ea)
Called when this loaderis an active loaderand we see a new child start tag.-
Methods inherited from class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
expectText, fireAfterUnmarshal, fireBeforeUnmarshal, getExpectedAttributes, getExpectedChildElements, handleGenericError, handleGenericException, handleGenericException, handleParseConversionException, leaveElement, reportError, reportError, reportUnexpectedChildElement, startElement, text
-
-
-
-
Field Detail
-
INSTANCE
public static final Loader INSTANCE
-
-
Method Detail
-
childElement
public void childElement(UnmarshallingContext.State state, TagName ea)
Description copied from class:Loader
Called when this loaderis an active loaderand we see a new child start tag.The callee is expected to designate another loaderas a loaderthat processes this element, then it should also register a
Receiver
. The designated loaderwill become an active loader.The default implementation reports an error saying an element is unexpected.
- Overrides:
childElement
in classLoader
-
-