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

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

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

Returns: the public identifier associated with the entity, if specified. If the public identifier was not specified, this is undef.
Returns: the system identifier associated with the entity, if specified. If the system identifier was not specified, this is undef.
Returns: for unparsed entities, the name of the notation for the entity. For parsed entities, this is undef.