public class TextLoader extends Loader
If the caller can use LeafPropertyLoader
, that's usually faster.
LeafPropertyLoader
,
ValuePropertyLoader
expectText
Constructor and Description |
---|
TextLoader(Transducer xducer) |
Modifier and Type | Method and Description |
---|---|
void |
text(UnmarshallingContext.State state,
CharSequence text)
Called when this loaderis an active loaderand we see a chunk of text.
|
childElement, expectText, fireAfterUnmarshal, fireBeforeUnmarshal, getExpectedAttributes, getExpectedChildElements, handleGenericError, handleGenericException, handleGenericException, handleParseConversionException, leaveElement, reportError, reportError, reportUnexpectedChildElement, startElement
public TextLoader(Transducer xducer)
public void text(UnmarshallingContext.State state, CharSequence text) throws SAXException
Loader
text
in class Loader
SAXException
Copyright © 2018 JBoss by Red Hat. All rights reserved.