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