Uses of Class
com.sun.xml.fastinfoset.util.StringIntMap
-
Packages that use StringIntMap Package Description com.sun.xml.fastinfoset com.sun.xml.fastinfoset.sax com.sun.xml.fastinfoset.tools com.sun.xml.fastinfoset.util com.sun.xml.fastinfoset.vocab -
-
Uses of StringIntMap in com.sun.xml.fastinfoset
Methods in com.sun.xml.fastinfoset with parameters of type StringIntMap Modifier and Type Method Description protected voidEncoder. encodeIdentifyingNonEmptyStringOnFirstBit(java.lang.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 voidEncoder. encodeNonIdentifyingStringOnFirstBit(java.lang.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 StringIntMap Modifier and Type Field Description protected StringIntMapSAXDocumentSerializerWithPrefixMapping. _declaredNamespaces -
Uses of StringIntMap in com.sun.xml.fastinfoset.tools
Methods in com.sun.xml.fastinfoset.tools with parameters of type StringIntMap Modifier and Type Method Description voidVocabularyGenerator. addToTable(java.lang.String s, java.util.Set<java.lang.String> v, StringIntMap m, PrefixArray a)voidVocabularyGenerator. addToTable(java.lang.String s, java.util.Set<java.lang.String> v, StringIntMap m, StringArray a) -
Uses of StringIntMap in com.sun.xml.fastinfoset.util
Subclasses of StringIntMap in com.sun.xml.fastinfoset.util Modifier and Type Class Description classFixedEntryStringIntMapFields in com.sun.xml.fastinfoset.util declared as StringIntMap Modifier and Type Field Description protected StringIntMapStringIntMap. _readOnlyMapMethods in com.sun.xml.fastinfoset.util with parameters of type StringIntMap Modifier and Type Method Description voidStringIntMap. setReadOnlyMap(StringIntMap readOnlyMap, boolean clear) -
Uses of StringIntMap in com.sun.xml.fastinfoset.vocab
Fields in com.sun.xml.fastinfoset.vocab declared as StringIntMap Modifier and Type Field Description StringIntMapSerializerVocabulary. attributeValueStringIntMapSerializerVocabulary. encodingAlgorithmStringIntMapSerializerVocabulary. localNameStringIntMapSerializerVocabulary. namespaceNameStringIntMapSerializerVocabulary. otherNCNameStringIntMapSerializerVocabulary. otherURIStringIntMapSerializerVocabulary. prefixStringIntMapSerializerVocabulary. restrictedAlphabetMethods in com.sun.xml.fastinfoset.vocab with parameters of type StringIntMap Modifier and Type Method Description private voidParserVocabulary. addToNameTable(javax.xml.namespace.QName n, QualifiedNameArray a, boolean isAttribute, StringIntMap prefixMap, StringIntMap namespaceNameMap, StringIntMap localNameMap)private voidParserVocabulary. addToTable(java.lang.String s, PrefixArray a, StringIntMap m)private voidParserVocabulary. addToTable(java.lang.String s, StringArray a, StringIntMap m)private voidParserVocabulary. addToTable(java.util.Iterator<java.lang.String> i, PrefixArray a, StringIntMap m)private voidParserVocabulary. addToTable(java.util.Iterator<java.lang.String> i, StringArray a, StringIntMap m)private voidParserVocabulary. addToTable(java.util.Iterator<javax.xml.namespace.QName> i, QualifiedNameArray a, boolean isAttribute, StringIntMap prefixMap, StringIntMap namespaceNameMap, StringIntMap localNameMap)private voidSerializerVocabulary. addToTable(java.lang.String s, StringIntMap m)private voidSerializerVocabulary. addToTable(java.util.Iterator<java.lang.String> i, StringIntMap m)
-