Uses of Interface
com.sun.xml.bind.v2.runtime.unmarshaller.XmlVisitor

Packages that use XmlVisitor
com.sun.xml.bind.v2.runtime.unmarshaller   
 

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

Classes in com.sun.xml.bind.v2.runtime.unmarshaller that implement XmlVisitor
 class InterningXmlVisitor
          XmlVisitor decorator that interns all string tokens.
(package private)  class MTOMDecorator
          Decorator of XmlVisitor that performs XOP processing.
 class UnmarshallingContext
          Center of the unmarshalling.
(package private)  class ValidatingUnmarshaller
          XmlVisitor decorator that validates the events by using JAXP validation API.
 

Fields in com.sun.xml.bind.v2.runtime.unmarshaller declared as XmlVisitor
protected  XmlVisitor StAXConnector.visitor
           
 

Methods in com.sun.xml.bind.v2.runtime.unmarshaller that return XmlVisitor
 XmlVisitor UnmarshallerImpl.createUnmarshallerHandler(InfosetScanner scanner, boolean inplace, JaxBeanInfo expectedType)
          Creates and configures a new unmarshalling pipe line.
 

Methods in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type XmlVisitor
static StAXConnector StAXStreamConnector.create(javax.xml.stream.XMLStreamReader reader, XmlVisitor visitor)
          Creates a StAXConnector from XMLStreamReader.
 

Constructors in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type XmlVisitor
InterningXmlVisitor(XmlVisitor next)
           
MTOMDecorator(UnmarshallerImpl parent, XmlVisitor next, AttachmentUnmarshaller au)
           
SAXConnector(XmlVisitor next, LocatorEx externalLocator)
           
StAXConnector(XmlVisitor visitor)
           
StAXEventConnector(javax.xml.stream.XMLEventReader staxCore, XmlVisitor visitor)
          Construct a new StAX to SAX adapter that will convert a StAX event stream into a SAX event stream.
StAXStreamConnector(javax.xml.stream.XMLStreamReader staxStreamReader, XmlVisitor visitor)
           
ValidatingUnmarshaller(Schema schema, XmlVisitor next)
          Creates a new instance of ValidatingUnmarshaller.