MoveToNextAttribute moves the NodeNavigator to the next attribute on current node.
()
| 53 | |
| 54 | // MoveToNextAttribute moves the NodeNavigator to the next attribute on current node. |
| 55 | MoveToNextAttribute() bool |
| 56 | |
| 57 | // MoveToChild moves the NodeNavigator to the first child node of the current node. |
| 58 | MoveToChild() bool |