Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
Attribute Member List

This is the complete list of members for Attribute, including all inherited members.

Attribute(Attribute *attribute)Attribute
Attribute(String localName, String value)Attribute
Attribute(String name, String URI, String value)Attribute
ATTRIBUTE enum valueNode
COMMENT enum valueNode
copy(void)Attributevirtual
detach(void)Node
DOCTYPE enum valueNode
DOCUMENT enum valueNode
ELEMENT enum valueNode
equals(const Node *node) constNode
freeNode(void *node)Nodeprotectedstatic
get(void *node)Nodeinlineprotected
getBaseURI(void)Attributevirtual
getChild(int index)Attributevirtual
getChildCount(void)Attributevirtual
getDocument(void)Nodevirtual
getLocalName(void) constAttribute
getNamespacePrefix(void) constAttribute
getNamespaceURI(void) constAttribute
getNode(void) constNodeinline
getParent(void)Nodevirtual
getQualifiedName(void) constAttribute
getValue(void)Attributevirtual
internCopy(void)Nodeprotected
internGetChild(int index)Nodeprotected
internGetChildCount(void)Nodeprotected
internGetValue(void)Nodeprotected
internToXML(void)Nodeprotected
kind(void) constNode
kind_t enum nameNode
kind_t typedefNode
line(void) constNode
make(void *node)Nodeprotected
NAMESPACE enum valueNode
nodeNodeprotected
Node(void *_node)Nodeprotected
NONE enum valueNode
PROCESSING_INSTRUCTION enum valueNode
query(const String &xpath)Nodevirtual
query(const String &xpath, XPathContext *context)Nodevirtual
setLocalName(String localName)Attribute
setNamespace(String prefix, String URI)Attribute
setNode(void *_node)Nodeprotected
setValue(String value)Attribute
TEXT enum valueNode
toXML(void)Attributevirtual
~Node(void)Nodevirtual