Uses of Class
org.htmlunit.cyberneko.HTMLElements.Element
Packages that use HTMLElements.Element
-
Uses of HTMLElements.Element in org.htmlunit.cyberneko
Fields in org.htmlunit.cyberneko declared as HTMLElements.ElementModifier and TypeFieldDescriptionfinal HTMLElements.ElementHTMLTagBalancer.Info.elementThe element.private HTMLElements.Element[]HTMLElements.elementsByCode_final HTMLElements.ElementHTMLElements.NO_SUCH_ELEMENTNo such element.HTMLElements.Element.parentParent elements.Fields in org.htmlunit.cyberneko with type parameters of type HTMLElements.ElementModifier and TypeFieldDescriptionprivate final HashMap<String, HTMLElements.Element> HTMLElements.elementsByNameForReference_private final FastHashMap<String, HTMLElements.Element> HTMLElements.elementsByNameOptimized_Methods in org.htmlunit.cyberneko that return HTMLElements.ElementModifier and TypeMethodDescriptionfinal HTMLElements.ElementHTMLElements.getElement(short code) final HTMLElements.ElementHTMLElements.getElement(String ename) final HTMLElements.ElementHTMLElements.getElement(String ename, HTMLElements.Element element) protected HTMLElements.ElementHTMLTagBalancer.getElement(QName elementName) Methods in org.htmlunit.cyberneko with parameters of type HTMLElements.ElementModifier and TypeMethodDescriptionprivate voidHTMLElements.defineParents(HTMLElements.Element element) final HTMLElements.ElementHTMLElements.getElement(String ename, HTMLElements.Element element) protected final intHTMLTagBalancer.getElementDepth(HTMLElements.Element element) protected intHTMLTagBalancer.getParentDepth(HTMLElements.Element[] parents, short bounds) 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.ElementModifierConstructorDescriptionInfo(HTMLElements.Element element, QName qname) Creates an element information object.Info(HTMLElements.Element element, QName qname, XMLAttributes attributes) Creates an element information object.