Documentation
¶
Overview ¶
Basic XPath parser and evaluator. YANG does use a limited subset of XPath for describing some relationships and notification filters
Index ¶
Constants ¶
View Source
const ( ParseEnd = 0 ParseErr )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AbsolutePath ¶
type AbsolutePath struct {
// contains filtered or unexported fields
}
func (*AbsolutePath) Append ¶
func (self *AbsolutePath) Append(p Path)
func (*AbsolutePath) Next ¶
func (self *AbsolutePath) Next() Path
func (*AbsolutePath) Parent ¶
func (self *AbsolutePath) Parent() Path
func (*AbsolutePath) SetParent ¶
func (self *AbsolutePath) SetParent(parent Path)
func (*AbsolutePath) String ¶
func (self *AbsolutePath) String() string
type Expression ¶
type Expression interface {
String() string
}
type Segment ¶
type Segment struct { Ident string Expr Expression // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.