| Modifier and Type | Field and Description |
|---|---|
QName |
HTMLTagBalancer.Info.qname
The element qualified name.
|
| Modifier and Type | Method and 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.
|
protected HTMLElements.Element |
HTMLTagBalancer.getElement(QName elementName) |
void |
HTMLTagBalancingListener.ignoredEndElement(QName element,
Augmentations augs) |
void |
HTMLTagBalancingListener.ignoredStartElement(QName elem,
XMLAttributes attrs,
Augmentations augs) |
void |
HTMLTagBalancer.startElement(QName elem,
XMLAttributes attrs,
Augmentations augs)
Start element.
|
| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
NamespaceBinder.bindNamespaces(QName element,
XMLAttributes attrs) |
void |
NamespaceBinder.emptyElement(QName element,
XMLAttributes attrs,
Augmentations augs)
Empty element.
|
void |
HTMLWriterFilter.emptyElement(QName element,
XMLAttributes attributes,
Augmentations augs)
Empty element.
|
void |
DefaultFilter.emptyElement(QName element,
XMLAttributes attributes,
Augmentations augs)
Empty element.
|
void |
NamespaceBinder.endElement(QName element,
Augmentations augs)
End element.
|
void |
HTMLWriterFilter.endElement(QName element,
Augmentations augs)
End element.
|
void |
DefaultFilter.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 |
NamespaceBinder.startElement(QName element,
XMLAttributes attrs,
Augmentations augs)
Start element.
|
void |
HTMLWriterFilter.startElement(QName element,
XMLAttributes attributes,
Augmentations augs)
Start element.
|
void |
DefaultFilter.startElement(QName element,
XMLAttributes attributes,
Augmentations augs)
Start element.
|
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
protected Attr |
AbstractDOMParser.createAttrNode(QName attrQName) |
protected Element |
AbstractDOMParser.createElementNode(QName element) |
void |
AbstractXMLDocumentParser.emptyElement(QName element,
XMLAttributes attributes,
Augmentations augs)
An empty element.
|
void |
AbstractDOMParser.emptyElement(QName element,
XMLAttributes attributes,
Augmentations augs)
An empty element.
|
void |
AbstractXMLDocumentParser.endElement(QName element,
Augmentations augs)
The end of an element.
|
void |
AbstractSAXParser.endElement(QName element,
Augmentations augs)
The end of an element.
|
void |
AbstractDOMParser.endElement(QName element,
Augmentations augs)
The end of an element.
|
void |
AbstractXMLDocumentParser.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 |
AbstractDOMParser.startElement(QName element,
XMLAttributes attributes,
Augmentations augs)
The start of an element.
|
| Modifier and Type | Method and Description |
|---|---|
QName |
XMLAttributesImpl.getName(int index)
Returns the full QName of the name of this attribute.
|
| Modifier and Type | Method and Description |
|---|---|
int |
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 |
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.
|
| Modifier and Type | Method and Description |
|---|---|
QName |
XMLAttributes.getName(int attrIndex)
Returns the QName structure of the name.
|
QName |
QName.splitQName() |
| Modifier and Type | Method and Description |
|---|---|
int |
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 |
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.
|
| Constructor and Description |
|---|
QName(QName qname) |
Copyright © 2024 HtmlUnit. All rights reserved.