- innerHTML() - Method in class com.jaunt.Element
-
Returns a String representation of this element's children/descendant nodes as unformatted HTML.
- innerHTML(int) - Method in class com.jaunt.Element
-
Returns a String representation of this element's children/descendant nodes as formatted (ie indented) HTML.
- innerHTML(String) - Method in class com.jaunt.Element
-
Replaces the contents of this element (ie the descendant nodes) with the specified HTML (or XHTML).
- innerText() - Method in class com.jaunt.Element
-
- innerText(String, boolean, boolean) - Method in class com.jaunt.Element
-
- innerText(String, Node, Node, boolean, boolean, boolean, boolean) - Method in class com.jaunt.Element
-
- innerXML() - Method in class com.jaunt.Element
-
Returns a String representation of this element's children/descendant nodes as unformatted XML.
- innerXML(int) - Method in class com.jaunt.Element
-
Returns a String representation of this element's children/descendant nodes as formatted (ie indented) XML.
- innerXML(String) - Method in class com.jaunt.Element
-
Replaces the contents of this element (ie the descendant nodes) with the specified XML, which is parsed in a matter that ignores the default HTML/XHTML DTD.
- IOUtil - Class in com.jaunt.util
-
Utility class for I/O operations.
- IOUtil() - Constructor for class com.jaunt.util.IOUtil
-
- IRREGULAR - Static variable in class com.jaunt.Comment
-
commentType constant denoting an irreglar HTML/XML comment (eg, <! comment >
)
- isAfter(Node) - Method in class com.jaunt.Node
-
Whether this node occurs after the specified node.
- isBefore(Node) - Method in class com.jaunt.Node
-
Whether this node occurs after the specified node.
- isBetween(Node, Node) - Method in class com.jaunt.Node
-
Whether or not this node occurs in the range between the specified startNode and endNode, inclusive of the start and end nodes.
- isBetween(Node, Node, boolean) - Method in class com.jaunt.Node
-
Whether or not this node occurs in the range between the specified startNode and endNode, inclusivity as specified.
- isEditable() - Method in class com.jaunt.component.Form
-
Returns whether the form has at least one editable (visible and non-disabled) input component.
- isExpired() - Method in class com.jaunt.Cookie
-
Whether the cookie has expired.
- isPrimitive() - Method in class com.jaunt.JNode
-
Returns true if this node is a primitive type; ie, if the getType()
method returns TYPE_STRING, TYPE_BOOLEAN, TYPE_NUMBER, or TYPE_UNDEFINED)
- iterator() - Method in class com.jaunt.Elements
-
returns an iterator over the child Elements.
- iterator() - Method in class com.jaunt.JNode
-
If this JNode is of TYPE_OBJECT, returns returns an iterator over the child JNodes; otherwise returns null.