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_hasInitialReadOnlyVocabularyprotected String_referencedVocabularyURIstatic intATTRIBUTE_NAMEstatic intATTRIBUTE_VALUEstatic intCHARACTER_CONTENT_CHUNKstatic intELEMENT_NAMEstatic intENCODING_ALGORITHMstatic intLOCAL_NAMEstatic intNAMESPACE_NAMEstatic intOTHER_NCNAMEstatic intOTHER_STRINGstatic intOTHER_URIstatic intPREFIXstatic intRESTRICTED_ALPHABET
-
Constructor Summary
Constructors Constructor Description Vocabulary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExternalVocabularyURI()booleanhasExternalVocabulary()booleanhasInitialVocabulary()protected voidsetExternalVocabularyURI(String referencedVocabularyURI)protected voidsetInitialReadOnlyVocabulary(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)
-
-