com.beachape.metascraper.extractors

html

package html

Visibility
  1. Public
  2. All

Type Members

  1. trait HtmlSchema extends Schema

    Created by Lloyd on 2/15/15.

  2. case class HtmlSchemas(schemas: (Document) ⇒ HtmlSchema*) extends SchemaFactory with Product with Serializable

  3. case class NormalPage(doc: Document) extends HtmlSchema with Product with Serializable

    Schema for just normal HTML, whatever that means

  4. case class OpenGraph(doc: Document) extends HtmlSchema with Product with Serializable

    Created by Lloyd on 2/15/15.

Ungrouped