|
|
|
|
|
|
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:
List of all members.
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] |
|
RString acdk::xml::libxmldom::LibXMLEntity::toXML |
( |
|
) |
[inline, virtual] |
|
|
|