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.
|
|
Copyright © 2003 Sun Microsystems, Inc.