Inheritance diagram for IDOM_DocumentType:

Public Methods | |
Getter functions.  | |
| virtual const XMLCh * | getName () const=0 | 
| virtual IDOM_NamedNodeMap * | getEntities () const=0 | 
| virtual IDOM_NamedNodeMap * | getNotations () const=0 | 
Functions introduced in DOM Level 2.  | |
| virtual const XMLCh * | getPublicId () const=0 | 
| virtual const XMLCh * | getSystemId () const=0 | 
| virtual const XMLCh * | getInternalSubset () const=0 | 
Protected Methods | |
| IDOM_DocumentType (const IDOM_DocumentType &other) | |
| IDOM_DocumentType & | operator= (const IDOM_DocumentType &other) | 
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. 
      
  | 
  
| 
 
This function returns a  Note: this functionality is not implemented in the initial release of the parser, and the returned NamedNodeMap will be empty.  | 
  
      
  | 
  
| 
 Get the internal subset as a string. 
 
  | 
  
      
  | 
  
| 
 
The name of DTD; i.e., the name immediately following the   | 
  
      
  | 
  
| 
 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.  | 
  
      
  | 
  
| 
 Get the public identifier of the external subset. 
 
  | 
  
      
  | 
  
| 
 Get the system identifier of the external subset. 
 
  | 
  
1.3-rc1