|
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
22 #ifndef ELM_XOM_ATTRIBUTE_H_
23 #define ELM_XOM_ATTRIBUTE_H_
25 #include <elm/xom/Node.h>
27 namespace elm {
namespace xom {
void * node
Definition: Node.h:60
virtual int getChildCount(void)
Definition: xom_Attribute.cpp:195
Definition: NodeFactory.h:27
void setNamespace(String prefix, String URI)
Definition: xom_Attribute.cpp:129
virtual Node * getChild(int index)
Definition: xom_Attribute.cpp:187
virtual Node * copy(void)
Definition: xom_Attribute.cpp:145
virtual String getBaseURI(void)
Definition: xom_Attribute.cpp:179
String getQualifiedName(void) const
Definition: xom_Attribute.cpp:112
String getNamespacePrefix(void) const
Definition: xom_Attribute.cpp:93
virtual String getValue(void)
Definition: xom_Attribute.cpp:153
virtual String toXML(void)
Definition: xom_Attribute.cpp:163
void setLocalName(String localName)
Definition: xom_Attribute.cpp:121
String getNamespaceURI(void) const
Definition: xom_Attribute.cpp:102
void setValue(String value)
Definition: xom_Attribute.cpp:137
String getLocalName(void) const
Definition: xom_Attribute.cpp:83
Definition: Attribute.h:30
Attribute(Attribute *attribute)
Definition: xom_Attribute.cpp:49