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(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(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(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.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. restrictedAlphabet
-