- open(File) - Method in class com.jauntium.Browser
-
Opens the specified HTML File and creates UserAgent.doc to represent the Document (which is also returned by this method).
- openContent(String) - Method in class com.jauntium.Browser
-
Opens the specified HTML content using the utf-8 charset and returns a Document object to represent the content.
- openContent(String, String, String) - Method in class com.jauntium.Browser
-
Opens the specified HTML content using the utf-8 charset and returns a Document object to represent the content.
- outerHTML() - Method in class com.jauntium.Element
-
Returns an HTML representation of this element (including its children/descendant nodes).
- outerHTML(int) - Method in class com.jauntium.Element
-
- outerHTML(String) - Method in class com.jauntium.Element
-
Replaces this element and its descendants in the DOM with the specified HTML.
- outerHTML() - Method in class com.jauntium.Elements
-
Returns a String representation of the child elements as HTML.
- outerHTML(int) - Method in class com.jauntium.Elements
-