:: com :: sun :: star :: xml :: dom ::
|
interface XEntity |
- Base Interfaces
XEntity
┗ XNode
XNode |
- (referenced interface's summary:)
- The primary dom datatype
|
|
|
Methods' Summary |
getNotationName |
For unparsed entities, the name of the notation for the entity.
|
getPublicId |
The public identifier associated with the entity, if specified.
|
getSystemId |
The system identifier associated with the entity, if specified.
|
Methods' Details |
getNotationName
string |
getNotationName(); |
- Description
- For unparsed entities, the name of the notation for the entity.
|
|
getPublicId
- Description
- The public identifier associated with the entity, if specified.
|
|
getSystemId
- Description
- The system identifier associated with the entity, if specified.
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.