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

interface XNotation
Base Interfaces
XNotationXNode

XNode

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

getSystemId
string
getSystemId();

Description
The system identifier of this notation.
Top of Page