Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Node ¶
type Node interface {
// embed encoding.Node
encoding.Node
// NumChild returns number of children
NumChild() int
// ByIndex gets ith child node,panic if i out of range [0,NumChild)
ByIndex(i int) Node
// Value returns value of node as an interface
Value() interface{}
// contains filtered or unexported methods
}
Click to show internal directories.
Click to hide internal directories.