Uses of Class
org.cyberneko.html.HTMLElements.Element
-
Packages that use HTMLElements.Element Package Description org.cyberneko.html -
-
Uses of HTMLElements.Element in org.cyberneko.html
Fields in org.cyberneko.html declared as HTMLElements.Element Modifier and Type Field Description HTMLElements.Element[]
HTMLElements.ElementList. data
The data in the list.HTMLElements.Element
HTMLTagBalancer.Info. element
The element.protected static HTMLElements.Element[][]
HTMLElements. ELEMENTS_ARRAY
Element information organized by first letter.static HTMLElements.Element
HTMLElements. NO_SUCH_ELEMENT
No such element.HTMLElements.Element[]
HTMLElements.Element. parent
Parent elements.Methods in org.cyberneko.html that return HTMLElements.Element Modifier and Type Method Description static HTMLElements.Element
HTMLElements. getElement(short code)
Returns the element information for the specified element code.static HTMLElements.Element
HTMLElements. getElement(java.lang.String ename)
Returns the element information for the specified element name.static HTMLElements.Element
HTMLElements. getElement(java.lang.String ename, HTMLElements.Element element)
Returns the element information for the specified element name.protected HTMLElements.Element
HTMLTagBalancer. getElement(org.apache.xerces.xni.QName elementName)
Returns an HTML element.Methods in org.cyberneko.html with parameters of type HTMLElements.Element Modifier and Type Method Description void
HTMLElements.ElementList. addElement(HTMLElements.Element element)
Adds an element to list, resizing if necessary.static HTMLElements.Element
HTMLElements. getElement(java.lang.String ename, HTMLElements.Element element)
Returns the element information for the specified element name.protected int
HTMLTagBalancer. 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 int
HTMLTagBalancer. 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.boolean
HTMLElements.Element. isParent(HTMLElements.Element element)
Indicates if the provided element is an accepted parent of current elementConstructors in org.cyberneko.html 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.
-