Uses of Class
org.htmlunit.cyberneko.HTMLElements.Element
-
Packages that use HTMLElements.Element Package Description org.htmlunit.cyberneko -
-
Uses of HTMLElements.Element in org.htmlunit.cyberneko
Fields in org.htmlunit.cyberneko declared as HTMLElements.Element Modifier and Type Field Description HTMLElements.ElementHTMLTagBalancer.Info. elementThe element.HTMLElements.ElementHTMLElements. NO_SUCH_ELEMENTNo such element.HTMLElements.Element[]HTMLElements.Element. parentParent elements.Methods in org.htmlunit.cyberneko that return HTMLElements.Element Modifier and Type Method Description HTMLElements.ElementHTMLElements. getElement(short code)HTMLElements.ElementHTMLElements. getElement(String ename)HTMLElements.ElementHTMLElements. getElement(String ename, HTMLElements.Element element)protected HTMLElements.ElementHTMLTagBalancer. getElement(QName elementName)Methods in org.htmlunit.cyberneko with parameters of type HTMLElements.Element Modifier and Type Method Description HTMLElements.ElementHTMLElements. getElement(String ename, HTMLElements.Element element)protected intHTMLTagBalancer. getElementDepth(HTMLElements.Element element)protected intHTMLTagBalancer. getParentDepth(HTMLElements.Element element)booleanHTMLElements.Element. isParent(HTMLElements.Element element)Indicates if the provided element is an accepted parent of current elementvoidHTMLElements. setElement(HTMLElements.Element element)Constructors in org.htmlunit.cyberneko with parameters of type HTMLElements.Element Constructor Description Info(HTMLElements.Element element, QName qname)Creates an element information object.Info(HTMLElements.Element element, QName qname, XMLAttributes attributes)Creates an element information object.
-