Linux cli command XML_DOM_Entitypm

➡ A Linux man page (short for manual page) is a form of software documentation found on Linux and Unix-like operating systems. This man-page explains the command XML_DOM_Entitypm and provides detailed information about the command XML_DOM_Entitypm, system calls, library functions, and other aspects of the system, including usage, options, and examples of _. You can access this man page by typing man followed by the XML_DOM_Entitypm.

NAME 🖥️ XML_DOM_Entitypm 🖥️

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.

░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░

  █║▌│║█║▌★ KALI ★ PARROT ★ DEBIAN 🔴 PENTESTING ★ HACKING ★ █║▌│║█║▌

              ██╗ ██╗ ██████╗  ██████╗ ██╗  ██╗███████╗██████╗
             ████████╗██╔══██╗██╔═══██╗╚██╗██╔╝██╔════╝██╔══██╗
             ╚██╔═██╔╝██║  ██║██║   ██║ ╚███╔╝ █████╗  ██║  ██║
             ████████╗██║  ██║██║   ██║ ██╔██╗ ██╔══╝  ██║  ██║
             ╚██╔═██╔╝██████╔╝╚██████╔╝██╔╝ ██╗███████╗██████╔╝
              ╚═╝ ╚═╝ ╚═════╝  ╚═════╝ ╚═╝  ╚═╝╚══════╝╚═════╝

               █║▌│║█║▌ WITH COMMANDLINE-KUNGFU POWER █║▌│║█║▌

░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░