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

interface XNotation
Base Interfaces
XNotationXNode

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

Methods' Summary
getPublicId The public identifier of this notation.  
getSystemId The system identifier of this notation.  
Methods' Details
getPublicId
string
getPublicId();

Description
The public identifier of this notation.
getSystemId
string
getSystemId();

Description
The system identifier of this notation.
Top of Page