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

interface XEntity
Base Interfaces
XEntityXNode

XNode

Methods' Summary
getNotationName  
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();

getPublicId
string
getPublicId();

Description
The public identifier associated with the entity, if specified.
getSystemId
string
getSystemId();

Description
The system identifier associated with the entity, if specified.
Top of Page