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 private QName
HTMLTagBalancer. fQName
A qualified name.private 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) QName
HTMLTagBalancer.ElementEntry. name_
QName
HTMLTagBalancer.Info. qname
The element qualified name.private QName
HTMLScanner.ContentScanner. qName_
A qualified name.Methods in org.htmlunit.cyberneko that return QName Modifier and Type Method Description private QName
HTMLTagBalancer. createQName(java.lang.String tagName)
Methods in org.htmlunit.cyberneko with parameters of type QName Modifier and Type Method Description protected void
HTMLTagBalancer. callEndElement(QName element, Augmentations augs)
protected 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 QName Constructor Description 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 QName Modifier and Type Field Description private QName
NamespaceBinder. qName_
QName.Methods in org.htmlunit.cyberneko.filters with parameters of type QName Modifier and Type Method Description protected 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 QName Modifier and Type Method Description void
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 QName Modifier and Type Field Description private QName
AbstractDOMParser. fAttrQName
Attribute QName.Methods in org.htmlunit.cyberneko.xerces.parsers with parameters of type QName Modifier and Type Method Description protected org.w3c.dom.Attr
AbstractDOMParser. createAttrNode(QName attrQName)
protected org.w3c.dom.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 QName Modifier and Type Field Description (package private) QName
XMLAttributesImpl.Attribute. name_
Name.Methods in org.htmlunit.cyberneko.xerces.util that return QName Modifier and Type Method Description QName
XMLAttributesImpl. getName(int index)
Returns the full QName of the name of this attribute.Methods in org.htmlunit.cyberneko.xerces.util with parameters of type QName Modifier and Type Method Description int
XMLAttributesImpl. addAttribute(QName name, java.lang.String type, java.lang.String value)
Adds an attribute.void
XMLAttributesImpl. addAttribute(QName name, java.lang.String type, java.lang.String value, boolean specified)
Adds an attribute.void
XMLAttributesImpl. addAttribute(QName name, java.lang.String type, java.lang.String value, java.lang.String nonNormalizedValue, boolean specified)
void
XMLAttributesImpl. getName(int attrIndex, QName attrName)
Sets the fields in the given QName structure with the values of the attribute name at the specified index.void
XMLAttributesImpl. 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 QName
XMLAttributes. getName(int attrIndex)
Returns the QName structure of the name.QName
QName. splitQName()
Methods in org.htmlunit.cyberneko.xerces.xni with parameters of type QName Modifier and Type Method Description int
XMLAttributes. addAttribute(QName attrName, java.lang.String attrType, java.lang.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
XMLAttributes. getName(int attrIndex, QName attrName)
Gets the fields in the given QName structure with the values of the attribute name at the specified index.void
XMLAttributes. setName(int attrIndex, QName attrName)
Sets the name of the attribute at the specified index.void
QName. setValues(QName qname)
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 Constructor Description QName(QName qname)
-