Uses of Class
org.codelibs.nekohtml.HTMLElements.Element
-
Packages that use HTMLElements.Element Package Description org.codelibs.nekohtml -
-
Uses of HTMLElements.Element in org.codelibs.nekohtml
Fields in org.codelibs.nekohtml declared as HTMLElements.Element Modifier and Type Field Description HTMLElements.Element[]HTMLElements.ElementList. dataThe data in the list.HTMLElements.ElementHTMLTagBalancer.Info. elementThe element.protected static HTMLElements.Element[][]HTMLElements. ELEMENTS_ARRAYElement information organized by first letter.static HTMLElements.ElementHTMLElements. NO_SUCH_ELEMENTNo such element.HTMLElements.Element[]HTMLElements.Element. parentParent elements.Methods in org.codelibs.nekohtml that return HTMLElements.Element Modifier and Type Method Description static HTMLElements.ElementHTMLElements. getElement(short code)Returns the element information for the specified element code.static HTMLElements.ElementHTMLElements. getElement(java.lang.String ename)Returns the element information for the specified element name.static HTMLElements.ElementHTMLElements. getElement(java.lang.String ename, HTMLElements.Element element)Returns the element information for the specified element name.protected HTMLElements.ElementHTMLTagBalancer. getElement(org.apache.xerces.xni.QName elementName)Returns an HTML element.Methods in org.codelibs.nekohtml with parameters of type HTMLElements.Element Modifier and Type Method Description voidHTMLElements.ElementList. addElement(HTMLElements.Element element)Adds an element to list, resizing if necessary.static HTMLElements.ElementHTMLElements. getElement(java.lang.String ename, HTMLElements.Element element)Returns the element information for the specified element name.protected intHTMLTagBalancer. getElementDepth(HTMLElements.Element element)Returns the depth of the open tag associated with the specified element name or -1 if no matching element is found.protected intHTMLTagBalancer. getParentDepth(HTMLElements.Element[] parents, short bounds)Returns the depth of the open tag associated with the specified element parent names or -1 if no matching element is found.booleanHTMLElements.Element. isParent(HTMLElements.Element element)Indicates if the provided element is an accepted parent of current elementConstructors in org.codelibs.nekohtml with parameters of type HTMLElements.Element Constructor Description Info(HTMLElements.Element element, org.apache.xerces.xni.QName qname)Creates an element information object.Info(HTMLElements.Element element, org.apache.xerces.xni.QName qname, org.apache.xerces.xni.XMLAttributes attributes)Creates an element information object.
-