Skip navigation links
A C D E F G H I J K L M N O P R S T U V W Z 

T

Text - Class in com.jaunt
Represents a text node in the DOM.
Text(String) - Constructor for class com.jaunt.Text
Create a text node from the specified String.
TEXT_TYPE - Static variable in class com.jaunt.Node
Node type constant denoting a Text node.
toBoolean() - Method in class com.jaunt.JNode
Returns a primitive boolean representation of this Node.
toDouble() - Method in class com.jaunt.JNode
Returns a primitive double representation of this Node.
toFloat() - Method in class com.jaunt.JNode
Returns a primitive float representation of this Node.
toInt() - Method in class com.jaunt.JNode
Returns a primitive int representation of this Node.
toList() - Method in class com.jaunt.Elements
Returns the child Elements as a List.
toLong() - Method in class com.jaunt.JNode
Returns a primitive long representation of this Node.
toString() - Method in class com.jaunt.Comment
Returns a String representation of the Comment.
toString() - Method in class com.jaunt.Cookie
Returns a String representation of the Cookie (formatted as the Set-Cookie http header).
toString() - Method in class com.jaunt.Cookies
Returns a string representation of the Cookies.
toString() - Method in class com.jaunt.Element
Creates a string representation of the current Element as an HTML tag (not including its children/descendants or counterpart closing tag).
toString() - Method in class com.jaunt.HttpRequest
Returns a String representation of the HttpRequest.
toString() - Method in class com.jaunt.HttpResponse
Returns a String representation of the HttpResponse.
toString() - Method in class com.jaunt.JNode
Returns a String representation of this Node.
toString() - Method in exception com.jaunt.ResponseException
Returns a String representation of the ResponseException.
toString() - Method in class com.jaunt.Text
Returns a String representation of the text node.
toString() - Method in class com.jaunt.UserAgentSettings
 
toString(InputStream) - Static method in class com.jaunt.util.IOUtil
Returns the data of the specified InputStream as a String.
toString(String, String, boolean, String) - Method in class com.jaunt.util.MultiMap
Returns a String representation of the keys and their associated values.
toString() - Method in class com.jaunt.util.MultiMap
Returns a String representation of the keys and their associated values.
toXMLString() - Method in class com.jaunt.Element
Creates a string representation of the current Element as an XML tag (but not including its children/descendants).
truncated - Variable in class com.jaunt.Document
whether the document was truncated during parsing as a result of UserAgentSettings.maxBytes
TYPE_DELETE - Static variable in class com.jaunt.HttpRequest
HTTP request type constant denoting a DELETE request.
TYPE_GET - Static variable in class com.jaunt.HttpRequest
HTTP request type constant denoting a GET request.
TYPE_HEAD - Static variable in class com.jaunt.HttpRequest
HTTP request type constant denoting a HEAD request.
TYPE_POST - Static variable in class com.jaunt.HttpRequest
HTTP request type constant denoting a POST request.
TYPE_PUT - Static variable in class com.jaunt.HttpRequest
HTTP request type constant denoting a PUT request.
typeToString(short) - Static method in class com.jaunt.Node
Returns a string representation of a Node type constant.
A C D E F G H I J K L M N O P R S T U V W Z 
Skip navigation links