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 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 QualifiedNameArray Modifier and Type Method Description private 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 QualifiedNameArray Modifier and Type Method Description voidVocabularyGenerator. addToNameTable(java.lang.String namespaceURI, java.lang.String qName, java.lang.String localName, java.util.Set v, LocalNameQualifiedNamesMap m, QualifiedNameArray a, boolean isAttribute)static voidPrintTable. 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 QualifiedNameArrayQualifiedNameArray. _readOnlyArrayMethods in com.sun.xml.fastinfoset.util with parameters of type QualifiedNameArray Modifier and Type Method Description voidQualifiedNameArray. 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 QualifiedNameArrayParserVocabulary. attributeNameQualifiedNameArrayParserVocabulary. elementNameMethods in com.sun.xml.fastinfoset.vocab with parameters of type QualifiedNameArray Modifier and Type Method Description private voidParserVocabulary. addToNameTable(javax.xml.namespace.QName n, QualifiedNameArray a, boolean isAttribute, StringIntMap prefixMap, StringIntMap namespaceNameMap, StringIntMap localNameMap)private voidParserVocabulary. 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 voidVocabularyGenerator. addToNameTable(javax.xml.namespace.QName n, LocalNameQualifiedNamesMap m, QualifiedNameArray a, boolean isAttribute)Deprecated.
-