public final class LeafPropertyXsiLoader extends Loader
expectText| Constructor and Description |
|---|
LeafPropertyXsiLoader(Loader defaultLoader,
TransducedAccessor xacc,
Accessor acc) |
| Modifier and Type | Method and Description |
|---|---|
Collection<QName> |
getExpectedAttributes()
Returns a set of tag names expected as possible child elements in this context.
|
Collection<QName> |
getExpectedChildElements()
Returns a set of tag names expected as possible child elements in this context.
|
protected Loader |
selectLoader(UnmarshallingContext.State state,
TagName ea) |
void |
startElement(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.
|
childElement, expectText, fireAfterUnmarshal, fireBeforeUnmarshal, handleGenericError, handleGenericException, handleGenericException, handleParseConversionException, leaveElement, reportError, reportError, reportUnexpectedChildElement, textpublic LeafPropertyXsiLoader(Loader defaultLoader, TransducedAccessor xacc, Accessor acc)
public void startElement(UnmarshallingContext.State state, TagName ea) throws SAXException
Loader
The callee may change state.loader to designate another Loader
for the processing. It's the responsibility of the callee to forward the startElement
event in such a case.
startElement in class Loaderea - info about the start tag. never null.SAXExceptionprotected Loader selectLoader(UnmarshallingContext.State state, TagName ea) throws SAXException
SAXExceptionpublic Collection<QName> getExpectedChildElements()
LoadergetExpectedChildElements in class Loaderpublic Collection<QName> getExpectedAttributes()
LoadergetExpectedAttributes in class LoaderCopyright © 2018 JBoss by Red Hat. All rights reserved.