XML::DOM::Entity - phpMan

Command: man perldoc info search(apropos)  


XML::DOM::Entity(3)   User Contributed Perl Documentation  XML::DOM::Entity(3)



NAME
       XML::DOM::Entity - An XML ENTITY in XML::DOM

DESCRIPTION
       XML::DOM::Entity extends XML::DOM::Node.

       This node represents an Entity declaration, e.g.

        <!ENTITY % draft ’INCLUDE’>

        <!ENTITY hatch-pic SYSTEM "../grafix/OpenHatch.gif" NDATA gif>

       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;

       METHODS


       getNotationName
           Returns the name of the notation for the entity.

           Not Implemented The DOM Spec says: For unparsed entities, the name of the nota-
           tion for the entity. For parsed entities, this is null.  (This implementation
           does not support unparsed entities.)

       getSysId
           Returns the system id, or undef.

       getPubId
           Returns the public id, or undef.

       Additional methods not in the DOM Spec


       isParameterEntity
           Whether it is a parameter entity (%ent;) or not (&ent;)

       getValue
           Returns the entity value.

       getNdata
           Returns the NDATA declaration (for general unparsed entities), or undef.



perl v5.8.5                       2000-01-31               XML::DOM::Entity(3)

Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache/1.3.41 (Unix) PHP/5.2.5 mod_perl/1.30 mod_gzip/1.3.26.1a
Under GNU General Public License
2009-01-09 01:59 @38.103.63.58 CrawledBy CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Valid XHTML 1.0!Valid CSS!