Frames | No Frames |
Constructors with parameter type org.cyberneko.html.HTMLElements.Element | |
Creates an element information object. | |
Creates an element information object. |
Fields of type org.cyberneko.html.HTMLElements.Element | |
HTMLElements.Element[][] | Element information organized by first letter. |
HTMLElements.Element | No such element. |
HTMLElements.Element[] | The data in the list. |
HTMLElements.Element | The element. |
HTMLElements.Element[] | Parent elements. |
Methods with parameter type org.cyberneko.html.HTMLElements.Element | |
void | Adds an element to list, resizing if necessary. |
HTMLElements.Element | Returns the element information for the specified element name. |
int | Returns the depth of the open tag associated with the specified
element name or -1 if no matching element is found. |
int | Returns the depth of the open tag associated with the specified
element parent names or -1 if no matching element is found. |
Methods with return type org.cyberneko.html.HTMLElements.Element | |
HTMLElements.Element | HTMLElements.getElement(String ename) Returns the element information for the specified element name. |
HTMLElements.Element | HTMLTagBalancer.getElement(String name) Returns an HTML element. |
HTMLElements.Element | Returns the element information for the specified element name. |
HTMLElements.Element | HTMLElements.getElement(short code) Returns the element information for the specified element code. |