Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HTMLDocument ¶
type HTMLDocument struct {
// contains filtered or unexported fields
}
func (*HTMLDocument) FindReferences ¶
func (d *HTMLDocument) FindReferences() (work.Refs, error)
func (*HTMLDocument) FixURLReferences ¶
func (d *HTMLDocument) FixURLReferences() ([]byte, bool, error)
FixURLReferences fixes URL references to point to relative file names. It returns a bool that indicates that no reference needed to be fixed, in this case the returned HTML string will be empty.
type SVGDocument ¶
func (*SVGDocument) FixURLReferences ¶
FixURLReferences fixes URL references to point to relative file names. It returns a bool that indicates that no reference needed to be fixed, in this case the returned HTML string will be empty.
Click to show internal directories.
Click to hide internal directories.