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 : EntityReference.pod
=head1 NAME XML::DOM::EntityReference - An XML ENTITY reference in XML::DOM =head1 DESCRIPTION XML::DOM::EntityReference extends L<XML::DOM::Node>. EntityReference objects may be inserted into the structure model when an entity reference is in the source document, or when the user wishes to insert an entity reference. Note that character references and references to predefined entities are considered to be expanded by the HTML or XML processor so that characters are represented by their Unicode equivalent rather than by an entity reference. Moreover, the XML processor may completely expand references to entities while building the structure model, instead of providing EntityReference objects. If it does provide such objects, then for a given EntityReference node, it may be that there is no Entity node representing the referenced entity; but if such an Entity exists, then the child list of the EntityReference node is the same as that of the Entity node. As with the Entity node, all descendants of the EntityReference are readonly. The resolution of the children of the EntityReference (the replacement value of the referenced Entity) may be lazily evaluated; actions by the user (such as calling the childNodes method on the EntityReference node) are assumed to trigger the evaluation.
Close