- valueOf(String) - Static method in enum com.jaunt.JNode.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.jaunt.JNode.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class com.jaunt.util.MultiMap
-
Returns a (possibly empty) List containing all the values.
- visit(String) - Method in class com.jaunt.UserAgent
-
Directs the UserAgent to visit the specified url (ie, sends an HTTP GET request); UserAgent.doc is created to represent the retrieved HTML/XML/XHTML Document (which is also returned by this method); UserAgent.response is created to represent the HttpResponse (the response headers and other response-related information).
- visit(String, int) - Method in class com.jaunt.UserAgent
-
Directs the UserAgent to visit the specified url (ie, to send an HTTP GET request); UserAgent.doc is created to represent the retrieved HTML/XML/XHTML Document (which is also returned by this method); UserAgent.response is created to represent the HttpResponse (the response headers and other response-related information).