Uses of Interface
org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.XmlVisitor.TextPredictor
-
Packages that use XmlVisitor.TextPredictor Package Description org.glassfish.jaxb.runtime.v2.runtime.unmarshaller -
-
Uses of XmlVisitor.TextPredictor in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Classes in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller that implement XmlVisitor.TextPredictor Modifier and Type Class Description classUnmarshallingContextCenter of the unmarshalling.Methods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller that return XmlVisitor.TextPredictor Modifier and Type Method Description XmlVisitor.TextPredictorInterningXmlVisitor. getPredictor()XmlVisitor.TextPredictorUnmarshallingContext. getPredictor()Deprecated.XmlVisitor.TextPredictorXmlVisitor. getPredictor()Gets the predictor that can be used for the caller to avoid callingXmlVisitor.text(CharSequence)unnecessarily.
-