Modifier and Type | Method and Description |
---|---|
protected void |
Encoder.encodeIdentifyingNonEmptyStringOnFirstBit(java.lang.String s,
StringIntMap map)
Encode a non empty identifying string on the first bit of an octet.
|
protected void |
Encoder.encodeNonIdentifyingStringOnFirstBit(java.lang.String s,
StringIntMap map,
boolean addToTable,
boolean mustBeAddedToTable)
Encode a non identifying string on the first bit of an octet.
|
Modifier and Type | Field and Description |
---|---|
protected StringIntMap |
SAXDocumentSerializerWithPrefixMapping._declaredNamespaces |
Modifier and Type | Method and Description |
---|---|
void |
VocabularyGenerator.addToTable(java.lang.String s,
java.util.Set v,
StringIntMap m,
PrefixArray a) |
void |
VocabularyGenerator.addToTable(java.lang.String s,
java.util.Set v,
StringIntMap m,
StringArray a) |
Modifier and Type | Class and Description |
---|---|
class |
FixedEntryStringIntMap |
Modifier and Type | Field and Description |
---|---|
protected StringIntMap |
StringIntMap._readOnlyMap |
Modifier and Type | Method and Description |
---|---|
void |
StringIntMap.setReadOnlyMap(StringIntMap readOnlyMap,
boolean clear) |
Modifier and Type | Field and Description |
---|---|
StringIntMap |
SerializerVocabulary.attributeValue |
StringIntMap |
SerializerVocabulary.encodingAlgorithm |
StringIntMap |
SerializerVocabulary.localName |
StringIntMap |
SerializerVocabulary.namespaceName |
StringIntMap |
SerializerVocabulary.otherNCName |
StringIntMap |
SerializerVocabulary.otherURI |
StringIntMap |
SerializerVocabulary.prefix |
StringIntMap |
SerializerVocabulary.restrictedAlphabet |
Modifier and Type | Method and Description |
---|---|
private void |
ParserVocabulary.addToNameTable(javax.xml.namespace.QName n,
QualifiedNameArray a,
boolean isAttribute,
StringIntMap prefixMap,
StringIntMap namespaceNameMap,
StringIntMap localNameMap) |
private void |
ParserVocabulary.addToTable(java.util.Iterator i,
PrefixArray a,
StringIntMap m) |
private void |
ParserVocabulary.addToTable(java.util.Iterator i,
QualifiedNameArray a,
boolean isAttribute,
StringIntMap prefixMap,
StringIntMap namespaceNameMap,
StringIntMap localNameMap) |
private void |
ParserVocabulary.addToTable(java.util.Iterator i,
StringArray a,
StringIntMap m) |
private void |
SerializerVocabulary.addToTable(java.util.Iterator i,
StringIntMap m) |
private void |
ParserVocabulary.addToTable(java.lang.String s,
PrefixArray a,
StringIntMap m) |
private void |
ParserVocabulary.addToTable(java.lang.String s,
StringArray a,
StringIntMap m) |
private void |
SerializerVocabulary.addToTable(java.lang.String s,
StringIntMap m) |
Modifier and Type | Method and Description |
---|---|
private void |
VocabularyGenerator.addToTable(java.lang.String s,
StringIntMap m,
PrefixArray a)
Deprecated.
|
private void |
VocabularyGenerator.addToTable(java.lang.String s,
StringIntMap m,
StringArray a)
Deprecated.
|