@@ -939,6 +939,8 @@ msgid ""
939939"The :func:`tostringlist` function now preserves the attribute order "
940940"specified by the user."
941941msgstr ""
942+ ":func:`tostringlist` 関数はユーザーが指定した属性の順序を保持するようになりま"
943+ "した。"
942944
943945#: ../../library/xml.etree.elementtree.rst:720
944946msgid ""
@@ -1465,6 +1467,8 @@ msgid ""
14651467"The :meth:`write` method now preserves the attribute order specified by the "
14661468"user."
14671469msgstr ""
1470+ ":meth:`write` メソッドはユーザーが指定した属性の順序を保持するようになりまし"
1471+ "た。 "
14681472
14691473#: ../../library/xml.etree.elementtree.rst:1171
14701474msgid "This is the XML file that is going to be manipulated::"
@@ -1509,6 +1513,10 @@ msgid ""
15091513"structure. You can use this class to build an element structure using a "
15101514"custom XML parser, or a parser for some other XML-like format."
15111515msgstr ""
1516+ "汎用の要素構造ビルダー。これは start, data, end, comment, pi のメソッド呼び出"
1517+ "しの列を整形式の要素構造に変換します。このクラスを使うと、好みの XML 構文解析"
1518+ "器、または他の XML に似た形式の構文解析器を使って、要素構造を作り出すことがで"
1519+ "きます。"
15121520
15131521#: ../../library/xml.etree.elementtree.rst:1230
15141522msgid ""
@@ -1663,6 +1671,13 @@ msgid ""
16631671"building a tree structure. This is an example of counting the maximum depth "
16641672"of an XML file::"
16651673msgstr ""
1674+ ":meth:`XMLParser.feed` は *target* の ``start(tag, attrs_dict)`` メソッドをそ"
1675+ "れぞれの開始タグに対して呼び、また ``end(tag)`` メソッドを終了タグに対して呼"
1676+ "び、そしてデータを ``data(data)`` メソッドで処理します。サポートされているそ"
1677+ "の他のコールバックメソッドについては、 :class:`TreeBuilder` クラスを参照して"
1678+ "ください。:meth:`XMLParser.close` は *target* の ``close()`` メソッドを呼びま"
1679+ "す。 :class:`XMLParser` は木構造を構築する以外にも使えます。以下の例では、"
1680+ "XML ファイルの最高の深さを数えます。"
16661681
16671682#: ../../library/xml.etree.elementtree.rst:1399
16681683msgid "XMLPullParser Objects"
0 commit comments