Uses of Class
org.htmlunit.cyberneko.xerces.xni.QName
-
-
Uses of QName in org.htmlunit.cyberneko
Fields in org.htmlunit.cyberneko declared as QName Modifier and Type Field Description QNameHTMLTagBalancer.Info. qnameThe element qualified name.Methods in org.htmlunit.cyberneko with parameters of type QName Modifier and Type Method Description protected voidHTMLTagBalancer. callEndElement(QName element, Augmentations augs)protected voidHTMLTagBalancer. callStartElement(QName element, XMLAttributes attrs, Augmentations augs)voidHTMLTagBalancer. emptyElement(QName element, XMLAttributes attrs, Augmentations augs)Empty element.voidHTMLTagBalancer. endElement(QName element, Augmentations augs)End element.protected HTMLElements.ElementHTMLTagBalancer. getElement(QName elementName)voidHTMLTagBalancingListener. ignoredEndElement(QName element, Augmentations augs)voidHTMLTagBalancingListener. ignoredStartElement(QName elem, XMLAttributes attrs, Augmentations augs)voidHTMLTagBalancer. startElement(QName elem, XMLAttributes attrs, Augmentations augs)Start element.Constructors in org.htmlunit.cyberneko with parameters of type QName Constructor Description Info(HTMLElements.Element element, QName qname)Creates an element information object.Info(HTMLElements.Element element, QName qname, XMLAttributes attributes)Creates an element information object. -
Uses of QName in org.htmlunit.cyberneko.filters
Methods in org.htmlunit.cyberneko.filters with parameters of type QName Modifier and Type Method Description protected voidNamespaceBinder. bindNamespaces(QName element, XMLAttributes attrs)voidDefaultFilter. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)Empty element.voidHTMLWriterFilter. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)Empty element.voidNamespaceBinder. emptyElement(QName element, XMLAttributes attrs, Augmentations augs)Empty element.voidDefaultFilter. endElement(QName element, Augmentations augs)End element.voidHTMLWriterFilter. endElement(QName element, Augmentations augs)End element.voidNamespaceBinder. endElement(QName element, Augmentations augs)End element.protected voidHTMLWriterFilter. printEndElement(QName element)Print end element.protected voidHTMLWriterFilter. printStartElement(QName element, XMLAttributes attributes)Print start element.voidDefaultFilter. startElement(QName element, XMLAttributes attributes, Augmentations augs)Start element.voidHTMLWriterFilter. startElement(QName element, XMLAttributes attributes, Augmentations augs)Start element.voidNamespaceBinder. startElement(QName element, XMLAttributes attrs, Augmentations augs)Start element. -
Uses of QName in org.htmlunit.cyberneko.parsers
Methods in org.htmlunit.cyberneko.parsers with parameters of type QName Modifier and Type Method Description voidDOMFragmentParser. emptyElement(QName element, XMLAttributes attrs, Augmentations augs)voidDOMFragmentParser. endElement(QName element, Augmentations augs)End element.voidDOMFragmentParser. startElement(QName element, XMLAttributes attrs, Augmentations augs) -
Uses of QName in org.htmlunit.cyberneko.xerces.parsers
Methods in org.htmlunit.cyberneko.xerces.parsers with parameters of type QName Modifier and Type Method Description protected AttrAbstractDOMParser. createAttrNode(QName attrQName)protected ElementAbstractDOMParser. createElementNode(QName element)voidAbstractDOMParser. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.voidAbstractXMLDocumentParser. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.voidAbstractDOMParser. endElement(QName element, Augmentations augs)The end of an element.voidAbstractSAXParser. endElement(QName element, Augmentations augs)The end of an element.voidAbstractXMLDocumentParser. endElement(QName element, Augmentations augs)The end of an element.voidAbstractDOMParser. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element.voidAbstractSAXParser. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element.voidAbstractXMLDocumentParser. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element. -
Uses of QName in org.htmlunit.cyberneko.xerces.util
Methods in org.htmlunit.cyberneko.xerces.util that return QName Modifier and Type Method Description QNameXMLAttributesImpl. getName(int index)Returns the full QName of the name of this attribute.QNameXMLAttributesImpl.Attribute. getQName()Methods in org.htmlunit.cyberneko.xerces.util with parameters of type QName Modifier and Type Method Description intXMLAttributesImpl. addAttribute(QName name, String type, String value)Adds an attribute.voidXMLAttributesImpl. addAttribute(QName name, String type, String value, boolean specified)Adds an attribute.voidXMLAttributesImpl. addAttribute(QName name, String type, String value, String nonNormalizedValue, boolean specified)voidXMLAttributesImpl. getName(int attrIndex, QName attrName)Sets the fields in the given QName structure with the values of the attribute name at the specified index.voidXMLAttributesImpl. setName(int attrIndex, QName attrName)Sets the name of the attribute at the specified index. -
Uses of QName in org.htmlunit.cyberneko.xerces.xni
Methods in org.htmlunit.cyberneko.xerces.xni that return QName Modifier and Type Method Description QNameXMLAttributes. getName(int attrIndex)Returns the QName structure of the name.QNameQName. splitQName()Methods in org.htmlunit.cyberneko.xerces.xni with parameters of type QName Modifier and Type Method Description intXMLAttributes. addAttribute(QName attrName, String attrType, String attrValue)Adds an attribute.voidXMLDocumentHandler. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)An empty element.voidXMLDocumentHandler. endElement(QName element, Augmentations augs)The end of an element.voidXMLAttributes. getName(int attrIndex, QName attrName)Gets the fields in the given QName structure with the values of the attribute name at the specified index.voidXMLAttributes. setName(int attrIndex, QName attrName)Sets the name of the attribute at the specified index.voidQName. setValues(QName qname)Convenience method to set the values of the qname components.voidXMLDocumentHandler. startElement(QName element, XMLAttributes attributes, Augmentations augs)The start of an element.Constructors in org.htmlunit.cyberneko.xerces.xni with parameters of type QName Constructor Description QName(QName qname)
-