Pages du manuel Linux : Fonctions des bibliothèques / pm

XML::UM
Convert UTF-8 strings to any encoding supported by XML::Encoding
XML::ValidWriter
DOCTYPE driven valid XML output
XML::Writer
Perl extension for writing XML documents.
XML::XPath
a set of modules for parsing and evaluating XPath statements
XML::XPath::Boolean
Boolean true/false values
XML::XPath::Builder
SAX handler for building an XPath tree
XML::XPath::Literal
Simple string values.
XML::XPath::Node
internal representation of a node
XML::XPath::Node::Attribute
a single attribute
XML::XPath::Node::Comment
an XML comment: <!--comment-->
XML::XPath::Node::Element
an <element>
XML::XPath::Node::Namespace
an XML namespace node
XML::XPath::Node::PI
an XML processing instruction node
XML::XPath::Node::Text
an XML text node
XML::XPath::NodeSet
a list of XML document nodes
XML::XPath::Number
Simple numeric values.
XML::XPath::PerlSAX
A PerlSAX event generator for my wierd node structure
XML::XPath::XMLParser
The default XML parsing class that produces a node tree
XML::XQL
A perl module for querying XML tree structures with XQL
XML::XQL::Date
Adds an XQL::Node type for representing and comparing dates and times
XML::XQL::DOM
Adds XQL support to XML::DOM nodes
XML::XQL::Query
Creates an XQL query evaluater from a XQL expression
XML::XQL::Tutorial
Describes the XQL query syntax
XML::XSLT
A perl module for processing XSLT xsl_output_method Get or set the <xsl:output method= attribute. Valid arguments are 'html', 'text' and 'xml'
XMLRPC::Lite
client and server implementation of XML-RPC protocol
XMLRPC::Test
Test framework for XMLRPC::Lite
XMLRPC::Transport::HTTP
Server/Client side HTTP support for XMLRPC::Lite
XMLRPC::Transport::POP3
Server side POP3 support for XMLRPC::Lite
XMLRPC::Transport::TCP
Server/Client side TCP support for XMLRPC::Lite
XMLTV
Perl extension to read and write TV listings in XMLTV format
XMLTV::Date
date parsing routines for the xmltv package
XMLTV::Grab_XML
Perl extension to fetch raw XMLTV data from a site
XMLTV::GUI
handles the choice of UI for XMLTV
XMLTV::Gunzip
wrapper to Compress::Zlib or gzip(1)
XMLTV::Summarize
Perl extension to summarize XMLTV data
Xmms
Interactive remote control shell for xmms
Xmms::Config
Perl Interface to xmms_cfg API
Xmms::Remote
Perl Interface to xmms_remote API
Xmms::SongChange
Take actions based on song track/time change
XRacer::BlenderImport
Import files exported by xracer-blenderexport.py
XRacer::BVRML
Parser for a tiny subset of VRML generated by Blender
XRacer::Math
Library of miscellaneous 3D math functions used by XRacer tools.
XTM
Topic Map management, single thread class
XTM::association
trivial class definition
XTM::AsTMa
Topic Map Parsing of AsTMa instances.
XTM::AsTMa::Converter
# use like this use XTM::AsTMa::Converter; my CW$buffer = ''; use IO::String; my CW$output = IO::String->new ($buffer); my CW$writer = new XML::Writer(OUTPUT => CW$output, NAMESPACES => 1, FORCED_NS_DECLS => [ CW$XTM::Namespaces::xlink_ns, CW$XTM::Namespaces::topicmap_ns ], DATA_MODE => CW$format ? 1 : 0, DATA_INDENT => 2, PREFIX_MAP => {$XTM::Namespaces::xlink_ns => 'xlink', CW$XTM::Namespaces::topicmap_ns => '' }); eval { my CW$fo = new XTM::AsTMa::Converter ($writer); CW$atmcode =~ s/\r//g; CW$fo->handle_astma (text => CW$atmcode, log_level => CW$log_level, auto_complete => CW$auto_complete); CW$xtmcode = CW$buffer; }; if ($@) { warn Converter problem: $@; }
XTM::base
Topic Map, base distribution
XTM::baseName
trivial class definition
XTM::baseNameString
trivial class definition
XTM::generic
XTM generic accessor