PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` =head1 NAME XML::DOM::Entity - An XML ENTITY in XML::DOM =head1 DESCRIPTION XML::DOM::Entity extends L. This node represents an Entity declaration, e.g. The first one is called a parameter entity and is referenced like this: %draft; The 2nd is a (regular) entity and is referenced like this: &hatch-pic; =head2 METHODS =over 4 =item getNotationName Returns the name of the notation for the entity. I The DOM Spec says: For unparsed entities, the name of the notation for the entity. For parsed entities, this is null. (This implementation does not support unparsed entities.) =item getSysId Returns the system id, or undef. =item getPubId Returns the public id, or undef. =back =head2 Additional methods not in the DOM Spec =over 4 =item isParameterEntity Whether it is a parameter entity (%ent;) or not (&ent;) =item getValue Returns the entity value. =item getNdata Returns the NDATA declaration (for general unparsed entities), or undef. =back