- open(File) - Method in class com.jaunt.UserAgent
-
Parses the HTML/XHTML/XML within the specified File, and creates UserAgent.doc to represent the Document (which is also returned by this method).
- open(File, String) - Method in class com.jaunt.UserAgent
-
Parses the HTML/XHTML/XML within the specified File, and creates UserAgent.doc to represent the Document (which is also returned by this method).
- openContent(String) - Method in class com.jaunt.UserAgent
-
Parses the source HTML, XHTML, or XML and creates UserAgent.doc to represent the Document (which is also returned by this method).
- openContent(String, String) - Method in class com.jaunt.UserAgent
-
Parses the source HTML, XHTML, or XML and creates UserAgent.doc to represent the Document (which is also returned by this method).
- openJSON(File) - Method in class com.jaunt.UserAgent
-
Parses the JSON within the specified File, and creates UserAgent.json to represent the root node of the JSON object (which is also returned by this method).
- openJSON(String) - Method in class com.jaunt.UserAgent
-
Parses the specified JSON and creates UserAgent.json to represent the root node of the JSON object (which is also returned by this method).
- outerHTML() - Method in class com.jaunt.Element
-
Returns a String representation of this element (including its children/descendant nodes) as unformatted (ie unindented) HTML.
- outerHTML(int) - Method in class com.jaunt.Element
-
Returns a String representation of this element as formatted (ie indented) HTML, including its children/descendants.
- outerXML() - Method in class com.jaunt.Element
-
Returns a String representation of this element (including its children/descendant nodes) as unformatted (ie unindented) XML.
- outerXML(int) - Method in class com.jaunt.Element
-
Returns a String representation of this element (including its children/descendant nodes) as formatted (ie indented) XML.
- outputPath - Variable in class com.jaunt.UserAgentSettings
-
UserAgent setting indicating the output folder for save-related methods; the default value is System.getProperty("user.dir");