Documentation
¶
Index ¶
- type Element
- type Node
- func (this *Node) AddChild(e Element) *Node
- func (this *Node) AddChildNode(child *Node)
- func (this *Node) Attr() NodeAttr
- func (this *Node) ChildSize() int
- func (this *Node) Children() []*Node
- func (this *Node) FirstChild() *Node
- func (this *Node) Next() *Node
- func (this *Node) Parent() *Node
- func (this *Node) RemoveChild(index int)
- func (this *Node) SetAttr(attr NodeAttr)
- func (this *Node) Value() Element
- type NodeAttr
- type Trie
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct {
// contains filtered or unexported fields
}
func (*Node) AddChildNode ¶
func (*Node) FirstChild ¶
func (*Node) RemoveChild ¶
type Trie ¶
type Trie struct {
// contains filtered or unexported fields
}
func (*Trie) AutoComplete ¶
func (*Trie) AutoCompleteList ¶
Click to show internal directories.
Click to hide internal directories.