Uses of Class
org.htmlunit.cyberneko.xerces.xni.QName
Packages that use QName
Package
Description
-
Uses of QName in org.htmlunit.cyberneko
Fields in org.htmlunit.cyberneko declared as QNameModifier and TypeFieldDescriptionfinal QNameHTMLTagBalancer.Info.qnameThe element qualified name.Methods in org.htmlunit.cyberneko with parameters of type QNameModifier and TypeMethodDescriptionprotected final voidHTMLTagBalancer.callEndElement(QName element, Augmentations augs) protected final 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 QNameModifierConstructorDescriptionInfo(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 QNameModifier and TypeMethodDescriptionprotected 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 QNameModifier and TypeMethodDescriptionvoidDOMFragmentParser.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 QNameModifier and TypeMethodDescriptionprotected 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 QNameModifier and TypeMethodDescriptionXMLAttributesImpl.getName(int index) Returns the full QName of the name of this attribute.Methods in org.htmlunit.cyberneko.xerces.util with parameters of type QNameModifier and TypeMethodDescriptionintXMLAttributesImpl.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) voidSets the fields in the given QName structure with the values of the attribute name at the specified index.voidSets 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 QNameModifier and TypeMethodDescriptionXMLAttributes.getName(int attrIndex) Returns the QName structure of the name.QName.splitQName()Methods in org.htmlunit.cyberneko.xerces.xni with parameters of type QNameModifier and TypeMethodDescriptionintXMLAttributes.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.voidGets the fields in the given QName structure with the values of the attribute name at the specified index.voidSets the name of the attribute at the specified index.voidConvenience 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