Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
A Context stores the current state of the XPath parser.
func NewFromFile ¶
NewFromFile returns a new context from a file name.
func NewFromReader ¶
NewFromReader returns a new context from a reader.
func (*Context) Each ¶
Each can be used as an iterator which returns a Context for each item in the resulting sequence.
func (*Context) Eval ¶
Eval executes the given XPath expression relative to the current context. It returns a new Context, so the old one is still available for further use.
func (*Context) SetNamespace ¶
SetNamespace sets a prefix/URI pair for XPath queries.
Click to show internal directories.
Click to hide internal directories.