XML::GDOME::Notation
  XML::GDOME::Notation - Interface Notation implementation.
  $str = $not->getPublicId();
  $str = $not->getSystemId();
the XML::GDOME::Node manpage > 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.