expectText
Constructor and Description |
---|
DefaultValueLoaderDecorator(Loader l,
String defaultValue) |
Modifier and Type | Method and Description |
---|---|
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, getExpectedAttributes, getExpectedChildElements, handleGenericError, handleGenericException, handleGenericException, handleParseConversionException, leaveElement, reportError, reportError, reportUnexpectedChildElement, text
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
Copyright © 2021 JBoss by Red Hat. All rights reserved.