Package com.sun.xml.fastinfoset.vocab
Class ParserVocabulary
- java.lang.Object
-
- com.sun.xml.fastinfoset.vocab.Vocabulary
-
- com.sun.xml.fastinfoset.vocab.ParserVocabulary
-
public class ParserVocabulary extends Vocabulary
-
-
Field Summary
Fields Modifier and Type Field Description protected SerializerVocabulary_readOnlyVocabularycom.sun.xml.fastinfoset.util.QualifiedNameArrayattributeNamecom.sun.xml.fastinfoset.util.StringArrayattributeValuecom.sun.xml.fastinfoset.util.ContiguousCharArrayArraycharacterContentChunkcom.sun.xml.fastinfoset.util.QualifiedNameArrayelementNamecom.sun.xml.fastinfoset.util.StringArrayencodingAlgorithmprotected static intIDENTIFYING_STRING_TABLE_MAXIMUM_ITEMSstatic StringIDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS_PEOPERTYcom.sun.xml.fastinfoset.util.StringArraylocalNamecom.sun.xml.fastinfoset.util.StringArraynamespaceNameprotected static intNON_IDENTIFYING_STRING_TABLE_MAXIMUM_CHARACTERSstatic StringNON_IDENTIFYING_STRING_TABLE_MAXIMUM_CHARACTERS_PEOPERTYprotected static intNON_IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMSstatic StringNON_IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS_PEOPERTYcom.sun.xml.fastinfoset.util.StringArrayotherNCNamecom.sun.xml.fastinfoset.util.CharArrayArrayotherStringcom.sun.xml.fastinfoset.util.StringArrayotherURIcom.sun.xml.fastinfoset.util.PrefixArrayprefixcom.sun.xml.fastinfoset.util.CharArrayArrayrestrictedAlphabetcom.sun.xml.fastinfoset.util.ValueArray[]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 ParserVocabulary()Creates a new instance of ParserVocabularyParserVocabulary(Vocabulary v)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()voidsetInitialVocabulary(ParserVocabulary initialVocabulary, boolean clear)voidsetReferencedVocabulary(String referencedVocabularyURI, ParserVocabulary referencedVocabulary, boolean clear)-
Methods inherited from class com.sun.xml.fastinfoset.vocab.Vocabulary
getExternalVocabularyURI, hasExternalVocabulary, hasInitialVocabulary, setExternalVocabularyURI, setInitialReadOnlyVocabulary
-
-
-
-
Field Detail
-
IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS_PEOPERTY
public static final String IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS_PEOPERTY
- See Also:
- Constant Field Values
-
NON_IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS_PEOPERTY
public static final String NON_IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS_PEOPERTY
- See Also:
- Constant Field Values
-
NON_IDENTIFYING_STRING_TABLE_MAXIMUM_CHARACTERS_PEOPERTY
public static final String NON_IDENTIFYING_STRING_TABLE_MAXIMUM_CHARACTERS_PEOPERTY
- See Also:
- Constant Field Values
-
IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS
protected static final int IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS
-
NON_IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS
protected static final int NON_IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS
-
NON_IDENTIFYING_STRING_TABLE_MAXIMUM_CHARACTERS
protected static final int NON_IDENTIFYING_STRING_TABLE_MAXIMUM_CHARACTERS
-
restrictedAlphabet
public final com.sun.xml.fastinfoset.util.CharArrayArray restrictedAlphabet
-
encodingAlgorithm
public final com.sun.xml.fastinfoset.util.StringArray encodingAlgorithm
-
namespaceName
public final com.sun.xml.fastinfoset.util.StringArray namespaceName
-
prefix
public final com.sun.xml.fastinfoset.util.PrefixArray prefix
-
localName
public final com.sun.xml.fastinfoset.util.StringArray localName
-
otherNCName
public final com.sun.xml.fastinfoset.util.StringArray otherNCName
-
otherURI
public final com.sun.xml.fastinfoset.util.StringArray otherURI
-
attributeValue
public final com.sun.xml.fastinfoset.util.StringArray attributeValue
-
otherString
public final com.sun.xml.fastinfoset.util.CharArrayArray otherString
-
characterContentChunk
public final com.sun.xml.fastinfoset.util.ContiguousCharArrayArray characterContentChunk
-
elementName
public final com.sun.xml.fastinfoset.util.QualifiedNameArray elementName
-
attributeName
public final com.sun.xml.fastinfoset.util.QualifiedNameArray attributeName
-
tables
public final com.sun.xml.fastinfoset.util.ValueArray[] tables
-
_readOnlyVocabulary
protected SerializerVocabulary _readOnlyVocabulary
-
-
Constructor Detail
-
ParserVocabulary
public ParserVocabulary()
Creates a new instance of ParserVocabulary
-
ParserVocabulary
public ParserVocabulary(Vocabulary v)
-
-
Method Detail
-
setInitialVocabulary
public void setInitialVocabulary(ParserVocabulary initialVocabulary, boolean clear)
-
setReferencedVocabulary
public void setReferencedVocabulary(String referencedVocabularyURI, ParserVocabulary referencedVocabulary, boolean clear)
-
clear
public void clear()
-
-