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 QualifiedNameArrayDecoder._attributeNameTableThe attribute name table of the vocabulary.protected QualifiedNameArrayDecoder._elementNameTableThe element name table of the vocabulary.Methods in com.sun.xml.fastinfoset with parameters of type QualifiedNameArrayModifier and TypeMethodDescriptionprivate voidDecoder.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 TypeMethodDescriptionvoidVocabularyGenerator.addToNameTable(String namespaceURI, String qName, String localName, Set<QName> v, LocalNameQualifiedNamesMap m, QualifiedNameArray a, boolean isAttribute) static voidPrintTable.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 voidQualifiedNameArray.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 QualifiedNameArrayParserVocabulary.attributeNamefinal QualifiedNameArrayParserVocabulary.elementNameMethods in com.sun.xml.fastinfoset.vocab with parameters of type QualifiedNameArrayModifier and TypeMethodDescriptionprivate voidParserVocabulary.addToNameTable(QName n, QualifiedNameArray a, boolean isAttribute, StringIntMap prefixMap, StringIntMap namespaceNameMap, StringIntMap localNameMap) private voidParserVocabulary.addToTable(Iterator<QName> i, QualifiedNameArray a, boolean isAttribute, StringIntMap prefixMap, StringIntMap namespaceNameMap, StringIntMap localNameMap)