Uses of Class
com.sun.xml.fastinfoset.vocab.frequency.VocabularyGenerator.XmlApi
-
Packages that use VocabularyGenerator.XmlApi Package Description com.sun.xml.fastinfoset.vocab.frequency -
-
Uses of VocabularyGenerator.XmlApi in com.sun.xml.fastinfoset.vocab.frequency
Methods in com.sun.xml.fastinfoset.vocab.frequency that return VocabularyGenerator.XmlApi Modifier and Type Method Description static VocabularyGenerator.XmlApi
VocabularyGenerator.XmlApi. valueOf(String name)
Returns the enum constant of this type with the specified name.static VocabularyGenerator.XmlApi[]
VocabularyGenerator.XmlApi. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.sun.xml.fastinfoset.vocab.frequency with parameters of type VocabularyGenerator.XmlApi Constructor Description VocabularyGenerator(FrequencyBasedLists fbl, VocabularyGenerator.XmlApi xapi)
Deprecated.VocabularyGenerator(SerializerVocabulary serializerVocabulary, ParserVocabulary parserVocabulary, FrequencyBasedLists fbl, VocabularyGenerator.XmlApi xapi)
Deprecated.
-