xml::dom::entity(3pm) debian man page | unix.com

Man Page: xml::dom::entity

Operating Environment: debian

Section: 3pm

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

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 notation 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.8 2008-02-03 XML::DOM::Entity(3pm)
Related Man Pages
xml::xpath::node5.18(3) - mojave
xml::dom::documenttype(3) - suse
xml::xpath::node(3) - suse
xml::dom::documenttype(3) - centos
xml::dom::documenttype(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
Weird 'find' results
A (ksh) Library For and From UNIX.com