(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: com :: sun :: star :: xml :: dom ::

interface XDocumentType
Base Interfaces
XDocumentTypeXNode

XNode
(referenced interface's summary:)
The primary dom datatype

Methods' Summary
getEntities A NamedNodeMap containing the general entities, both external and internal, declared in the DTD.  
getInternalSubset The internal subset as a string, or null if there is none.  
getName The name of DTD; i.e., the name immediately following the DOCTYPE keyword.  
getNotations A NamedNodeMap containing the notations declared in the DTD.  
getPublicId The public identifier of the external subset.  
getSystemId The system identifier of the external subset.  
Methods' Details
getEntities
XNamedNodeMap
getEntities();

Description
A NamedNodeMap containing the general entities, both external and internal, declared in the DTD.
getInternalSubset
string
getInternalSubset();

Description
The internal subset as a string, or null if there is none.
getName
string
getName();

Description
The name of DTD; i.e., the name immediately following the DOCTYPE keyword.
getNotations
XNamedNodeMap
getNotations();

Description
A NamedNodeMap containing the notations declared in the DTD.
getPublicId
string
getPublicId();

Description
The public identifier of the external subset.
getSystemId
string
getSystemId();

Description
The system identifier of the external subset.
Top of Page

Apache Feather

Copyright & License | Privacy | Contact Us

Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.