Uses of Class
nu.validator.htmlparser.impl.HtmlAttributes
Packages that use HtmlAttributes
Package
Description
This package provides common interfaces and enumerations.
This package provides an HTML5 parser that exposes the document using the DOM API.
This package contains the bulk of parser internals.
This package provides an HTML5 parser that exposes the document through the SAX API.
This package provides an HTML5 parser that exposes the document through the XOM API.
-
Uses of HtmlAttributes in nu.validator.htmlparser.common
Methods in nu.validator.htmlparser.common with parameters of type HtmlAttributesModifier and TypeMethodDescriptionvoidTokenHandler.startTag(ElementName eltName, HtmlAttributes attributes, boolean selfClosing) Receive a start tag token. -
Uses of HtmlAttributes in nu.validator.htmlparser.dom
Methods in nu.validator.htmlparser.dom with parameters of type HtmlAttributesModifier and TypeMethodDescriptionprotected voidDOMTreeBuilder.addAttributesToElement(Element element, HtmlAttributes attributes) protected ElementDOMTreeBuilder.createElement(String ns, String name, HtmlAttributes attributes) protected ElementDOMTreeBuilder.createElement(String ns, String name, HtmlAttributes attributes, Element form) protected ElementDOMTreeBuilder.createHtmlElementSetAsRoot(HtmlAttributes attributes) -
Uses of HtmlAttributes in nu.validator.htmlparser.impl
Fields in nu.validator.htmlparser.impl declared as HtmlAttributesModifier and TypeFieldDescription(package private) HtmlAttributesStackNode.attributesprivate HtmlAttributesTokenizer.attributesThe attribute holder.static final HtmlAttributesHtmlAttributes.EMPTY_ATTRIBUTESMethods in nu.validator.htmlparser.impl that return HtmlAttributesModifier and TypeMethodDescriptionHtmlAttributes.cloneAttributes(Interner interner) (package private) HtmlAttributesTokenizer.emptyAttributes()Methods in nu.validator.htmlparser.impl with parameters of type HtmlAttributesModifier and TypeMethodDescriptionprivate booleanTreeBuilder.addAttributesToBody(HtmlAttributes attributes) Attempt to add attribute to the body element.protected abstract voidTreeBuilder.addAttributesToElement(T element, HtmlAttributes attributes) private voidTreeBuilder.addAttributesToHtml(HtmlAttributes attributes) private booleanTreeBuilder.annotationXmlEncodingPermitsHtml(HtmlAttributes attributes) private voidTreeBuilder.appendHtmlElementToDocumentAndPush(HtmlAttributes attributes) private voidTreeBuilder.appendToCurrentNodeAndPushBodyElement(HtmlAttributes attributes) private voidTreeBuilder.appendToCurrentNodeAndPushElement(ElementName elementName, HtmlAttributes attributes) private voidTreeBuilder.appendToCurrentNodeAndPushElementMayFoster(ElementName elementName, HtmlAttributes attributes) private voidTreeBuilder.appendToCurrentNodeAndPushElementMayFoster(ElementName elementName, HtmlAttributes attributes, T form) private voidTreeBuilder.appendToCurrentNodeAndPushElementMayFosterMathML(ElementName elementName, HtmlAttributes attributes) private voidTreeBuilder.appendToCurrentNodeAndPushElementMayFosterSVG(ElementName elementName, HtmlAttributes attributes) private voidTreeBuilder.appendToCurrentNodeAndPushFormattingElementMayFoster(ElementName elementName, HtmlAttributes attributes) private voidTreeBuilder.appendToCurrentNodeAndPushFormElementMayFoster(HtmlAttributes attributes) private voidTreeBuilder.appendToCurrentNodeAndPushHeadElement(HtmlAttributes attributes) private voidTreeBuilder.appendVoidElementToCurrent(String name, HtmlAttributes attributes, T form) private voidTreeBuilder.appendVoidElementToCurrentMayFoster(String name, HtmlAttributes attributes, T form) private voidTreeBuilder.appendVoidElementToCurrentMayFoster(ElementName elementName, HtmlAttributes attributes) private voidTreeBuilder.appendVoidElementToCurrentMayFosterMathML(ElementName elementName, HtmlAttributes attributes) private voidTreeBuilder.appendVoidElementToCurrentMayFosterSVG(ElementName elementName, HtmlAttributes attributes) private voidTreeBuilder.appendVoidFormToCurrent(HtmlAttributes attributes) private voidTreeBuilder.checkAttributes(HtmlAttributes attributes, String ns) private voidTreeBuilder.checkMetaCharset(HtmlAttributes attributes) protected abstract TTreeBuilder.createElement(String ns, String name, HtmlAttributes attributes) protected TTreeBuilder.createElement(String ns, String name, HtmlAttributes attributes, T form) protected abstract TTreeBuilder.createHtmlElementSetAsRoot(HtmlAttributes attributes) booleanHtmlAttributes.equalsAnother(HtmlAttributes other) protected voidErrorReportingTokenizer.maybeErrAttributesOnEndTag(HtmlAttributes attrs) protected voidTokenizer.maybeErrAttributesOnEndTag(HtmlAttributes attrs) private voidTreeBuilder.maybeForgetEarlierDuplicateFormattingElement(String name, HtmlAttributes attributes) voidHtmlAttributes.merge(HtmlAttributes attributes) final voidTreeBuilder.startTag(ElementName elementName, HtmlAttributes attributes, boolean selfClosing) Constructors in nu.validator.htmlparser.impl with parameters of type HtmlAttributesModifierConstructorDescription(package private)StackNode(int flags, String ns, String name, T node, String popName, HtmlAttributes attributes, TaintableLocatorImpl locator) Constructor for copying.(package private)StackNode(ElementName elementName, T node, HtmlAttributes attributes, TaintableLocatorImpl locator) Constructor for HTML formatting elements. -
Uses of HtmlAttributes in nu.validator.htmlparser.sax
Methods in nu.validator.htmlparser.sax with parameters of type HtmlAttributesModifier and TypeMethodDescriptionprotected voidSAXStreamer.addAttributesToElement(Attributes element, HtmlAttributes attributes) protected voidSAXTreeBuilder.addAttributesToElement(Element element, HtmlAttributes attributes) protected AttributesSAXStreamer.createElement(String ns, String name, HtmlAttributes attributes) protected ElementSAXTreeBuilder.createElement(String ns, String name, HtmlAttributes attributes) protected AttributesSAXStreamer.createHtmlElementSetAsRoot(HtmlAttributes attributes) protected ElementSAXTreeBuilder.createHtmlElementSetAsRoot(HtmlAttributes attributes) -
Uses of HtmlAttributes in nu.validator.htmlparser.xom
Methods in nu.validator.htmlparser.xom with parameters of type HtmlAttributesModifier and TypeMethodDescriptionprotected voidXOMTreeBuilder.addAttributesToElement(nu.xom.Element element, HtmlAttributes attributes) protected nu.xom.ElementXOMTreeBuilder.createElement(String ns, String name, HtmlAttributes attributes) protected nu.xom.ElementXOMTreeBuilder.createElement(String ns, String name, HtmlAttributes attributes, nu.xom.Element form) protected nu.xom.ElementXOMTreeBuilder.createHtmlElementSetAsRoot(HtmlAttributes attributes)