Class LeafPropertyXsiLoader
java.lang.Object
com.sun.xml.bind.v2.runtime.unmarshaller.Loader
com.sun.xml.bind.v2.runtime.unmarshaller.LeafPropertyXsiLoader
-
Field Summary
Fields inherited from class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
expectText -
Constructor Summary
ConstructorsConstructorDescriptionLeafPropertyXsiLoader(Loader defaultLoader, TransducedAccessor xacc, Accessor acc) -
Method Summary
Modifier and TypeMethodDescriptionReturns a set of tag names expected as possible child elements in this context.Returns a set of tag names expected as possible child elements in this context.protected LoaderselectLoader(UnmarshallingContext.State state, TagName ea) voidstartElement(UnmarshallingContext.State state, TagName ea) Called when the loader is activated, which is when a new start tag is seen and when the parent designated this loader as the child loader.Methods inherited from class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
childElement, expectText, fireAfterUnmarshal, fireBeforeUnmarshal, handleGenericError, handleGenericException, handleGenericException, handleParseConversionException, leaveElement, reportError, reportError, reportUnexpectedChildElement, text
-
Constructor Details
-
LeafPropertyXsiLoader
-
-
Method Details
-
startElement
Description copied from class:LoaderCalled when the loader is activated, which is when a new start tag is seen and when the parent designated this loader as the child loader.The callee may change
state.loaderto designate anotherLoaderfor the processing. It's the responsibility of the callee to forward the startElement event in such a case.- Overrides:
startElementin classLoaderea- info about the start tag. never null.- Throws:
SAXException
-
selectLoader
- Throws:
SAXException
-
getExpectedChildElements
Description copied from class:LoaderReturns a set of tag names expected as possible child elements in this context.- Overrides:
getExpectedChildElementsin classLoader
-
getExpectedAttributes
Description copied from class:LoaderReturns a set of tag names expected as possible child elements in this context.- Overrides:
getExpectedAttributesin classLoader
-