![]() |
Uptooda Scripting API
|
(gumbo-query) Node More...
#include <Node.h>
Public Member Functions | |
| string | attribute (string key) |
| CNode | childAt (unsigned int i) |
| unsigned int | childNum () |
| CSelection | find (string aSelector) |
| CNode | nextSibling () |
| string | ownText () |
| CNode | parent () |
| CNode | prevSibling () |
| string | tag () |
| string | text () |
| bool | valid () |
(gumbo-query) Node