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, text
public 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 Loader
ea
- info about the start tag. never null.SAXException
protected Loader selectLoader(UnmarshallingContext.State state, TagName ea) throws SAXException
SAXException
public Collection<QName> getExpectedChildElements()
Loader
getExpectedChildElements
in class Loader
public Collection<QName> getExpectedAttributes()
Loader
getExpectedAttributes
in class Loader
Copyright © 2017 JBoss by Red Hat. All rights reserved.