2005/5/9

     
 

class LibXMLEntity

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::xml::libxmldom::LibXMLEntity Class Reference

#include <LibXMLEntity.h>

Inheritance diagram for acdk::xml::libxmldom::LibXMLEntity:

acdk::xml::libxmldom::LibXMLNode org::w3c::dom::Entity acdk::lang::Object org::w3c::dom::Node acdk::lang::ObjectBase acdk::lang::dmi::StdDispatch List of all members.

Public Member Functions

 LibXMLEntity (xmlNodePtr np, bool ownsPtr=false)
RString getPublicId ()
 The public identifier associated with the entity if specified, and null otherwise.

RString getSystemId ()
 The system identifier associated with the entity if specified, and null otherwise.

RString getNotationName ()
 For unparsed entities, the name of the notation for the entity.

RString getInputEncoding ()
RString getXmlEncoding ()
RString getXmlVersion ()
RString toString ()
 return a string representation of this object Object::toString() return getName() by default

RString toXML ()
 dom4j like extension


Constructor & Destructor Documentation

acdk::xml::libxmldom::LibXMLEntity::LibXMLEntity xmlNodePtr  np,
bool  ownsPtr = false
[inline]
 


Member Function Documentation

RString acdk::xml::libxmldom::LibXMLEntity::getInputEncoding  ) 
 

RString acdk::xml::libxmldom::LibXMLEntity::getNotationName  )  [virtual]
 

For unparsed entities, the name of the notation for the entity.

For parsed entities, this is null.

Implements org::w3c::dom::Entity.

RString acdk::xml::libxmldom::LibXMLEntity::getPublicId  )  [virtual]
 

The public identifier associated with the entity if specified, and null otherwise.

Implements org::w3c::dom::Entity.

RString acdk::xml::libxmldom::LibXMLEntity::getSystemId  )  [virtual]
 

The system identifier associated with the entity if specified, and null otherwise.

This may be an absolute URI or not.

Implements org::w3c::dom::Entity.

RString acdk::xml::libxmldom::LibXMLEntity::getXmlEncoding  ) 
 

RString acdk::xml::libxmldom::LibXMLEntity::getXmlVersion  ) 
 

RString acdk::xml::libxmldom::LibXMLEntity::toString  )  [virtual]
 

return a string representation of this object Object::toString() return getName() by default

Reimplemented from acdk::xml::libxmldom::LibXMLNode.

RString acdk::xml::libxmldom::LibXMLEntity::toXML  )  [inline, virtual]
 

dom4j like extension

Todo:
implement in derived interfaces

Reimplemented from acdk::xml::libxmldom::LibXMLNode.