Uses of Interface
org.htmlunit.cyberneko.xerces.xni.XMLAttributes
-
-
Uses of XMLAttributes in org.htmlunit.cyberneko
Fields in org.htmlunit.cyberneko declared as XMLAttributes Modifier and Type Field Description XMLAttributes
HTMLTagBalancer.Info. attributes
The element attributes.Methods in org.htmlunit.cyberneko with parameters of type XMLAttributes Modifier and Type Method Description protected void
HTMLTagBalancer. callStartElement(QName element, XMLAttributes attrs, Augmentations augs)
void
HTMLTagBalancer. emptyElement(QName element, XMLAttributes attrs, Augmentations augs)
Empty 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 static java.lang.String
HTMLScanner. getValue(XMLAttributes attrs, java.lang.String aname)
void
HTMLTagBalancingListener. ignoredStartElement(QName elem, XMLAttributes attrs, Augmentations augs)
private 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 XMLAttributes Constructor Description Info(HTMLElements.Element element, QName qname, XMLAttributes attributes)
Creates an element information object. -
Uses of XMLAttributes in org.htmlunit.cyberneko.filters
Methods in org.htmlunit.cyberneko.filters with parameters of type XMLAttributes 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.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 XMLAttributes in org.htmlunit.cyberneko.parsers
Methods in org.htmlunit.cyberneko.parsers with parameters of type XMLAttributes Modifier and Type Method Description void
DOMFragmentParser. emptyElement(QName element, XMLAttributes attrs, Augmentations augs)
void
DOMFragmentParser. startElement(QName element, XMLAttributes attrs, Augmentations augs)
-
Uses of XMLAttributes in org.htmlunit.cyberneko.xerces.parsers
Fields in org.htmlunit.cyberneko.xerces.parsers declared as XMLAttributes Modifier and Type Field Description private XMLAttributes
AbstractSAXParser.AttributesProxy. fAttributes
XML attributes.Methods in org.htmlunit.cyberneko.xerces.parsers with parameters of type XMLAttributes Modifier and Type Method Description 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
AbstractSAXParser.AttributesProxy. setAttributes(XMLAttributes attributes)
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 XMLAttributes in org.htmlunit.cyberneko.xerces.util
Classes in org.htmlunit.cyberneko.xerces.util that implement XMLAttributes Modifier and Type Class Description class
XMLAttributesImpl
The XMLAttributesImpl class is an implementation of the XMLAttributes interface which defines a collection of attributes for an element. -
Uses of XMLAttributes in org.htmlunit.cyberneko.xerces.xni
Methods in org.htmlunit.cyberneko.xerces.xni with parameters of type XMLAttributes Modifier and Type Method Description void
XMLDocumentHandler. emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
An empty element.void
XMLDocumentHandler. startElement(QName element, XMLAttributes attributes, Augmentations augs)
The start of an element.
-