HtmlUnitDocument

net.ruippeixotog.scalascraper.browser.HtmlUnitBrowser.HtmlUnitDocument
case class HtmlUnitDocument(window: WebWindow) extends Document

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Document
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

The type of the elements contained in this document.

The type of the elements contained in this document.

Attributes

Value members

Concrete methods

def location: String

The location of this document.

The location of this document.

Attributes

The root element of this document.

The root element of this document.

Attributes

override def title: String

The title of this document.

The title of this document.

Attributes

Definition Classes
def toHtml: String

The HTML representation of this document as a string.

The HTML representation of this document as a string.

Attributes

def underlying: SgmlPage

Inherited methods

The body element of this document.

The body element of this document.

Attributes

Inherited from:
Document

The head element of this document.

The head element of this document.

Attributes

Inherited from:
Document
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product