Uses of Class
com.sun.xml.fastinfoset.util.QualifiedNameArray
Packages that use QualifiedNameArray
Package
Description
-
Uses of QualifiedNameArray in com.sun.xml.fastinfoset
Fields in com.sun.xml.fastinfoset declared as QualifiedNameArrayModifier and TypeFieldDescriptionprotected 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 QualifiedNameArrayModifier and TypeMethodDescriptionprivate 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 QualifiedNameArrayModifier and TypeMethodDescriptionvoid
VocabularyGenerator.addToNameTable
(String namespaceURI, String qName, String localName, Set<QName> v, LocalNameQualifiedNamesMap m, QualifiedNameArray a, boolean isAttribute) static void
PrintTable.printArray
(String title, QualifiedNameArray a) -
Uses of QualifiedNameArray in com.sun.xml.fastinfoset.util
Fields in com.sun.xml.fastinfoset.util declared as QualifiedNameArrayMethods in com.sun.xml.fastinfoset.util with parameters of type QualifiedNameArrayModifier and TypeMethodDescriptionfinal 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 QualifiedNameArrayModifier and TypeFieldDescriptionfinal QualifiedNameArray
ParserVocabulary.attributeName
final QualifiedNameArray
ParserVocabulary.elementName
Methods in com.sun.xml.fastinfoset.vocab with parameters of type QualifiedNameArrayModifier and TypeMethodDescriptionprivate void
ParserVocabulary.addToNameTable
(QName n, QualifiedNameArray a, boolean isAttribute, StringIntMap prefixMap, StringIntMap namespaceNameMap, StringIntMap localNameMap) private void
ParserVocabulary.addToTable
(Iterator<QName> i, QualifiedNameArray a, boolean isAttribute, StringIntMap prefixMap, StringIntMap namespaceNameMap, StringIntMap localNameMap)