Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
This is the complete list of members for Comment, including all inherited members.
ATTRIBUTE enum value | Node | |
Comment(void *node) | Comment | protected |
Comment(const Comment *comment) | Comment | |
Comment(String data) | Comment | |
COMMENT enum value | Node | |
copy(void) | Comment | virtual |
detach(void) | Node | |
DOCTYPE enum value | Node | |
DOCUMENT enum value | Node | |
ELEMENT enum value | Node | |
equals(const Node *node) const | Node | |
freeNode(void *node) | Node | protectedstatic |
get(void *node) | Node | inlineprotected |
getBaseURI(void) | Node | virtual |
getChild(int index) | Comment | virtual |
getChildCount(void) | Comment | virtual |
getDocument(void) | Node | virtual |
getNode(void) const | Node | inline |
getParent(void) | Node | virtual |
getText(void) | Comment | |
getValue(void) | Comment | virtual |
internCopy(void) | Node | protected |
internGetChild(int index) | Node | protected |
internGetChildCount(void) | Node | protected |
internGetValue(void) | Node | protected |
internToXML(void) | Node | protected |
kind(void) const | Node | |
kind_t enum name | Node | |
kind_t typedef | Node | |
line(void) const | Node | |
make(void *node) | Node | protected |
NAMESPACE enum value | Node | |
node | Node | protected |
Node(void *_node) | Node | protected |
NONE enum value | Node | |
PROCESSING_INSTRUCTION enum value | Node | |
query(const String &xpath) | Node | virtual |
query(const String &xpath, XPathContext *context) | Node | virtual |
setNode(void *_node) | Node | protected |
setValue(String data) | Comment | |
TEXT enum value | Node | |
toXML(void) | Comment | virtual |
~Node(void) | Node | virtual |