- Table - Class in com.jauntium
-
This class presents utility methods for accessing data within an HTML table.
- Table(Element) - Constructor for class com.jauntium.Table
-
Constructs a table component from the specified table element.
- tableElement - Variable in class com.jauntium.Table
-
- toElement() - Method in class com.jauntium.Node
-
Returns this node cast to an Element.
- toList() - Method in class com.jauntium.Elements
-
Returns the child Elements as a List.
- toNode() - Method in class com.jauntium.Element
-
Returns this element cast to type Node.
- toString() - Method in class com.jauntium.Element
-
Returns a string representation of this element as an HTML tag, not including children or its counterpart closing tag.
- toString() - Method in class com.jauntium.Elements
-
Returns a partial HTML representation of this container and its children (not including descendants)
- toString() - Method in class com.jauntium.Form
-
Returns the outerHTML of the form element.
- toString() - Method in class com.jauntium.Node
-
Returns a String representation of this Node.
- toString() - Method in class com.jauntium.Table
-
Returns the outerHTML of the table Element.