Uses of Class
com.sun.xml.fastinfoset.util.QualifiedNameArray
-
Packages that use QualifiedNameArray Package Description com.sun.xml.fastinfoset com.sun.xml.fastinfoset.tools com.sun.xml.fastinfoset.util com.sun.xml.fastinfoset.vocab com.sun.xml.fastinfoset.vocab.frequency -
-
Uses of QualifiedNameArray in com.sun.xml.fastinfoset
Fields in com.sun.xml.fastinfoset declared as QualifiedNameArray Modifier and Type Field Description protected QualifiedNameArray
Decoder. _attributeNameTable
The attribute name table of the vocabulary.protected QualifiedNameArray
Decoder. _elementNameTable
The element name table of the vocabulary.Methods in com.sun.xml.fastinfoset with parameters of type QualifiedNameArray Modifier and Type Method Description private void
Decoder. decodeTableItems(QualifiedNameArray array, boolean isAttribute)
-
Uses of QualifiedNameArray in com.sun.xml.fastinfoset.tools
Methods in com.sun.xml.fastinfoset.tools with parameters of type QualifiedNameArray Modifier and Type Method Description void
VocabularyGenerator. addToNameTable(java.lang.String namespaceURI, java.lang.String qName, java.lang.String localName, java.util.Set v, LocalNameQualifiedNamesMap m, QualifiedNameArray a, boolean isAttribute)
static void
PrintTable. printArray(java.lang.String title, QualifiedNameArray a)
-
Uses of QualifiedNameArray in com.sun.xml.fastinfoset.util
Fields in com.sun.xml.fastinfoset.util declared as QualifiedNameArray Modifier and Type Field Description private QualifiedNameArray
QualifiedNameArray. _readOnlyArray
Methods in com.sun.xml.fastinfoset.util with parameters of type QualifiedNameArray Modifier and Type Method Description void
QualifiedNameArray. setReadOnlyArray(QualifiedNameArray readOnlyArray, boolean clear)
-
Uses of QualifiedNameArray in com.sun.xml.fastinfoset.vocab
Fields in com.sun.xml.fastinfoset.vocab declared as QualifiedNameArray Modifier and Type Field Description QualifiedNameArray
ParserVocabulary. attributeName
QualifiedNameArray
ParserVocabulary. elementName
Methods in com.sun.xml.fastinfoset.vocab with parameters of type QualifiedNameArray Modifier and Type Method 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, QualifiedNameArray a, boolean isAttribute, StringIntMap prefixMap, StringIntMap namespaceNameMap, StringIntMap localNameMap)
-
Uses of QualifiedNameArray in com.sun.xml.fastinfoset.vocab.frequency
Methods in com.sun.xml.fastinfoset.vocab.frequency with parameters of type QualifiedNameArray Modifier and Type Method Description private void
VocabularyGenerator. addToNameTable(javax.xml.namespace.QName n, LocalNameQualifiedNamesMap m, QualifiedNameArray a, boolean isAttribute)
Deprecated.
-