Package | Description |
---|---|
org.cyberneko.html |
Modifier and Type | Field and 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.
|
Modifier and Type | Method and Description |
---|---|
protected HTMLElements.Element |
HTMLTagBalancer.getElement(QName elementName)
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(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.
|
Modifier and Type | Method and 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 element
|
Constructor and Description |
---|
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-2014, Andy Clark, Marc Guillemot. All rights reserved.