Uses of Class
nu.validator.saxtree.Element
Packages that use Element
Package
Description
This package provides an HTML5 parser that exposes the document through the SAX API.
-
Uses of Element in nu.validator.htmlparser.sax
Methods in nu.validator.htmlparser.sax that return ElementModifier and TypeMethodDescriptionprotected Element
SAXTreeBuilder.createElement
(String ns, String name, HtmlAttributes attributes) protected Element
SAXTreeBuilder.createHtmlElementSetAsRoot
(HtmlAttributes attributes) Methods in nu.validator.htmlparser.sax with parameters of type ElementModifier and TypeMethodDescriptionprotected void
SAXTreeBuilder.addAttributesToElement
(Element element, HtmlAttributes attributes) protected void
SAXTreeBuilder.appendCharacters
(Element parent, char[] buf, int start, int length) protected void
SAXTreeBuilder.appendChildrenToNewParent
(Element oldParent, Element newParent) protected void
SAXTreeBuilder.appendComment
(Element parent, char[] buf, int start, int length) protected void
SAXTreeBuilder.appendElement
(Element child, Element newParent) protected void
SAXTreeBuilder.appendIsindexPrompt
(Element parent) protected void
SAXTreeBuilder.detachFromParent
(Element element) protected boolean
SAXTreeBuilder.hasChildren
(Element element) protected void
SAXTreeBuilder.insertFosterParentedCharacters
(char[] buf, int start, int length, Element table, Element stackParent) protected void
SAXTreeBuilder.insertFosterParentedChild
(Element child, Element table, Element stackParent)