public class Vocabulary extends Object
Each vocabulary table is represented as a Set. A vocabulary table entry is represented as an item in the Set.
The 1st item contained in a Set is assigned the smallest index value, n say (where n >= 0). The 2nd item is assigned an index value of n + 1. The kth item is assigned an index value of n + (k - 1).
A Fast Infoset parser/serializer implementation will tranform the canonical representation of a Vocabulary instance into a more optimal form suitable for the efficient usage according to the API implemented by the parsers and serialziers.
Modifier and Type | Field and Description |
---|---|
Set |
attributes
The attribute table, containing QName objects.
|
Set |
attributeValues
The "attribute value" table, containing String objects.
|
Set |
characterContentChunks
The "character content chunk" table, containing String objects.
|
Set |
elements
The element table, containing QName objects.
|
Set |
encodingAlgorithms
The encoding algorithm table, containing String objects.
|
Set |
localNames
The local name table, containing String objects.
|
Set |
namespaceNames
The namespace name table, containing String objects.
|
Set |
otherNCNames
The "other NCName" table, containing String objects.
|
Set |
otherStrings
The "other string" table, containing String objects.
|
Set |
otherURIs
The "other URI" table, containing String objects.
|
Set |
prefixes
The prefix table, containing String objects.
|
Set |
restrictedAlphabets
The restricted alphabet table, containing String objects.
|
Constructor and Description |
---|
Vocabulary() |
public final Set restrictedAlphabets
public final Set encodingAlgorithms
public final Set prefixes
public final Set namespaceNames
public final Set localNames
public final Set otherNCNames
public final Set otherURIs
public final Set attributeValues
public final Set otherStrings
public final Set characterContentChunks
public final Set elements
public final Set attributes
Copyright © 2024 Oracle Corpration. All rights reserved.