The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

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

CLASS INHERITANCE

XML::GDOME::Node > 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.