com.sun.xml.bind.v2.runtime.unmarshaller
Class XsiNilLoader.Array

java.lang.Object
  extended by com.sun.xml.bind.v2.runtime.unmarshaller.Loader
      extended by com.sun.xml.bind.v2.runtime.unmarshaller.ProxyLoader
          extended by com.sun.xml.bind.v2.runtime.unmarshaller.XsiNilLoader
              extended by com.sun.xml.bind.v2.runtime.unmarshaller.XsiNilLoader.Array
Enclosing class:
XsiNilLoader

public static final class XsiNilLoader.Array
extends XsiNilLoader


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.xml.bind.v2.runtime.unmarshaller.XsiNilLoader
XsiNilLoader.Array, XsiNilLoader.Single
 
Field Summary
 
Fields inherited from class com.sun.xml.bind.v2.runtime.unmarshaller.Loader
expectText
 
Constructor Summary
XsiNilLoader.Array(Loader core)
           
 
Method Summary
protected  void onNil(UnmarshallingContext.State state)
          Called when xsi:nil='true' was found.
 
Methods inherited from class com.sun.xml.bind.v2.runtime.unmarshaller.XsiNilLoader
selectLoader
 
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, fireAfterUnmarshal, fireBeforeUnmarshal, getExpectedChildElements, handleGenericException, handleGenericException, handleParseConversionException, reportError, reportError, reportUnexpectedChildElement, text
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XsiNilLoader.Array

public XsiNilLoader.Array(Loader core)
Method Detail

onNil

protected void onNil(UnmarshallingContext.State state)
Description copied from class: XsiNilLoader
Called when xsi:nil='true' was found.

Overrides:
onNil in class XsiNilLoader