NodeType returns the XPathNodeType of the current node.
()
| 32 | type NodeNavigator interface { |
| 33 | // NodeType returns the XPathNodeType of the current node. |
| 34 | NodeType() NodeType |
| 35 | |
| 36 | // LocalName gets the Name of the current node. |
| 37 | LocalName() string |
no outgoing calls