XML::GDOME::Notation - Interface Notation implementation.
$str = $not->getPublicId();
$str = $not->getSystemId();
XML::GDOME::Node > XML::GDOME::Notation
- $str = $not->getPublicId();
- Returns: the public identifier of this notation. If the public
identifier was not specified, this is undef.
- $str = $not->getSystemId();
- Returns: the system identifier of this notation. If the system
identifier was not specified, this is undef.