ParserVocabulary
, SerializerVocabulary
public abstract class Vocabulary extends Object
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 | Description |
---|---|
Vocabulary() |
Modifier and Type | Method | Description |
---|---|---|
String |
getExternalVocabularyURI() |
|
boolean |
hasExternalVocabulary() |
|
boolean |
hasInitialVocabulary() |
|
protected void |
setExternalVocabularyURI(String referencedVocabularyURI) |
|
protected void |
setInitialReadOnlyVocabulary(boolean hasInitialReadOnlyVocabulary) |
public static final int RESTRICTED_ALPHABET
public static final int ENCODING_ALGORITHM
public static final int PREFIX
public static final int NAMESPACE_NAME
public static final int LOCAL_NAME
public static final int OTHER_NCNAME
public static final int OTHER_URI
public static final int ATTRIBUTE_VALUE
public static final int OTHER_STRING
public static final int CHARACTER_CONTENT_CHUNK
public static final int ELEMENT_NAME
public static final int ATTRIBUTE_NAME
protected boolean _hasInitialReadOnlyVocabulary
protected String _referencedVocabularyURI
public boolean hasInitialVocabulary()
protected void setInitialReadOnlyVocabulary(boolean hasInitialReadOnlyVocabulary)
public boolean hasExternalVocabulary()
public String getExternalVocabularyURI()
protected void setExternalVocabularyURI(String referencedVocabularyURI)
Copyright © 2018 Oracle Corpration. All Rights Reserved.