public class TextLoader extends Loader
If the caller can use LeafPropertyLoader, that's usually faster.
LeafPropertyLoader,
ValuePropertyLoaderexpectText| Constructor | Description |
|---|---|
TextLoader(Transducer xducer) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
text(UnmarshallingContext.State state,
java.lang.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, startElementpublic TextLoader(Transducer xducer)
public void text(UnmarshallingContext.State state, java.lang.CharSequence text) throws org.xml.sax.SAXException
LoaderCopyright © 2017 Oracle Corporation. All rights reserved.