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 TypeFieldDescriptionprivate final QName
HTMLTagBalancer.fQName
A qualified name.private final QName
HTMLScanner.SpecialScanner.fQName_
A qualified name.private QName[]
HTMLTagBalancer.fragmentContextStack_
Stack of elements determining the context in which a document fragment should be parsed(package private) final QName
HTMLTagBalancer.ElementEntry.name_
final QName
HTMLTagBalancer.Info.qname
The element qualified name.private final QName
HTMLScanner.ContentScanner.qName_
A qualified name.Methods in org.htmlunit.cyberneko that return QNameMethods in org.htmlunit.cyberneko with parameters of type QNameModifier and TypeMethodDescriptionprotected final void
HTMLTagBalancer.callEndElement
(QName element, Augmentations augs) protected final void
HTMLTagBalancer.callStartElement
(QName element, XMLAttributes attrs, Augmentations augs) void
HTMLTagBalancer.emptyElement
(QName element, XMLAttributes attrs, Augmentations augs) Empty element.void
HTMLTagBalancer.endElement
(QName element, Augmentations augs) End element.private boolean
HTMLTagBalancer.forceStartElement
(QName elem, XMLAttributes attrs, Augmentations augs) Forces an element start, taking care to set the information to allow startElement to "see" that's the element has been forced.protected HTMLElements.Element
HTMLTagBalancer.getElement
(QName elementName) void
HTMLTagBalancingListener.ignoredEndElement
(QName element, Augmentations augs) void
HTMLTagBalancingListener.ignoredStartElement
(QName elem, XMLAttributes attrs, Augmentations augs) private void
HTMLTagBalancer.notifyDiscardedEndElement
(QName element, Augmentations augs) Notifies the tagBalancingListener (if any) of an ignored end elementprivate void
HTMLTagBalancer.notifyDiscardedStartElement
(QName elem, XMLAttributes attrs, Augmentations augs) Notifies the tagBalancingListener (if any) of an ignored start elementvoid
HTMLTagBalancer.startElement
(QName elem, XMLAttributes attrs, Augmentations augs) Start element.Constructors in org.htmlunit.cyberneko with parameters of type QNameModifierConstructorDescription(package private)
ElementEntry
(QName element, Augmentations augs) 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
Fields in org.htmlunit.cyberneko.filters declared as QNameMethods in org.htmlunit.cyberneko.filters with parameters of type QNameModifier and TypeMethodDescriptionprotected void
NamespaceBinder.bindNamespaces
(QName element, XMLAttributes attrs) void
DefaultFilter.emptyElement
(QName element, XMLAttributes attributes, Augmentations augs) Empty element.void
HTMLWriterFilter.emptyElement
(QName element, XMLAttributes attributes, Augmentations augs) Empty element.void
NamespaceBinder.emptyElement
(QName element, XMLAttributes attrs, Augmentations augs) Empty element.void
DefaultFilter.endElement
(QName element, Augmentations augs) End element.void
HTMLWriterFilter.endElement
(QName element, Augmentations augs) End element.void
NamespaceBinder.endElement
(QName element, Augmentations augs) End element.protected void
HTMLWriterFilter.printEndElement
(QName element) Print end element.protected void
HTMLWriterFilter.printStartElement
(QName element, XMLAttributes attributes) Print start element.void
DefaultFilter.startElement
(QName element, XMLAttributes attributes, Augmentations augs) Start element.void
HTMLWriterFilter.startElement
(QName element, XMLAttributes attributes, Augmentations augs) Start element.void
NamespaceBinder.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 TypeMethodDescriptionvoid
DOMFragmentParser.emptyElement
(QName element, XMLAttributes attrs, Augmentations augs) void
DOMFragmentParser.endElement
(QName element, Augmentations augs) End element.void
DOMFragmentParser.startElement
(QName element, XMLAttributes attrs, Augmentations augs) -
Uses of QName in org.htmlunit.cyberneko.xerces.parsers
Fields in org.htmlunit.cyberneko.xerces.parsers declared as QNameModifier and TypeFieldDescriptionprivate final QName
AbstractDOMParser.fAttrQName
Attribute QName.Methods in org.htmlunit.cyberneko.xerces.parsers with parameters of type QNameModifier and TypeMethodDescriptionprotected Attr
AbstractDOMParser.createAttrNode
(QName attrQName) protected Element
AbstractDOMParser.createElementNode
(QName element) void
AbstractDOMParser.emptyElement
(QName element, XMLAttributes attributes, Augmentations augs) An empty element.void
AbstractXMLDocumentParser.emptyElement
(QName element, XMLAttributes attributes, Augmentations augs) An empty element.void
AbstractDOMParser.endElement
(QName element, Augmentations augs) The end of an element.void
AbstractSAXParser.endElement
(QName element, Augmentations augs) The end of an element.void
AbstractXMLDocumentParser.endElement
(QName element, Augmentations augs) The end of an element.void
AbstractDOMParser.startElement
(QName element, XMLAttributes attributes, Augmentations augs) The start of an element.void
AbstractSAXParser.startElement
(QName element, XMLAttributes attributes, Augmentations augs) The start of an element.void
AbstractXMLDocumentParser.startElement
(QName element, XMLAttributes attributes, Augmentations augs) The start of an element. -
Uses of QName in org.htmlunit.cyberneko.xerces.util
Fields in org.htmlunit.cyberneko.xerces.util declared as QNameModifier and TypeFieldDescription(package private) final QName
XMLAttributesImpl.Attribute.name_
Name.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 TypeMethodDescriptionint
XMLAttributesImpl.addAttribute
(QName name, String type, String value) Adds an attribute.void
XMLAttributesImpl.addAttribute
(QName name, String type, String value, boolean specified) Adds an attribute.void
XMLAttributesImpl.addAttribute
(QName name, String type, String value, String nonNormalizedValue, boolean specified) void
Sets the fields in the given QName structure with the values of the attribute name at the specified index.void
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 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 TypeMethodDescriptionint
XMLAttributes.addAttribute
(QName attrName, String attrType, String attrValue) Adds an attribute.void
XMLDocumentHandler.emptyElement
(QName element, XMLAttributes attributes, Augmentations augs) An empty element.void
XMLDocumentHandler.endElement
(QName element, Augmentations augs) The end of an element.void
Gets the fields in the given QName structure with the values of the attribute name at the specified index.void
Sets the name of the attribute at the specified index.void
Convenience method to set the values of the qname components.void
XMLDocumentHandler.startElement
(QName element, XMLAttributes attributes, Augmentations augs) The start of an element.Constructors in org.htmlunit.cyberneko.xerces.xni with parameters of type QName