Uses of Interface
com.sun.xml.bind.unmarshaller.InfosetScanner

Packages that use InfosetScanner
com.sun.xml.bind.unmarshaller   
com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. 
com.sun.xml.bind.v2.runtime.unmarshaller   
 

Uses of InfosetScanner in com.sun.xml.bind.unmarshaller
 

Classes in com.sun.xml.bind.unmarshaller that implement InfosetScanner
 class DOMScanner
          Visits a W3C DOM tree and generates SAX2 events from it.
 

Uses of InfosetScanner in com.sun.xml.bind.v2.runtime
 

Constructors in com.sun.xml.bind.v2.runtime with parameters of type InfosetScanner
BinderImpl(JAXBContextImpl _context, InfosetScanner<XmlNode> scanner)
           
 

Uses of InfosetScanner in com.sun.xml.bind.v2.runtime.unmarshaller
 

Methods in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type InfosetScanner
 XmlVisitor UnmarshallerImpl.createUnmarshallerHandler(InfosetScanner scanner, boolean inplace, JaxBeanInfo expectedType)
          Creates and configures a new unmarshalling pipe line.
 void UnmarshallingContext.reset(InfosetScanner scanner, boolean isInplaceMode, JaxBeanInfo expectedType, IDResolver idResolver)