|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.bind.v2.runtime.unmarshaller.Loader
com.sun.xml.bind.v2.runtime.unmarshaller.ProxyLoader
com.sun.xml.bind.v2.runtime.unmarshaller.XsiNilLoader
public class XsiNilLoader
Looks for xsi:nil='true' and sets the target to null. Otherwise delegate to another handler.
Nested Class Summary | |
---|---|
static class |
XsiNilLoader.Array
|
static class |
XsiNilLoader.Single
|
Constructor Summary | |
---|---|
XsiNilLoader(Loader defaultLoader)
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.sun.xml.bind.v2.runtime.unmarshaller.ProxyLoader |
---|
leaveElement, startElement |
Methods inherited from class com.sun.xml.bind.v2.runtime.unmarshaller.Loader |
---|
childElement, expectText, handleGenericError, handleGenericException, reportError, text |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XsiNilLoader(Loader defaultLoader)
Method Detail |
---|
public java.util.Collection<javax.xml.namespace.QName> getExpectedChildElements()
Loader
getExpectedChildElements
in class Loader
public java.util.Collection<javax.xml.namespace.QName> getExpectedAttributes()
Loader
getExpectedAttributes
in class Loader
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |