Uses of Class
nu.validator.htmlparser.annotation.QName
-
Packages that use QName Package Description nu.validator.htmlparser.impl This package contains the bulk of parser internals. -
-
Uses of QName in nu.validator.htmlparser.impl
Fields in nu.validator.htmlparser.impl with annotations of type QName Modifier and Type Field Description private java.lang.String[]
AttributeName. qName
The qnames indexable by mode.Methods in nu.validator.htmlparser.impl with annotations of type QName Modifier and Type Method Description private static java.lang.String[]
AttributeName. COMPUTE_QNAME(java.lang.String[] local, java.lang.String[] prefix)
java.lang.String
AttributeName. getQName(int mode)
java.lang.String
HtmlAttributes. getQName(int index)
-