Uses of Class
org.cyberneko.html.HTMLElements.Element
Packages that use HTMLElements.Element
-
Uses of HTMLElements.Element in org.cyberneko.html
Fields in org.cyberneko.html declared as HTMLElements.ElementModifier and TypeFieldDescriptionHTMLElements.ElementList.data
The data in the list.HTMLTagBalancer.Info.element
The element.protected static final HTMLElements.Element[][]
HTMLElements.ELEMENTS_ARRAY
Element information organized by first letter.static final HTMLElements.Element
HTMLElements.NO_SUCH_ELEMENT
No such element.HTMLElements.Element.parent
Parent elements.Methods in org.cyberneko.html that return HTMLElements.ElementModifier and TypeMethodDescriptionstatic final HTMLElements.Element
HTMLElements.getElement
(short code) Returns the element information for the specified element code.static final HTMLElements.Element
HTMLElements.getElement
(String ename) Returns the element information for the specified element name.static final HTMLElements.Element
HTMLElements.getElement
(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.ElementModifier and TypeMethodDescriptionvoid
HTMLElements.ElementList.addElement
(HTMLElements.Element element) Adds an element to list, resizing if necessary.static final HTMLElements.Element
HTMLElements.getElement
(String ename, HTMLElements.Element element) Returns the element information for the specified element name.protected final 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.ElementModifierConstructorDescriptionInfo
(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.