Uses of Interface
org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.XmlVisitor
-
Packages that use XmlVisitor Package Description org.glassfish.jaxb.runtime.v2.runtime.unmarshaller -
-
Uses of XmlVisitor in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Classes in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller that implement XmlVisitor Modifier and Type Class Description classInterningXmlVisitorXmlVisitordecorator that interns all string tokens.classUnmarshallingContextCenter of the unmarshalling.Methods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller that return XmlVisitor Modifier and Type Method Description XmlVisitorUnmarshallerImpl. createUnmarshallerHandler(InfosetScanner scanner, boolean inplace, JaxBeanInfo expectedType)Creates and configures a new unmarshalling pipe line.Constructors in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller with parameters of type XmlVisitor Constructor Description InterningXmlVisitor(XmlVisitor next)SAXConnector(XmlVisitor next, LocatorEx externalLocator)
-