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 QNameHTMLTagBalancer.fQNameA qualified name.private final QNameHTMLScanner.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 QNameHTMLTagBalancer.ElementEntry.name_final QNameHTMLTagBalancer.Info.qnameThe element qualified name.private final QNameHTMLScanner.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 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.private booleanHTMLTagBalancer.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.ElementHTMLTagBalancer.getElement(QName elementName) voidHTMLTagBalancingListener.ignoredEndElement(QName element, Augmentations augs) voidHTMLTagBalancingListener.ignoredStartElement(QName elem, XMLAttributes attrs, Augmentations augs) private voidHTMLTagBalancer.notifyDiscardedEndElement(QName element, Augmentations augs) Notifies the tagBalancingListener (if any) of an ignored end elementprivate voidHTMLTagBalancer.notifyDiscardedStartElement(QName elem, XMLAttributes attrs, Augmentations augs) Notifies the tagBalancingListener (if any) of an ignored start elementvoidHTMLTagBalancer.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 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
Fields in org.htmlunit.cyberneko.xerces.parsers declared as QNameModifier and TypeFieldDescriptionprivate final QNameAbstractDOMParser.fAttrQNameAttribute QName.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
Fields in org.htmlunit.cyberneko.xerces.util declared as QNameModifier and TypeFieldDescription(package private) final QNameXMLAttributesImpl.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 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