Modifier and Type | Field and Description |
---|---|
static Loader |
INSTANCE |
expectText
Modifier and Type | Method and Description |
---|---|
void |
childElement(UnmarshallingContext.State state,
TagName ea)
Called when this loaderis an active loaderand we see a new child start tag.
|
expectText, fireAfterUnmarshal, fireBeforeUnmarshal, getExpectedAttributes, getExpectedChildElements, handleGenericError, handleGenericException, handleGenericException, handleParseConversionException, leaveElement, reportError, reportError, reportUnexpectedChildElement, startElement, text
public static final Loader INSTANCE
public void childElement(UnmarshallingContext.State state, TagName ea)
Loader
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.
childElement
in class Loader
Copyright © 2021 JBoss by Red Hat. All rights reserved.