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
_readOnlyVocabulary
com.sun.xml.fastinfoset.util.QualifiedNameArray
attributeName
com.sun.xml.fastinfoset.util.StringArray
attributeValue
com.sun.xml.fastinfoset.util.ContiguousCharArrayArray
characterContentChunk
com.sun.xml.fastinfoset.util.QualifiedNameArray
elementName
com.sun.xml.fastinfoset.util.StringArray
encodingAlgorithm
protected static int
IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS
static String
IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS_PEOPERTY
com.sun.xml.fastinfoset.util.StringArray
localName
com.sun.xml.fastinfoset.util.StringArray
namespaceName
protected static int
NON_IDENTIFYING_STRING_TABLE_MAXIMUM_CHARACTERS
static String
NON_IDENTIFYING_STRING_TABLE_MAXIMUM_CHARACTERS_PEOPERTY
protected static int
NON_IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS
static String
NON_IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS_PEOPERTY
com.sun.xml.fastinfoset.util.StringArray
otherNCName
com.sun.xml.fastinfoset.util.CharArrayArray
otherString
com.sun.xml.fastinfoset.util.StringArray
otherURI
com.sun.xml.fastinfoset.util.PrefixArray
prefix
com.sun.xml.fastinfoset.util.CharArrayArray
restrictedAlphabet
com.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 void
clear()
void
setInitialVocabulary(ParserVocabulary initialVocabulary, boolean clear)
void
setReferencedVocabulary(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()
-
-