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 org.jvnet.fastinfoset -
-
Uses of ParserVocabulary in com.sun.xml.fastinfoset
Fields in com.sun.xml.fastinfoset declared as ParserVocabulary Modifier and Type Field Description protected ParserVocabulary
Decoder. _v
The vocabulary used for decoding.Fields in com.sun.xml.fastinfoset with type parameters of type ParserVocabulary Modifier and Type Field Description private java.util.Map<java.lang.String,ParserVocabulary>
Decoder. _externalVocabularies
The map of URIs to referenced vocabularies.Methods in com.sun.xml.fastinfoset that return types with arguments of type ParserVocabulary Modifier and Type Method Description java.util.Map<java.lang.String,ParserVocabulary>
Decoder. getExternalVocabularies()
Methods in com.sun.xml.fastinfoset with parameters of type ParserVocabulary Modifier and Type Method Description void
Decoder. setVocabulary(ParserVocabulary v)
Set the ParserVocabulary to be used for decoding.Method parameters in com.sun.xml.fastinfoset with type arguments of type ParserVocabulary Modifier and Type Method Description void
Decoder. setExternalVocabularies(java.util.Map<java.lang.String,ParserVocabulary> referencedVocabualries)
-
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 ParserVocabulary
VocabularyGenerator. _parserVocabulary
Methods in com.sun.xml.fastinfoset.tools with parameters of type ParserVocabulary Modifier and Type Method Description static void
PrintTable. 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 void
ParserVocabulary. setInitialVocabulary(ParserVocabulary initialVocabulary, boolean clear)
(package private) void
ParserVocabulary. setReadOnlyVocabulary(ParserVocabulary readOnlyVocabulary, boolean clear)
void
ParserVocabulary. setReferencedVocabulary(java.lang.String referencedVocabularyURI, ParserVocabulary referencedVocabulary, boolean clear)
-
Uses of ParserVocabulary in org.jvnet.fastinfoset
Methods in org.jvnet.fastinfoset that return types with arguments of type ParserVocabulary Modifier and Type Method Description java.util.Map<java.lang.String,ParserVocabulary>
FastInfosetParser. getExternalVocabularies()
Deprecated.The map returned will not be the same instance and contain the same entries as the map set byFastInfosetParser.setExternalVocabularies(java.util.Map<java.lang.String, com.sun.xml.fastinfoset.vocab.ParserVocabulary>)
method.Method parameters in org.jvnet.fastinfoset with type arguments of type ParserVocabulary Modifier and Type Method Description void
FastInfosetParser. setExternalVocabularies(java.util.Map<java.lang.String,ParserVocabulary> referencedVocabualries)
Set the map of referenced external vocabularies.
-