parser

package
v0.0.0-...-7330dbb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 19, 2017 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CSSParser

type CSSParser struct {
	Position uint64
	Input    string
}

CSSParser - An CSS parser

func (*CSSParser) Parse

func (c *CSSParser) Parse() css.StyleSheet

Parse an CSS document and return a css.StyleSheet

type HTMLParser

type HTMLParser struct {
	Position uint64
	Input    string
}

HTMLParser - An Html parser

func (*HTMLParser) Parse

func (h *HTMLParser) Parse() dom.Node

Parse an HTML document and return the root element

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL