Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
This is the complete list of members for Document, including all inherited members.
appendChild(Node *child) | ParentNode | virtual |
ATTRIBUTE enum value | Node | |
COMMENT enum value | Node | |
copy(void) | Document | virtual |
detach(void) | Node | |
DOCTYPE enum value | Node | |
Document(void *node, NodeFactory *fact) | Document | protected |
Document(Document *document) | Document | |
Document(Element *root_element) | Document | |
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) | Document | virtual |
getChild(int index) | ParentNode | virtual |
getChildCount(void) | ParentNode | virtual |
getDocument(void) | Node | virtual |
getNode(void) const | Node | inline |
getParent(void) | Node | virtual |
getRootElement(void) | Document | virtual |
getValue(void) | Document | virtual |
indexOf(Node *child) | ParentNode | virtual |
insertChild(Node *child, int position) | ParentNode | virtual |
internCopy(void) | Node | protected |
internGetChild(int index) | Node | protected |
internGetChildCount(void) | Node | protected |
internGetValue(void) | Node | protected |
internSetBaseURI(String URI) | ParentNode | 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(void *_node) | Node | protected |
node | Node | protected |
NONE enum value | Node | |
ParentNode(void *node) | ParentNode | inlineprotected |
PROCESSING_INSTRUCTION enum value | Node | |
query(const String &xpath) | Node | virtual |
query(const String &xpath, XPathContext *context) | Node | virtual |
removeChild(int position) | ParentNode | virtual |
removeChild(Node *child) | ParentNode | virtual |
replaceChild(Node *old_child, Node *new_child) | Document | virtual |
setBaseURI(String uri) | Document | virtual |
setNode(void *_node) | Node | protected |
setRootElement(Element *root) | Document | virtual |
TEXT enum value | Node | |
toString(void) | Document | virtual |
toXML(void) | Document | virtual |
~Document(void) | Document | virtual |
~Node(void) | Node | virtual |