Documentation
¶
Overview ¶
Package xml implements a URL extractor for XML files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct{}
Parser implements parser.FileParser for XML files.
func (*Parser) Extensions ¶
Extensions returns the file extensions this parser handles.
func (*Parser) Parse ¶
Parse extracts links from XML content. It extracts URLs from known URL attributes and text content. Deprecated: Use ValidateAndParse for better performance.
Click to show internal directories.
Click to hide internal directories.