Documentation ¶
Index ¶
- type XPath
- func (engine *XPath) CompileExpression(source string) (result expression.ICompiledExpression, err error)
- func (engine *XPath) EvaluateExpression(e expression.ICompiledExpression, datum interface{}) (result expression.IResult, err error)
- func (engine *XPath) SetItemAwareLocator(name string, itemAwareLocator data.IItemAwareLocator)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type XPath ¶
type XPath struct {
// contains filtered or unexported fields
}
XPath language engine
Implementation details and limitations as per https://github.com/antchfx/xpath
func (*XPath) CompileExpression ¶
func (engine *XPath) CompileExpression(source string) (result expression.ICompiledExpression, err error)
func (*XPath) EvaluateExpression ¶
func (engine *XPath) EvaluateExpression(e expression.ICompiledExpression, datum interface{}, ) (result expression.IResult, err error)
func (*XPath) SetItemAwareLocator ¶
func (engine *XPath) SetItemAwareLocator(name string, itemAwareLocator data.IItemAwareLocator)
Click to show internal directories.
Click to hide internal directories.