JsoupDocument

net.ruippeixotog.scalascraper.browser.JsoupBrowser.JsoupDocument
case class JsoupDocument(underlying: Document) 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

override def body: ElementType

The body element of this document.

The body element of this document.

Attributes

Definition Classes
override def head: ElementType

The head element of this document.

The head element of this document.

Attributes

Definition Classes
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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product