@@ -956,6 +956,8 @@ msgid ""
956956"The :func:`tostringlist` function now preserves the attribute order "
957957"specified by the user."
958958msgstr ""
959+ ":func:`tostringlist` 関数はユーザーが指定した属性の順序を保持するようになりま"
960+ "した。"
959961
960962#: ../../library/xml.etree.elementtree.rst:734
961963msgid ""
@@ -1481,6 +1483,8 @@ msgid ""
14811483"The :meth:`write` method now preserves the attribute order specified by the "
14821484"user."
14831485msgstr ""
1486+ ":meth:`write` メソッドはユーザーが指定した属性の順序を保持するようになりまし"
1487+ "た。 "
14841488
14851489#: ../../library/xml.etree.elementtree.rst:1176
14861490msgid "This is the XML file that is going to be manipulated::"
@@ -1525,6 +1529,10 @@ msgid ""
15251529"structure. You can use this class to build an element structure using a "
15261530"custom XML parser, or a parser for some other XML-like format."
15271531msgstr ""
1532+ "汎用の要素構造ビルダー。これは start, data, end, comment, pi のメソッド呼び出"
1533+ "しの列を整形式の要素構造に変換します。このクラスを使うと、好みの XML 構文解析"
1534+ "器、または他の XML に似た形式の構文解析器を使って、要素構造を作り出すことがで"
1535+ "きます。"
15281536
15291537#: ../../library/xml.etree.elementtree.rst:1235
15301538msgid ""
@@ -1679,6 +1687,13 @@ msgid ""
16791687"building a tree structure. This is an example of counting the maximum depth "
16801688"of an XML file::"
16811689msgstr ""
1690+ ":meth:`XMLParser.feed` は *target* の ``start(tag, attrs_dict)`` メソッドをそ"
1691+ "れぞれの開始タグに対して呼び、また ``end(tag)`` メソッドを終了タグに対して呼"
1692+ "び、そしてデータを ``data(data)`` メソッドで処理します。サポートされているそ"
1693+ "の他のコールバックメソッドについては、 :class:`TreeBuilder` クラスを参照して"
1694+ "ください。:meth:`XMLParser.close` は *target* の ``close()`` メソッドを呼びま"
1695+ "す。 :class:`XMLParser` は木構造を構築する以外にも使えます。以下の例では、"
1696+ "XML ファイルの最高の深さを数えます。"
16821697
16831698#: ../../library/xml.etree.elementtree.rst:1404
16841699msgid "XMLPullParser Objects"
0 commit comments