@@ -939,6 +939,8 @@ msgid ""
939
939
"The :func:`tostringlist` function now preserves the attribute order "
940
940
"specified by the user."
941
941
msgstr ""
942
+ ":func:`tostringlist` 関数はユーザーが指定した属性の順序を保持するようになりま"
943
+ "した。"
942
944
943
945
#: ../../library/xml.etree.elementtree.rst:720
944
946
msgid ""
@@ -1465,6 +1467,8 @@ msgid ""
1465
1467
"The :meth:`write` method now preserves the attribute order specified by the "
1466
1468
"user."
1467
1469
msgstr ""
1470
+ ":meth:`write` メソッドはユーザーが指定した属性の順序を保持するようになりまし"
1471
+ "た。 "
1468
1472
1469
1473
#: ../../library/xml.etree.elementtree.rst:1171
1470
1474
msgid "This is the XML file that is going to be manipulated::"
@@ -1509,6 +1513,10 @@ msgid ""
1509
1513
"structure. You can use this class to build an element structure using a "
1510
1514
"custom XML parser, or a parser for some other XML-like format."
1511
1515
msgstr ""
1516
+ "汎用の要素構造ビルダー。これは start, data, end, comment, pi のメソッド呼び出"
1517
+ "しの列を整形式の要素構造に変換します。このクラスを使うと、好みの XML 構文解析"
1518
+ "器、または他の XML に似た形式の構文解析器を使って、要素構造を作り出すことがで"
1519
+ "きます。"
1512
1520
1513
1521
#: ../../library/xml.etree.elementtree.rst:1230
1514
1522
msgid ""
@@ -1663,6 +1671,13 @@ msgid ""
1663
1671
"building a tree structure. This is an example of counting the maximum depth "
1664
1672
"of an XML file::"
1665
1673
msgstr ""
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 ファイルの最高の深さを数えます。"
1666
1681
1667
1682
#: ../../library/xml.etree.elementtree.rst:1399
1668
1683
msgid "XMLPullParser Objects"
0 commit comments