XML::GDOME::Entity - Interface Entity implementation.
$str = $ent->getPublicId();
$str = $ent->getSystemId();
$str = $ent->getNotationName();
XML::GDOME::Node > XML::GDOME::Entity
- $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.