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 -
-
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. -
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(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
Methods 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. elementName
-