()
| 1033 | } |
| 1034 | |
| 1035 | func (n *Node) Properties() []*Node { |
| 1036 | list := n.PropertyList() |
| 1037 | if list != nil { |
| 1038 | return list.Nodes |
| 1039 | } |
| 1040 | return nil |
| 1041 | } |
| 1042 | |
| 1043 | func (n *Node) ElementList() *NodeList { |
| 1044 | switch n.Kind { |
no test coverage detected