Uses of Class
com.sun.xml.fastinfoset.vocab.ParserVocabulary
-
Packages that use ParserVocabulary Package Description com.sun.xml.fastinfoset com.sun.xml.fastinfoset.tools com.sun.xml.fastinfoset.vocab com.sun.xml.ws.transport.tcp.encoding.configurator -
-
Uses of ParserVocabulary in com.sun.xml.fastinfoset
Fields in com.sun.xml.fastinfoset declared as ParserVocabulary Modifier and Type Field Description protected ParserVocabularyDecoder. _vThe vocabulary used for decoding.Methods in com.sun.xml.fastinfoset with parameters of type ParserVocabulary Modifier and Type Method Description voidDecoder. setVocabulary(ParserVocabulary v)Set the ParserVocabulary to be used for decoding. -
Uses of ParserVocabulary in com.sun.xml.fastinfoset.tools
Fields in com.sun.xml.fastinfoset.tools declared as ParserVocabulary Modifier and Type Field Description protected ParserVocabularyVocabularyGenerator. _parserVocabularyMethods in com.sun.xml.fastinfoset.tools with parameters of type ParserVocabulary Modifier and Type Method Description static voidPrintTable. printVocabulary(ParserVocabulary vocabulary)Constructors in com.sun.xml.fastinfoset.tools with parameters of type ParserVocabulary Constructor Description VocabularyGenerator(ParserVocabulary parserVocabulary)VocabularyGenerator(SerializerVocabulary serializerVocabulary, ParserVocabulary parserVocabulary)Creates a new instance of VocabularyGenerator -
Uses of ParserVocabulary in com.sun.xml.fastinfoset.vocab
Methods in com.sun.xml.fastinfoset.vocab with parameters of type ParserVocabulary Modifier and Type Method Description voidParserVocabulary. setInitialVocabulary(ParserVocabulary initialVocabulary, boolean clear)voidParserVocabulary. setReferencedVocabulary(String referencedVocabularyURI, ParserVocabulary referencedVocabulary, boolean clear) -
Uses of ParserVocabulary in com.sun.xml.ws.transport.tcp.encoding.configurator
Methods in com.sun.xml.ws.transport.tcp.encoding.configurator that return ParserVocabulary Modifier and Type Method Description ParserVocabularyDefaultParserVocabularyFactory. newInstance()ParserVocabularyParserVocabularyFactory. newInstance()
-