Package com.sun.xml.fastinfoset.vocab
Class SerializerVocabulary
- java.lang.Object
-
- com.sun.xml.fastinfoset.vocab.Vocabulary
-
- com.sun.xml.fastinfoset.vocab.SerializerVocabulary
-
public class SerializerVocabulary extends Vocabulary
-
-
Field Summary
Fields Modifier and Type Field Description protected SerializerVocabulary
_readOnlyVocabulary
protected boolean
_useLocalNameAsKey
com.sun.xml.fastinfoset.util.LocalNameQualifiedNamesMap
attributeName
com.sun.xml.fastinfoset.util.StringIntMap
attributeValue
com.sun.xml.fastinfoset.util.CharArrayIntMap
characterContentChunk
com.sun.xml.fastinfoset.util.LocalNameQualifiedNamesMap
elementName
com.sun.xml.fastinfoset.util.StringIntMap
encodingAlgorithm
com.sun.xml.fastinfoset.util.StringIntMap
localName
com.sun.xml.fastinfoset.util.StringIntMap
namespaceName
com.sun.xml.fastinfoset.util.StringIntMap
otherNCName
com.sun.xml.fastinfoset.util.CharArrayIntMap
otherString
com.sun.xml.fastinfoset.util.StringIntMap
otherURI
com.sun.xml.fastinfoset.util.StringIntMap
prefix
com.sun.xml.fastinfoset.util.StringIntMap
restrictedAlphabet
com.sun.xml.fastinfoset.util.KeyIntMap[]
tables
-
Fields inherited from class com.sun.xml.fastinfoset.vocab.Vocabulary
_hasInitialReadOnlyVocabulary, _referencedVocabularyURI, ATTRIBUTE_NAME, ATTRIBUTE_VALUE, CHARACTER_CONTENT_CHUNK, ELEMENT_NAME, ENCODING_ALGORITHM, LOCAL_NAME, NAMESPACE_NAME, OTHER_NCNAME, OTHER_STRING, OTHER_URI, PREFIX, RESTRICTED_ALPHABET
-
-
Constructor Summary
Constructors Constructor Description SerializerVocabulary()
SerializerVocabulary(Vocabulary v, boolean useLocalNameAsKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
SerializerVocabulary
getReadOnlyVocabulary()
void
setExternalVocabulary(String externalVocabularyURI, SerializerVocabulary externalVocabulary, boolean clear)
void
setInitialVocabulary(SerializerVocabulary initialVocabulary, boolean clear)
protected void
setReadOnlyVocabulary(SerializerVocabulary readOnlyVocabulary, boolean clear)
-
Methods inherited from class com.sun.xml.fastinfoset.vocab.Vocabulary
getExternalVocabularyURI, hasExternalVocabulary, hasInitialVocabulary, setExternalVocabularyURI, setInitialReadOnlyVocabulary
-
-
-
-
Field Detail
-
restrictedAlphabet
public final com.sun.xml.fastinfoset.util.StringIntMap restrictedAlphabet
-
encodingAlgorithm
public final com.sun.xml.fastinfoset.util.StringIntMap encodingAlgorithm
-
namespaceName
public final com.sun.xml.fastinfoset.util.StringIntMap namespaceName
-
prefix
public final com.sun.xml.fastinfoset.util.StringIntMap prefix
-
localName
public final com.sun.xml.fastinfoset.util.StringIntMap localName
-
otherNCName
public final com.sun.xml.fastinfoset.util.StringIntMap otherNCName
-
otherURI
public final com.sun.xml.fastinfoset.util.StringIntMap otherURI
-
attributeValue
public final com.sun.xml.fastinfoset.util.StringIntMap attributeValue
-
otherString
public final com.sun.xml.fastinfoset.util.CharArrayIntMap otherString
-
characterContentChunk
public final com.sun.xml.fastinfoset.util.CharArrayIntMap characterContentChunk
-
elementName
public final com.sun.xml.fastinfoset.util.LocalNameQualifiedNamesMap elementName
-
attributeName
public final com.sun.xml.fastinfoset.util.LocalNameQualifiedNamesMap attributeName
-
tables
public final com.sun.xml.fastinfoset.util.KeyIntMap[] tables
-
_useLocalNameAsKey
protected boolean _useLocalNameAsKey
-
_readOnlyVocabulary
protected SerializerVocabulary _readOnlyVocabulary
-
-
Constructor Detail
-
SerializerVocabulary
public SerializerVocabulary()
-
SerializerVocabulary
public SerializerVocabulary(Vocabulary v, boolean useLocalNameAsKey)
-
-
Method Detail
-
getReadOnlyVocabulary
public SerializerVocabulary getReadOnlyVocabulary()
-
setReadOnlyVocabulary
protected void setReadOnlyVocabulary(SerializerVocabulary readOnlyVocabulary, boolean clear)
-
setInitialVocabulary
public void setInitialVocabulary(SerializerVocabulary initialVocabulary, boolean clear)
-
setExternalVocabulary
public void setExternalVocabulary(String externalVocabularyURI, SerializerVocabulary externalVocabulary, boolean clear)
-
clear
public void clear()
-
-