Uses of Interface
com.sun.xml.bind.v2.runtime.unmarshaller.XmlVisitor.TextPredictor
-
Packages that use XmlVisitor.TextPredictor Package Description com.sun.xml.bind.v2.runtime.unmarshaller -
-
Uses of XmlVisitor.TextPredictor in com.sun.xml.bind.v2.runtime.unmarshaller
Classes in com.sun.xml.bind.v2.runtime.unmarshaller that implement XmlVisitor.TextPredictor Modifier and Type Class Description class
UnmarshallingContext
Center of the unmarshalling.Methods in com.sun.xml.bind.v2.runtime.unmarshaller that return XmlVisitor.TextPredictor Modifier and Type Method Description XmlVisitor.TextPredictor
InterningXmlVisitor. getPredictor()
XmlVisitor.TextPredictor
UnmarshallingContext. getPredictor()
Deprecated.XmlVisitor.TextPredictor
XmlVisitor. getPredictor()
Gets the predictor that can be used for the caller to avoid callingXmlVisitor.text(CharSequence)
unnecessarily.
-