Apache Log4cxx  Version 1.2.0
Loading...
Searching...
No Matches
log4cxx::helpers::XMLDOMElement Class Referenceabstract

The XMLDOMElement interface represents an element in an XML document. More...

#include <xml.h>

Inheritance diagram for log4cxx::helpers::XMLDOMElement:
log4cxx::helpers::XMLDOMNode log4cxx::helpers::Object

Public Member Functions

virtual LogString getTagName ()=0
 
virtual LogString getAttribute (const LogString &name)=0
 
- Public Member Functions inherited from log4cxx::helpers::XMLDOMNode
virtual XMLDOMNodeListPtr getChildNodes ()=0
 
virtual XMLDOMNodeType getNodeType ()=0
 
virtual XMLDOMDocumentPtr getOwnerDocument ()=0
 
- Public Member Functions inherited from log4cxx::helpers::Object
virtual ~Object ()
 
virtual const helpers::ClassgetClass () const =0
 
virtual bool instanceof (const Class &clazz) const =0
 
virtual const void * cast (const Class &clazz) const =0
 

Additional Inherited Members

- Public Types inherited from log4cxx::helpers::XMLDOMNode
enum  XMLDOMNodeType { NOT_IMPLEMENTED_NODE = 0 , ELEMENT_NODE = 1 , DOCUMENT_NODE = 9 }
 

Detailed Description

The XMLDOMElement interface represents an element in an XML document.

Member Function Documentation

◆ getAttribute()

virtual LogString log4cxx::helpers::XMLDOMElement::getAttribute ( const LogString name)
pure virtual

◆ getTagName()

virtual LogString log4cxx::helpers::XMLDOMElement::getTagName ( )
pure virtual

The documentation for this class was generated from the following file: