public class ParserVocabulary extends Vocabulary
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 |
_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 | Description |
---|---|
ParserVocabulary() |
Creates a new instance of ParserVocabulary
|
ParserVocabulary(Vocabulary v) |
Modifier and Type | Method | Description |
---|---|---|
void |
clear() |
|
void |
setInitialVocabulary(ParserVocabulary initialVocabulary,
boolean clear) |
|
void |
setReferencedVocabulary(String referencedVocabularyURI,
ParserVocabulary referencedVocabulary,
boolean clear) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExternalVocabularyURI, hasExternalVocabulary, hasInitialVocabulary, setExternalVocabularyURI, setInitialReadOnlyVocabulary
public static final String IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS_PEOPERTY
public static final String NON_IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS_PEOPERTY
public static final String NON_IDENTIFYING_STRING_TABLE_MAXIMUM_CHARACTERS_PEOPERTY
protected static final int IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS
protected static final int NON_IDENTIFYING_STRING_TABLE_MAXIMUM_ITEMS
protected static final int NON_IDENTIFYING_STRING_TABLE_MAXIMUM_CHARACTERS
public final com.sun.xml.fastinfoset.util.CharArrayArray restrictedAlphabet
public final com.sun.xml.fastinfoset.util.StringArray encodingAlgorithm
public final com.sun.xml.fastinfoset.util.StringArray namespaceName
public final com.sun.xml.fastinfoset.util.PrefixArray prefix
public final com.sun.xml.fastinfoset.util.StringArray localName
public final com.sun.xml.fastinfoset.util.StringArray otherNCName
public final com.sun.xml.fastinfoset.util.StringArray otherURI
public final com.sun.xml.fastinfoset.util.StringArray attributeValue
public final com.sun.xml.fastinfoset.util.CharArrayArray otherString
public final com.sun.xml.fastinfoset.util.ContiguousCharArrayArray characterContentChunk
public final com.sun.xml.fastinfoset.util.QualifiedNameArray elementName
public final com.sun.xml.fastinfoset.util.QualifiedNameArray attributeName
public final com.sun.xml.fastinfoset.util.ValueArray[] tables
protected SerializerVocabulary _readOnlyVocabulary
public ParserVocabulary()
public ParserVocabulary(Vocabulary v)
public void setInitialVocabulary(ParserVocabulary initialVocabulary, boolean clear)
public void setReferencedVocabulary(String referencedVocabularyURI, ParserVocabulary referencedVocabulary, boolean clear)
public void clear()
Copyright © 2018 Oracle Corpration. All Rights Reserved.