com.sun.xml.fastinfoset.vocab
Class Vocabulary
java.lang.Object
com.sun.xml.fastinfoset.vocab.Vocabulary
- Direct Known Subclasses:
- ParserVocabulary, SerializerVocabulary
public abstract class Vocabulary
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESTRICTED_ALPHABET
public static final int RESTRICTED_ALPHABET
- See Also:
- Constant Field Values
ENCODING_ALGORITHM
public static final int ENCODING_ALGORITHM
- See Also:
- Constant Field Values
PREFIX
public static final int PREFIX
- See Also:
- Constant Field Values
NAMESPACE_NAME
public static final int NAMESPACE_NAME
- See Also:
- Constant Field Values
LOCAL_NAME
public static final int LOCAL_NAME
- See Also:
- Constant Field Values
OTHER_NCNAME
public static final int OTHER_NCNAME
- See Also:
- Constant Field Values
OTHER_URI
public static final int OTHER_URI
- See Also:
- Constant Field Values
ATTRIBUTE_VALUE
public static final int ATTRIBUTE_VALUE
- See Also:
- Constant Field Values
OTHER_STRING
public static final int OTHER_STRING
- See Also:
- Constant Field Values
CHARACTER_CONTENT_CHUNK
public static final int CHARACTER_CONTENT_CHUNK
- See Also:
- Constant Field Values
ELEMENT_NAME
public static final int ELEMENT_NAME
- See Also:
- Constant Field Values
ATTRIBUTE_NAME
public static final int ATTRIBUTE_NAME
- See Also:
- Constant Field Values
_hasInitialReadOnlyVocabulary
protected boolean _hasInitialReadOnlyVocabulary
_referencedVocabularyURI
protected java.lang.String _referencedVocabularyURI
Vocabulary
public Vocabulary()
hasInitialVocabulary
public boolean hasInitialVocabulary()
setInitialReadOnlyVocabulary
protected void setInitialReadOnlyVocabulary(boolean hasInitialReadOnlyVocabulary)
hasExternalVocabulary
public boolean hasExternalVocabulary()
getExternalVocabularyURI
public java.lang.String getExternalVocabularyURI()
setExternalVocabularyURI
protected void setExternalVocabularyURI(java.lang.String referencedVocabularyURI)