|
node: Navigation |
Top Previous Next |
|
Scripts > Class elements and c++ instructions > Interpreted C++ instructions > node / dnode > node: Navigation
Analogously to the cursor concept of mstrstr some methods are defined, by which you can move the value of the actual node. But it is recommended to use the according neighbor or search functions, because they also are working in const parsers. Whether the goto-methods will remain in the TextTransformer depends on the feedback of the users.
bool gotoRoot() bool gotoLastChild() bool gotoFirstSibling() bool gotoLastSibling() bool gotoBottomFirstChild() bool gotoBottomLastChild() bool gotoNext() bool gotoPrev() bool gotoNextSibling() bool gotoPrevSibling() bool gotoParent() bool gotoFirstChild()
|
|
This page belongs to the TextTransformer Documentation |
Home Content German |