The XMLDOMElement interface represents an element in an XML document. More...
Inherits log4cxx::helpers::XMLDOMNode.
Classes | |
class | ClazzXMLDOMElement |
Public Member Functions | |
virtual const helpers::Class & | getClass () const |
virtual LogString | getTagName ()=0 |
virtual LogString | getAttribute (const LogString &name)=0 |
Static Public Member Functions | |
static const helpers::Class & | getStaticClass () |
static const log4cxx::helpers::ClassRegistration & | registerClass () |
The XMLDOMElement interface represents an element in an XML document.
virtual const helpers::Class& getClass | ( | ) | const [virtual] |
Reimplemented from XMLDOMNode.
static const helpers::Class& getStaticClass | ( | ) | [static] |
Reimplemented from XMLDOMNode.
virtual LogString getTagName | ( | ) | [pure virtual] |
static const log4cxx::helpers::ClassRegistration& registerClass | ( | ) | [static] |
Reimplemented from XMLDOMNode.