Uses of Class
nu.validator.htmlparser.impl.HtmlAttributes
-
Packages that use HtmlAttributes Package Description nu.validator.htmlparser.common This package provides common interfaces and enumerations.nu.validator.htmlparser.dom This package provides an HTML5 parser that exposes the document using the DOM API.nu.validator.htmlparser.impl This package contains the bulk of parser internals.nu.validator.htmlparser.sax This package provides an HTML5 parser that exposes the document through the SAX API.nu.validator.htmlparser.xom 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 HtmlAttributes Modifier and Type Method Description voidTokenHandler. 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 HtmlAttributes Modifier and Type Method Description protected voidDOMTreeBuilder. addAttributesToElement(org.w3c.dom.Element element, HtmlAttributes attributes)protected org.w3c.dom.ElementDOMTreeBuilder. createElement(java.lang.String ns, java.lang.String name, HtmlAttributes attributes)protected org.w3c.dom.ElementDOMTreeBuilder. createElement(java.lang.String ns, java.lang.String name, HtmlAttributes attributes, org.w3c.dom.Element form)protected org.w3c.dom.ElementDOMTreeBuilder. createHtmlElementSetAsRoot(HtmlAttributes attributes) -
Uses of HtmlAttributes in nu.validator.htmlparser.impl
Fields in nu.validator.htmlparser.impl declared as HtmlAttributes Modifier and Type Field Description (package private) HtmlAttributesStackNode. attributesprivate HtmlAttributesTokenizer. attributesThe attribute holder.static HtmlAttributesHtmlAttributes. EMPTY_ATTRIBUTESMethods in nu.validator.htmlparser.impl that return HtmlAttributes Modifier and Type Method Description HtmlAttributesHtmlAttributes. cloneAttributes(Interner interner)(package private) HtmlAttributesTokenizer. emptyAttributes()Methods in nu.validator.htmlparser.impl with parameters of type HtmlAttributes Modifier and Type Method Description private 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(java.lang.String name, HtmlAttributes attributes, T form)private voidTreeBuilder. appendVoidElementToCurrentMayFoster(java.lang.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, java.lang.String ns)private voidTreeBuilder. checkMetaCharset(HtmlAttributes attributes)protected abstract TTreeBuilder. createElement(java.lang.String ns, java.lang.String name, HtmlAttributes attributes)protected TTreeBuilder. createElement(java.lang.String ns, java.lang.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(java.lang.String name, HtmlAttributes attributes)voidHtmlAttributes. merge(HtmlAttributes attributes)voidTreeBuilder. startTag(ElementName elementName, HtmlAttributes attributes, boolean selfClosing)Constructors in nu.validator.htmlparser.impl with parameters of type HtmlAttributes Constructor Description StackNode(int flags, java.lang.String ns, java.lang.String name, T node, java.lang.String popName, HtmlAttributes attributes, TaintableLocatorImpl locator)Constructor for copying.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 HtmlAttributes Modifier and Type Method Description protected voidSAXStreamer. addAttributesToElement(org.xml.sax.Attributes element, HtmlAttributes attributes)protected voidSAXTreeBuilder. addAttributesToElement(Element element, HtmlAttributes attributes)protected org.xml.sax.AttributesSAXStreamer. createElement(java.lang.String ns, java.lang.String name, HtmlAttributes attributes)protected ElementSAXTreeBuilder. createElement(java.lang.String ns, java.lang.String name, HtmlAttributes attributes)protected org.xml.sax.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 HtmlAttributes Modifier and Type Method Description protected voidXOMTreeBuilder. addAttributesToElement(nu.xom.Element element, HtmlAttributes attributes)protected nu.xom.ElementXOMTreeBuilder. createElement(java.lang.String ns, java.lang.String name, HtmlAttributes attributes)protected nu.xom.ElementXOMTreeBuilder. createElement(java.lang.String ns, java.lang.String name, HtmlAttributes attributes, nu.xom.Element form)protected nu.xom.ElementXOMTreeBuilder. createHtmlElementSetAsRoot(HtmlAttributes attributes)
-