|
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
IDOM_DocumentType Class ReferenceEach Document has a doctype whose value is either null or a DocumentType object.
More...
#include <IDOM_DocumentType.hpp>
Inheritance diagram for IDOM_DocumentType
[legend]Collaboration diagram for IDOM_DocumentType:
[legend]List of all members.
Detailed Description
Each Document has a doctype whose value is either null or a DocumentType object.
The IDOM_DocumentType class provides access to the list of entities and notations that are defined for the document.
The DOM Level 1 doesn't support editing DocumentType nodes.
Constructor & Destructor Documentation
IDOM_DocumentType::IDOM_DocumentType (
|
) [protected]
|
|
IDOM_DocumentType::IDOM_DocumentType (
|
const IDOM_DocumentType & other ) [protected]
|
|
IDOM_DocumentType::~IDOM_DocumentType (
|
) [virtual]
|
|
Member Function Documentation
|
This function returns a NamedNodeMap containing the general entities, both external and internal, declared in the DTD.
Parameter entities are not contained. Duplicates are discarded.
Note: this functionality is not implemented in the initial release of the parser, and the returned NamedNodeMap will be empty. |
const XMLCh * IDOM_DocumentType::getInternalSubset (
|
) const [pure virtual]
|
|
|
Get the internal subset as a string.
-
Returns:
-
The internal subset as a string.
|
const XMLCh * IDOM_DocumentType::getName (
|
) const [pure virtual]
|
|
|
The name of DTD; i.e., the name immediately following the DOCTYPE keyword in an XML source document.
|
|
This function returns a named node map containing an entry for each notation declared in a document's DTD.
Duplicates are discarded.
Note: this functionality is not implemented in the initial release of the parser, and the returned NamedNodeMap will be empty. |
const XMLCh * IDOM_DocumentType::getPublicId (
|
) const [pure virtual]
|
|
|
Get the public identifier of the external subset.
-
Returns:
-
The public identifier of the external subset.
|
const XMLCh * IDOM_DocumentType::getSystemId (
|
) const [pure virtual]
|
|
|
Get the system identifier of the external subset.
-
Returns:
-
The system identifier of the external subset.
|
IDOM_DocumentType & IDOM_DocumentType::operator= (
|
const IDOM_DocumentType & other ) [protected]
|
|
The documentation for this class was generated from the following file:
|