com.sun.xml.fastinfoset.vocab
Class Vocabulary

java.lang.Object
  extended bycom.sun.xml.fastinfoset.vocab.Vocabulary
Direct Known Subclasses:
ParserVocabulary, SerializerVocabulary

public abstract class Vocabulary
extends java.lang.Object


Field Summary
protected  boolean _hasInitialReadOnlyVocabulary
           
protected  java.lang.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
Vocabulary()
           
 
Method Summary
 java.lang.String getExternalVocabularyURI()
           
 boolean hasExternalVocabulary()
           
 boolean hasInitialVocabulary()
           
protected  void setExternalVocabularyURI(java.lang.String referencedVocabularyURI)
           
protected  void setInitialReadOnlyVocabulary(boolean hasInitialReadOnlyVocabulary)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 java.lang.String _referencedVocabularyURI
Constructor Detail

Vocabulary

public Vocabulary()
Method Detail

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)