Content for OpenOffice.org version 3.3.
:: com :: sun :: star :: xml :: dom ::
|
| interface XDocumentType |
- Base Interfaces
XDocumentType
┗ XNode
| 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
- 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
- Description
- The name of DTD; i.e., the name immediately following the DOCTYPE
keyword.
|
|
getNotations
- Description
- A NamedNodeMap containing the notations declared in the DTD.
|
|
getPublicId
- Description
- The public identifier of the external subset.
|
|
getSystemId
- Description
- The system identifier of the external subset.
|
|
Top of Page
Copyright © 1995, 2010, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.