XsiNilLoader.Array, XsiNilLoader.Singlepublic class XsiNilLoader extends ProxyLoader
| Modifier and Type | Class | Description |
|---|---|---|
static class |
XsiNilLoader.Array |
|
static class |
XsiNilLoader.Single |
expectText| Constructor | Description |
|---|---|
XsiNilLoader(Loader defaultLoader) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<javax.xml.namespace.QName> |
getExpectedAttributes() |
Returns a set of tag names expected as possible child elements in this context.
|
java.util.Collection<javax.xml.namespace.QName> |
getExpectedChildElements() |
Returns a set of tag names expected as possible child elements in this context.
|
protected void |
onNil(UnmarshallingContext.State state) |
Called when xsi:nil='true' was found.
|
protected Loader |
selectLoader(UnmarshallingContext.State state,
TagName ea) |
Picks the loader to delegate to.
|
childElement, expectText, fireAfterUnmarshal, fireBeforeUnmarshal, handleGenericError, handleGenericException, handleGenericException, handleParseConversionException, reportError, reportError, reportUnexpectedChildElement, textclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitleaveElement, startElementpublic XsiNilLoader(Loader defaultLoader)
protected Loader selectLoader(UnmarshallingContext.State state, TagName ea) throws org.xml.sax.SAXException
ProxyLoaderselectLoader in class ProxyLoaderorg.xml.sax.SAXExceptionpublic java.util.Collection<javax.xml.namespace.QName> getExpectedChildElements()
LoadergetExpectedChildElements in class Loaderpublic java.util.Collection<javax.xml.namespace.QName> getExpectedAttributes()
LoadergetExpectedAttributes in class Loaderprotected void onNil(UnmarshallingContext.State state) throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionCopyright © 2017 Oracle Corporation. All rights reserved.