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
Fields in com.sun.xml.fastinfoset.vocab.frequency declared as VocabularyGenerator.XmlApi Modifier and Type Field Description private VocabularyGenerator.XmlApiVocabularyGenerator. _xapiDeprecated.Methods in com.sun.xml.fastinfoset.vocab.frequency that return VocabularyGenerator.XmlApi Modifier and Type Method Description static VocabularyGenerator.XmlApiVocabularyGenerator.XmlApi. valueOf(java.lang.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(com.sun.xml.fastinfoset.vocab.SerializerVocabulary serializerVocabulary, com.sun.xml.fastinfoset.vocab.ParserVocabulary parserVocabulary, FrequencyBasedLists fbl, VocabularyGenerator.XmlApi xapi)Deprecated.
-