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

Packages that use HTMLElements.Element
org.cyberneko.html   
 

Uses of HTMLElements.Element in org.cyberneko.html
 

Fields in org.cyberneko.html declared as HTMLElements.Element
 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.
 HTMLElements.Element[] HTMLElements.ElementList.data
          The data in the list.
 

Methods in org.cyberneko.html that return HTMLElements.Element
protected  HTMLElements.Element HTMLTagBalancer.getElement(String name)
          Returns an HTML element.
static HTMLElements.Element HTMLElements.getElement(short code)
          Returns the element information for the specified element code.
static HTMLElements.Element HTMLElements.getElement(String ename)
          Returns the element information for the specified element name.
static HTMLElements.Element HTMLElements.getElement(String ename, HTMLElements.Element element)
          Returns the element information for the specified element name.
 

Methods in org.cyberneko.html with parameters of type HTMLElements.Element
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.
static HTMLElements.Element HTMLElements.getElement(String ename, HTMLElements.Element element)
          Returns the element information for the specified element name.
 void HTMLElements.ElementList.addElement(HTMLElements.Element element)
          Adds an element to list, resizing if necessary.
 

Constructors in org.cyberneko.html with parameters of type HTMLElements.Element
HTMLTagBalancer.Info(HTMLElements.Element element, QName qname)
          Creates an element information object.
HTMLTagBalancer.Info(HTMLElements.Element element, QName qname, XMLAttributes attributes)
          Creates an element information object.
 



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