Uses of Interface
org.htmlunit.cyberneko.xerces.xni.XMLAttributes
Packages that use XMLAttributes
Package
Description
-
Uses of XMLAttributes in org.htmlunit.cyberneko
Fields in org.htmlunit.cyberneko declared as XMLAttributesMethods in org.htmlunit.cyberneko with parameters of type XMLAttributesModifier and TypeMethodDescriptionprotected final 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 String
HTMLScanner.getValue
(XMLAttributes attrs, 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 XMLAttributesModifierConstructorDescriptionInfo
(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 XMLAttributesModifier 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.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 XMLAttributesModifier and TypeMethodDescriptionvoid
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 XMLAttributesModifier and TypeFieldDescriptionprivate XMLAttributes
AbstractSAXParser.AttributesProxy.fAttributes
XML attributes.Methods in org.htmlunit.cyberneko.xerces.parsers with parameters of type XMLAttributesModifier and TypeMethodDescriptionvoid
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 XMLAttributesModifier and TypeClassDescriptionclass
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 XMLAttributesModifier and TypeMethodDescriptionvoid
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.