DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

XML::GDOME::Entity



NAME

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


SYNOPSIS

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


CLASS INHERITANCE

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