Package 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 Object
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
_hasInitialReadOnlyVocabulary
protected String
_referencedVocabularyURI
static int
ATTRIBUTE_NAME
static int
ATTRIBUTE_VALUE
static int
CHARACTER_CONTENT_CHUNK
static int
ELEMENT_NAME
static int
ENCODING_ALGORITHM
static int
LOCAL_NAME
static int
NAMESPACE_NAME
static int
OTHER_NCNAME
static int
OTHER_STRING
static int
OTHER_URI
static int
PREFIX
static int
RESTRICTED_ALPHABET
-
Constructor Summary
Constructors Constructor Description Vocabulary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExternalVocabularyURI()
boolean
hasExternalVocabulary()
boolean
hasInitialVocabulary()
protected void
setExternalVocabularyURI(String referencedVocabularyURI)
protected void
setInitialReadOnlyVocabulary(boolean hasInitialReadOnlyVocabulary)
-
-
-
Field Detail
-
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 String _referencedVocabularyURI
-
-
Method Detail
-
hasInitialVocabulary
public boolean hasInitialVocabulary()
-
setInitialReadOnlyVocabulary
protected void setInitialReadOnlyVocabulary(boolean hasInitialReadOnlyVocabulary)
-
hasExternalVocabulary
public boolean hasExternalVocabulary()
-
getExternalVocabularyURI
public String getExternalVocabularyURI()
-
setExternalVocabularyURI
protected void setExternalVocabularyURI(String referencedVocabularyURI)
-
-