DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

XML::GDOME::Notation



NAME

  XML::GDOME::Notation - Interface Notation implementation.


SYNOPSIS

  $str = $not->getPublicId();
  $str = $not->getSystemId();


CLASS INHERITANCE

the XML::GDOME::Node manpage > XML::GDOME::Notation


METHODS

$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.