Documentation
¶
Index ¶
- Constants
- func AllMatches(doc *html.Node, delegate Matcher, limit int) []*html.Node
- func GetAbs(absolutePath AbsDir) string
- func GetAttribute(node *html.Node, attribute string) string
- func GetRel(relativePath RelDir, absolutePath AbsDir) string
- func Match(doc *html.Node, delegate Matcher) *html.Node
- func ReadOverrides(path string) (map[string]string, error)
- func Register(absolutePaths map[AbsDir]string, relativePaths map[RelDir]string, ...) error
- func Sanitize(s string) string
- func TextContent(node *html.Node) string
- type AbsDir
- type Matcher
- type RelDir
Constants ¶
View Source
const (
DefaultFileMode = permUrwGrwOr
)
Variables ¶
This section is empty.
Functions ¶
func AllMatches ¶ added in v0.2.11
func TextContent ¶ added in v0.2.11
Types ¶
type Matcher ¶ added in v0.2.11
func AtomClassMatcher ¶ added in v0.2.11
func AtomMatcher ¶ added in v0.2.11
func SelectorMatcher ¶ added in v0.2.11
Click to show internal directories.
Click to hide internal directories.