✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ premium290.web-hosting.com ​🇻​♯➤ 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 63.250.38.37 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.217.36
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /usr/local/lib64/perl5/XML/LibXML//PI.pod
=head1 NAME

XML::LibXML::PI - XML::LibXML Processing Instructions

=head1 SYNOPSIS



  use XML::LibXML;
  # Only methods specific to Processing Instruction nodes are listed here,
  # see the XML::LibXML::Node manpage for other methods

  $pinode->setData( $data_string );
  $pinode->setData( name=>string_value [...] );

=head1 DESCRIPTION

Processing instructions are implemented with XML::LibXML with read and write
access. The PI data is the PI without the PI target (as specified in XML 1.0
[17]) as a string. This string can be accessed with getData as implemented in L<<<<<< XML::LibXML::Node >>>>>>.

The write access is aware about the fact, that many processing instructions
have attribute like data. Therefore setData() provides besides the DOM spec
conform Interface to pass a set of named parameter. So the code segment



  my $pi = $dom->createProcessingInstruction("abc");
  $pi->setData(foo=>'bar', foobar=>'foobar');
  $dom->appendChild( $pi );

will result the following PI in the DOM:



  <?abc foo="bar" foobar="foobar"?>

Which is how it is specified in the DOM specification. This three step
interface creates temporary a node in perl space. This can be avoided while
using the insertProcessingInstruction() method. Instead of the three calls
described above, the call



  $dom->insertProcessingInstruction("abc",'foo="bar" foobar="foobar"');

will have the same result as above.

L<<<<<< XML::LibXML::PI >>>>>>'s implementation of setData() documented below differs a bit from the standard
version as available in L<<<<<< XML::LibXML::Node >>>>>>:

=over 4

=item setData

  $pinode->setData( $data_string );
  $pinode->setData( name=>string_value [...] );

This method allows one to change the content data of a PI. Additionally to the
interface specified for DOM Level2, the method provides a named parameter
interface to set the data. This parameter list is converted into a string
before it is appended to the PI.



=back

=head1 AUTHORS

Matt Sergeant,
Christian Glahn,
Petr Pajas


=head1 VERSION

2.0213

=head1 COPYRIGHT

2001-2007, AxKit.com Ltd.

2002-2006, Christian Glahn.

2006-2009, Petr Pajas.

=cut


=head1 LICENSE

This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.



Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
26 May 2026 7.03 AM
root / root
0755
SAX
--
26 May 2026 7.03 AM
root / root
0755
Attr.pod
4.024 KB
21 May 2026 3.37 PM
root / root
0444
AttributeHash.pm
4.467 KB
21 May 2026 3.36 PM
root / root
0444
Boolean.pm
1.543 KB
21 May 2026 3.36 PM
root / root
0444
CDATASection.pod
1.284 KB
21 May 2026 3.37 PM
root / root
0444
Comment.pod
1.363 KB
21 May 2026 3.37 PM
root / root
0444
Common.pm
8.162 KB
21 May 2026 3.36 PM
root / root
0444
Common.pod
3.586 KB
21 May 2026 3.37 PM
root / root
0444
DOM.pod
6.229 KB
21 May 2026 3.37 PM
root / root
0444
Devel.pm
5.059 KB
21 May 2026 3.36 PM
root / root
0444
Document.pod
21.13 KB
21 May 2026 3.37 PM
root / root
0444
DocumentFragment.pod
0.8 KB
21 May 2026 3.37 PM
root / root
0444
Dtd.pod
1.991 KB
21 May 2026 3.37 PM
root / root
0444
Element.pod
13.482 KB
21 May 2026 3.37 PM
root / root
0444
ErrNo.pm
27.813 KB
21 May 2026 3.36 PM
root / root
0444
ErrNo.pod
0.577 KB
21 May 2026 3.37 PM
root / root
0444
Error.pm
8.415 KB
21 May 2026 3.36 PM
root / root
0444
Error.pod
5.978 KB
21 May 2026 3.37 PM
root / root
0444
InputCallback.pod
9.592 KB
21 May 2026 3.37 PM
root / root
0444
Literal.pm
2.025 KB
21 May 2026 3.36 PM
root / root
0444
NamedNodeMap.pod
1.654 KB
21 May 2026 3.37 PM
root / root
0444
Namespace.pod
3.283 KB
21 May 2026 3.37 PM
root / root
0444
Node.pod
25.72 KB
21 May 2026 3.37 PM
root / root
0444
NodeList.pm
7.295 KB
21 May 2026 3.36 PM
root / root
0444
Number.pm
1.852 KB
21 May 2026 3.36 PM
root / root
0444
PI.pod
2.218 KB
21 May 2026 3.37 PM
root / root
0444
Parser.pod
27.786 KB
21 May 2026 3.37 PM
root / root
0444
Pattern.pod
2.905 KB
21 May 2026 3.37 PM
root / root
0444
Reader.pm
5.694 KB
21 May 2026 3.36 PM
root / root
0444
Reader.pod
17.601 KB
21 May 2026 3.37 PM
root / root
0444
RegExp.pod
1.537 KB
21 May 2026 3.37 PM
root / root
0444
RelaxNG.pod
2.342 KB
21 May 2026 3.37 PM
root / root
0444
SAX.pm
3.425 KB
21 May 2026 3.36 PM
root / root
0444
SAX.pod
1.762 KB
21 May 2026 3.37 PM
root / root
0444
Schema.pod
2.194 KB
21 May 2026 3.37 PM
root / root
0444
Text.pod
5.47 KB
21 May 2026 3.37 PM
root / root
0444
XPathContext.pm
3.105 KB
21 May 2026 3.36 PM
root / root
0444
XPathContext.pod
11.652 KB
21 May 2026 3.37 PM
root / root
0444
XPathExpression.pod
1.639 KB
21 May 2026 3.37 PM
root / root
0444

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF