Uses of Class
com.sun.xml.fastinfoset.util.StringIntMap

Packages that use StringIntMap
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
protected  void Encoder.encodeIdentifyingNonEmptyStringOnFirstBit(String s, StringIntMap map)
          Encode a non empty identifying string on the first bit of an octet.
protected  void Encoder.encodeNonIdentifyingStringOnFirstBit(String s, StringIntMap map, boolean addToTable, boolean mustBeAddedToTable)
          Encode a non identifying string on the first bit of an octet.
 

Uses of StringIntMap in com.sun.xml.fastinfoset.sax
 

Fields in com.sun.xml.fastinfoset.sax declared as StringIntMap
protected  StringIntMap SAXDocumentSerializerWithPrefixMapping._declaredNamespaces
           
 

Uses of StringIntMap in com.sun.xml.fastinfoset.tools
 

Methods in com.sun.xml.fastinfoset.tools with parameters of type StringIntMap
 void VocabularyGenerator.addToTable(String s, Set v, StringIntMap m, PrefixArray a)
           
 void VocabularyGenerator.addToTable(String s, Set v, StringIntMap m, StringArray a)
           
 

Uses of StringIntMap in com.sun.xml.fastinfoset.util
 

Subclasses of StringIntMap in com.sun.xml.fastinfoset.util
 class FixedEntryStringIntMap
           
 

Fields in com.sun.xml.fastinfoset.util declared as StringIntMap
protected  StringIntMap StringIntMap._readOnlyMap
           
 

Methods in com.sun.xml.fastinfoset.util with parameters of type StringIntMap
 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 StringIntMap
 StringIntMap SerializerVocabulary.attributeValue
           
 StringIntMap SerializerVocabulary.encodingAlgorithm
           
 StringIntMap SerializerVocabulary.localName
           
 StringIntMap SerializerVocabulary.namespaceName
           
 StringIntMap SerializerVocabulary.otherNCName
           
 StringIntMap SerializerVocabulary.otherURI
           
 StringIntMap SerializerVocabulary.prefix
           
 StringIntMap SerializerVocabulary.restrictedAlphabet
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.