Uses of Class org.cyberneko.html.HTMLElements.Element

Uses in package org.cyberneko.html

Constructors with parameter type org.cyberneko.html.HTMLElements.Element

Creates an element information object.
HTMLTagBalancer.Info.Info(HTMLElements.Element element, QName qname, XMLAttributes attributes)
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
Returns an HTML element.
HTMLElements.Element
Returns the element information for the specified element name.
HTMLElements.Element
Returns the element information for the specified element code.

(C) Copyright 2002-2005, Andy Clark. All rights reserved.