@@ -956,6 +956,8 @@ msgid ""
956
956
"The :func:`tostringlist` function now preserves the attribute order "
957
957
"specified by the user."
958
958
msgstr ""
959
+ ":func:`tostringlist` 関数はユーザーが指定した属性の順序を保持するようになりま"
960
+ "した。"
959
961
960
962
#: ../../library/xml.etree.elementtree.rst:734
961
963
msgid ""
@@ -1481,6 +1483,8 @@ msgid ""
1481
1483
"The :meth:`write` method now preserves the attribute order specified by the "
1482
1484
"user."
1483
1485
msgstr ""
1486
+ ":meth:`write` メソッドはユーザーが指定した属性の順序を保持するようになりまし"
1487
+ "た。 "
1484
1488
1485
1489
#: ../../library/xml.etree.elementtree.rst:1176
1486
1490
msgid "This is the XML file that is going to be manipulated::"
@@ -1525,6 +1529,10 @@ msgid ""
1525
1529
"structure. You can use this class to build an element structure using a "
1526
1530
"custom XML parser, or a parser for some other XML-like format."
1527
1531
msgstr ""
1532
+ "汎用の要素構造ビルダー。これは start, data, end, comment, pi のメソッド呼び出"
1533
+ "しの列を整形式の要素構造に変換します。このクラスを使うと、好みの XML 構文解析"
1534
+ "器、または他の XML に似た形式の構文解析器を使って、要素構造を作り出すことがで"
1535
+ "きます。"
1528
1536
1529
1537
#: ../../library/xml.etree.elementtree.rst:1235
1530
1538
msgid ""
@@ -1679,6 +1687,13 @@ msgid ""
1679
1687
"building a tree structure. This is an example of counting the maximum depth "
1680
1688
"of an XML file::"
1681
1689
msgstr ""
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 ファイルの最高の深さを数えます。"
1682
1697
1683
1698
#: ../../library/xml.etree.elementtree.rst:1404
1684
1699
msgid "XMLPullParser Objects"
0 commit comments