[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
DDTSS 翻訳完了 libxml-parser-perl
- From: Takuma Yamada <tyamada@xxxxxxxxxxxxxxxx>
- Subject: DDTSS 翻訳完了 libxml-parser-perl
- Date: Thu, 21 May 2009 23:53:30 +0900
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=dq7rrRJ6QRemKtynGuTd4kFXdFwEN0KW1atv7IrKyMo=; b=SWOKAJvcsmh/jUt/TGLUxT1E+BSWw1Ab0/QAq5TRguLStjaDNXOsodZISBL4/fYY/a k4S9wfjvYWVOnJbnPRC8ocnMIxR4F4tZZesnISiowI9xDCIUHdH8ZHe/A92WM29fgK2J bSvaxAoGMjN7O5clEm6fdtsC88TFV+Gw6iJog=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; b=DURTKIv0tzB//U6ynWUwGZbfJV84AWT6Hq6UqnWXa0SN/CuO1Y9jH8sQwPr1Eyc9Tz fafAju2GeTYVeo4lxE+UJ5gfJLPj29rKvKfm8L/zjL0FzUchewC8cSCVrmTvnOr9Frv5 7D/AcY6DLCTL/fygAjLcO9ExsdmJ8BYhvYJQk=
- List-help: <mailto:debian-doc-ctl@debian.or.jp?body=help>
- List-id: debian-doc.debian.or.jp
- List-owner: <mailto:debian-doc-admin@debian.or.jp>
- List-post: <mailto:debian-doc@debian.or.jp>
- List-software: fml [fml 4.0.3 release (20011202/4.0.3)]
- List-unsubscribe: <mailto:debian-doc-ctl@debian.or.jp?body=unsubscribe>
- X-google-sender-auth: bbd0d4097f4d5aa0
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-doc-ctl@debian.or.jp; help=<mailto:debian-doc-ctl@debian.or.jp?body=help>
- X-ml-name: debian-doc
- X-mlserver: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post)
- X-sender: takuma.yamada22@xxxxxxxxx
- X-spam-checker-version: SpamAssassin 3.1.7-deb3 (2006-10-05) on osdn.debian.or.jp
- X-spam-level:
- X-spam-status: No, score=-2.4 required=10.0 tests=KI autolearn=disabled version=3.1.7-deb3
- Message-id: <6fcf892d0905210753t5c803efm9daa161682c27624@xxxxxxxxxxxxxx>
- X-mail-count: 05986
やまだです。
DDTSS で翻訳完了 (translated) の内容を転送します。
DDTSS での処理はクローズしていますが、内容に問題があれば
修正作業が可能です。
# Source: libxml-parser-perl
# Package(s): libxml-parser-perl
# Prioritize: 44
# Versions: libxml-parser-perl (2.36-1.1+b2), libxml-parser-perl
(2.36-1.1+b1), libxml-parser-perl (2.34-4.2), libxml-parser-perl
(2.34-4.3)
# This Description is active
# This Description is owned
Description: Perl module for parsing XML files
This module provides ways to parse XML documents. It is built on top
of XML::Parser::Expat, which is a lower level interface to James
Clark's expat library. Each call to one of the parsing methods
creates a new instance of XML::Parser::Expat which is then used to
parse the document. Expat options may be provided when the
XML::Parser object is created. These options are then passed on to
the Expat object on each parse call. They can also be given as extra
arguments to the parse methods, in which case they override options
given at XML::Parser creation time.
.
The behavior of the parser is controlled either by Style and/or
Handlers options, or by setHandlers method. These all provide
mechanisms for XML::Parser to set the handlers needed by
XML::Parser::Expat. If neither Style nor Handlers are specified,
then parsing just checks the document for being well-formed.
.
When underlying handlers get called, they receive as their first
parameter the Expat object, not the Parser object.
Description-ja: XML ファイル解析用 Perl モジュール
本モジュールは、XML 文書を解析する手段を提供します。James Clark 作の
expat ライブラリへの低レベルインターフェイスである XML::Parser::Expat の
上位に作成されています。解析手法の 1 つに対する呼び出しは、その都度
XML::Parser::Expat の新規インスタンスを作成し、それが文書の解析に使用さ
れます。XML::Parser オブジェクトの作成時に、Expat のオプションを付加する
こともできます。これらのオプションは、各解析の呼び出しの Expat モジュー
ルに渡されます。オプションは、解析手法に対する追加引数として与えることも
でき、この場合は XML::Parser 作成時に与えられたオプションを上書きします。
.
本パーサの動作は、Style や Handlers オプション、あるいは setHandlers メ
ソッドのいずれかで制御されます。これらはすべて、XML::Parser::Expat に必
要なハンドラを設定するための、XML::Parser 用の仕組みを提供します。Style
も Heandlers も指定されていなければ、フォーマットが適切かどうかの文書チ
ェックだけが行なわれます。
.
基礎を成すハンドラが呼び出しされる際、最初のパラメータとしては Parser
オブジェクトではなく、Expat オブジェクトを受け取ります。
#
# other Descriptions of the libxml-parser-perl package with a translation in ja:
#
--
Takuma Yamada <tyamada@xxxxxxxxxxxxxxxx>
http://blog.livedoor.jp/tyamada22/