Uses of Class
com.sun.xml.fastinfoset.util.StringIntMap
Packages that use StringIntMap
Package
Description
-
Uses of StringIntMap in com.sun.xml.fastinfoset
Methods in com.sun.xml.fastinfoset with parameters of type StringIntMapModifier and TypeMethodDescriptionprotected final void
Encoder.encodeIdentifyingNonEmptyStringOnFirstBit
(String s, StringIntMap map) Encode a non empty identifying string on the first bit of an octet.Implementation of clause C.13 of ITU-T Rec.protected final void
Encoder.encodeNonIdentifyingStringOnFirstBit
(String s, StringIntMap map, boolean addToTable, boolean mustBeAddedToTable) Encode a non identifying string on the first bit of an octet.Implementation of clause C.14 of ITU-T Rec. -
Uses of StringIntMap in com.sun.xml.fastinfoset.sax
Fields in com.sun.xml.fastinfoset.sax declared as StringIntMapModifier and TypeFieldDescriptionprotected StringIntMap
SAXDocumentSerializerWithPrefixMapping._declaredNamespaces
-
Uses of StringIntMap in com.sun.xml.fastinfoset.tools
Methods in com.sun.xml.fastinfoset.tools with parameters of type StringIntMapModifier and TypeMethodDescriptionvoid
VocabularyGenerator.addToTable
(String s, Set<String> v, StringIntMap m, PrefixArray a) void
VocabularyGenerator.addToTable
(String s, Set<String> v, StringIntMap m, StringArray a) -
Uses of StringIntMap in com.sun.xml.fastinfoset.util
Subclasses of StringIntMap in com.sun.xml.fastinfoset.utilFields in com.sun.xml.fastinfoset.util declared as StringIntMapMethods in com.sun.xml.fastinfoset.util with parameters of type StringIntMapModifier and TypeMethodDescriptionfinal void
StringIntMap.setReadOnlyMap
(StringIntMap readOnlyMap, boolean clear) -
Uses of StringIntMap in com.sun.xml.fastinfoset.vocab
Fields in com.sun.xml.fastinfoset.vocab declared as StringIntMapModifier and TypeFieldDescriptionfinal StringIntMap
SerializerVocabulary.attributeValue
final StringIntMap
SerializerVocabulary.encodingAlgorithm
final StringIntMap
SerializerVocabulary.localName
final StringIntMap
SerializerVocabulary.namespaceName
final StringIntMap
SerializerVocabulary.otherNCName
final StringIntMap
SerializerVocabulary.otherURI
final StringIntMap
SerializerVocabulary.prefix
final StringIntMap
SerializerVocabulary.restrictedAlphabet
Methods in com.sun.xml.fastinfoset.vocab with parameters of type StringIntMapModifier and TypeMethodDescriptionprivate void
ParserVocabulary.addToNameTable
(QName n, QualifiedNameArray a, boolean isAttribute, StringIntMap prefixMap, StringIntMap namespaceNameMap, StringIntMap localNameMap) private void
ParserVocabulary.addToTable
(String s, PrefixArray a, StringIntMap m) private void
ParserVocabulary.addToTable
(String s, StringArray a, StringIntMap m) private void
ParserVocabulary.addToTable
(Iterator<String> i, PrefixArray a, StringIntMap m) private void
ParserVocabulary.addToTable
(Iterator<String> i, StringArray a, StringIntMap m) private void
ParserVocabulary.addToTable
(Iterator<QName> i, QualifiedNameArray a, boolean isAttribute, StringIntMap prefixMap, StringIntMap namespaceNameMap, StringIntMap localNameMap) private void
SerializerVocabulary.addToTable
(String s, StringIntMap m) private void
SerializerVocabulary.addToTable
(Iterator<String> i, StringIntMap m)