scala-scraper
scala-scraper
net.ruippeixotog.scalascraper.browser
Browser
HtmlUnitBrowser
HtmlUnitBrowser
HtmlUnitDocument
HtmlUnitElement
HtmlUnitNode
JsoupBrowser
JsoupBrowser
JsoupDocument
JsoupElement
JsoupNode
Proxy
Proxy
HTTP
SOCKS
Type
net.ruippeixotog.scalascraper.dsl
DSL
ImplicitConversions
RichHtmlExtractor
ImplicitConversions
LowerPriorityToQuery
ScrapingOps
ElementsScrapingOps
ScrapingOps
ToQuery
ToQuery
ValidationException
net.ruippeixotog.scalascraper.model
Document
Document
Element
Element
ElementNode
ElementQuery
ElementQuery
Node
TextNode
net.ruippeixotog.scalascraper.scraper
ContentExtractors
ContentParsers
AsDateTime
AsJodaTime
AsLocalDate
RegexMatch
RegexMatches
HtmlExtractor
HtmlExtractor
HtmlExtractorInstances
HtmlValidator
HtmlValidator
PolyHtmlExtractor
PolyHtmlExtractor
net.ruippeixotog.scalascraper.util
DeepFunctor
DeepFunctor
LowerPriorityDeepFunctor
scala-scraper
/
net.ruippeixotog.scalascraper.browser
/
HtmlUnitBrowser
/
HtmlUnitDocument
HtmlUnitDocument
case
class
HtmlUnitDocument
(
window:
WebWindow
)
extends
Document
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
trait
Document
class
Object
trait
Matchable
class
Any
Type members
Value members
Type members
Types
type
ElementType
=
HtmlUnitElement
Value members
Concrete methods
def
location
:
String
def
root
:
ElementType
override
def
title
:
String
Definition Classes
Document
def
toHtml
:
String
def
underlying
:
SgmlPage
Inherited methods
def
body
:
ElementType
The
body
element of this document.
The
body
element of this document.
Inherited from:
Document
def
head
:
ElementType
The
head
element of this document.
The
head
element of this document.
Inherited from:
Document
def
productElementNames
:
Iterator
[
String
]
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from:
Product