The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

  XML::GDOME::Entity - Interface Entity implementation.

SYNOPSIS

  $str = $ent->getPublicId();
  $str = $ent->getSystemId();
  $str = $ent->getNotationName();

CLASS INHERITANCE

XML::GDOME::Node > XML::GDOME::Entity

METHODS

$str = $ent->getPublicId();

Returns: the public identifier associated with the entity, if specified. If the public identifier was not specified, this is undef.

$str = $ent->getSystemId();

Returns: the system identifier associated with the entity, if specified. If the system identifier was not specified, this is undef.

$str = $ent->getNotationName();

Returns: for unparsed entities, the name of the notation for the entity. For parsed entities, this is undef.