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 voidEncoder.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 voidEncoder.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 StringIntMapSAXDocumentSerializerWithPrefixMapping._declaredNamespaces -
Uses of StringIntMap in com.sun.xml.fastinfoset.tools
Methods in com.sun.xml.fastinfoset.tools with parameters of type StringIntMapModifier and TypeMethodDescriptionvoidVocabularyGenerator.addToTable(String s, Set<String> v, StringIntMap m, PrefixArray a) voidVocabularyGenerator.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 voidStringIntMap.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 StringIntMapSerializerVocabulary.attributeValuefinal StringIntMapSerializerVocabulary.encodingAlgorithmfinal StringIntMapSerializerVocabulary.localNamefinal StringIntMapSerializerVocabulary.namespaceNamefinal StringIntMapSerializerVocabulary.otherNCNamefinal StringIntMapSerializerVocabulary.otherURIfinal StringIntMapSerializerVocabulary.prefixfinal StringIntMapSerializerVocabulary.restrictedAlphabetMethods in com.sun.xml.fastinfoset.vocab with parameters of type StringIntMapModifier and TypeMethodDescriptionprivate voidParserVocabulary.addToNameTable(QName n, QualifiedNameArray a, boolean isAttribute, StringIntMap prefixMap, StringIntMap namespaceNameMap, StringIntMap localNameMap) private voidParserVocabulary.addToTable(String s, PrefixArray a, StringIntMap m) private voidParserVocabulary.addToTable(String s, StringArray a, StringIntMap m) private voidParserVocabulary.addToTable(Iterator<String> i, PrefixArray a, StringIntMap m) private voidParserVocabulary.addToTable(Iterator<String> i, StringArray a, StringIntMap m) private voidParserVocabulary.addToTable(Iterator<QName> i, QualifiedNameArray a, boolean isAttribute, StringIntMap prefixMap, StringIntMap namespaceNameMap, StringIntMap localNameMap) private voidSerializerVocabulary.addToTable(String s, StringIntMap m) private voidSerializerVocabulary.addToTable(Iterator<String> i, StringIntMap m)