System.Xml.XPath.xml 115 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3. <assembly>
  4. <name>System.Xml.XPath</name>
  5. </assembly>
  6. <members>
  7. <member name="T:System.Xml.XmlNodeOrder">
  8. <summary>ノードのドキュメント順を 2 番目のノードと比較して記述します。</summary>
  9. </member>
  10. <member name="F:System.Xml.XmlNodeOrder.After">
  11. <summary>このナビゲーターの現在のノードが、提供されたナビゲーターの現在のノードの後にあります。</summary>
  12. </member>
  13. <member name="F:System.Xml.XmlNodeOrder.Before">
  14. <summary>このナビゲーターの現在のノードが、提供されたナビゲーターの現在のノードの前にあります。</summary>
  15. </member>
  16. <member name="F:System.Xml.XmlNodeOrder.Same">
  17. <summary>2 つのナビゲーターが同じノードに配置されています。</summary>
  18. </member>
  19. <member name="F:System.Xml.XmlNodeOrder.Unknown">
  20. <summary>ノードの位置は、互いを基準にしてドキュメント順に比較できません。2 つのノードが別のツリーにある場合は比較できます。</summary>
  21. </member>
  22. <member name="T:System.Xml.XPath.IXPathNavigable">
  23. <summary>
  24. <see cref="T:System.Xml.XPath.XPathNavigator" /> クラスのアクセサーを提供します。</summary>
  25. </member>
  26. <member name="M:System.Xml.XPath.IXPathNavigable.CreateNavigator">
  27. <summary>新しい <see cref="T:System.Xml.XPath.XPathNavigator" /> オブジェクトを返します。</summary>
  28. <returns>
  29. <see cref="T:System.Xml.XPath.XPathNavigator" /> オブジェクト。</returns>
  30. </member>
  31. <member name="T:System.Xml.XPath.XmlCaseOrder">
  32. <summary>大文字と小文字の並べ替え順序を指定します。</summary>
  33. </member>
  34. <member name="F:System.Xml.XPath.XmlCaseOrder.LowerFirst">
  35. <summary>小文字は、大文字の前に並べ替えられます。</summary>
  36. </member>
  37. <member name="F:System.Xml.XPath.XmlCaseOrder.None">
  38. <summary>大文字と小文字の区別を無視します。</summary>
  39. </member>
  40. <member name="F:System.Xml.XPath.XmlCaseOrder.UpperFirst">
  41. <summary>大文字は、小文字の前に並べ替えられます。</summary>
  42. </member>
  43. <member name="T:System.Xml.XPath.XmlDataType">
  44. <summary>並べ替え順序を決定するためのデータ型を指定します。</summary>
  45. </member>
  46. <member name="F:System.Xml.XPath.XmlDataType.Number">
  47. <summary>値は数値順に並べ替えられます。</summary>
  48. </member>
  49. <member name="F:System.Xml.XPath.XmlDataType.Text">
  50. <summary>値はアルファベット順に並べ替えられます。</summary>
  51. </member>
  52. <member name="T:System.Xml.XPath.XmlSortOrder">
  53. <summary>並べ替え順序を指定します。</summary>
  54. </member>
  55. <member name="F:System.Xml.XPath.XmlSortOrder.Ascending">
  56. <summary>ノードは昇順に並べ替えられます。たとえば、数字 1、2、3、4 を昇順に並べ替えると、1、2、3、4 となります。</summary>
  57. </member>
  58. <member name="F:System.Xml.XPath.XmlSortOrder.Descending">
  59. <summary>ノードは降順に並べ替えられます。たとえば、数字 1、2、3、4 を降順に並べ替えると、4、3、2、1 となります。</summary>
  60. </member>
  61. <member name="T:System.Xml.XPath.XPathDocument">
  62. <summary>XPath データ モデルを使用して、XML ドキュメントの読み取り専用で高速なインメモリ表現を提供します。</summary>
  63. </member>
  64. <member name="M:System.Xml.XPath.XPathDocument.#ctor(System.IO.Stream)">
  65. <summary>指定した <see cref="T:System.IO.Stream" /> オブジェクトの XML データから <see cref="T:System.Xml.XPath.XPathDocument" /> クラスの新しいインスタンスを初期化します。</summary>
  66. <param name="stream">XML データを格納している <see cref="T:System.IO.Stream" /> オブジェクト。</param>
  67. <exception cref="T:System.Xml.XmlException">An error was encountered in the XML data.The <see cref="T:System.Xml.XPath.XPathDocument" /> remains empty.</exception>
  68. <exception cref="T:System.ArgumentNullException">The <see cref="T:System.IO.Stream" /> object passed as a parameter is null.</exception>
  69. </member>
  70. <member name="M:System.Xml.XPath.XPathDocument.#ctor(System.IO.TextReader)">
  71. <summary>指定した <see cref="T:System.IO.TextReader" /> オブジェクトに格納されている XML データから <see cref="T:System.Xml.XPath.XPathDocument" /> クラスの新しいインスタンスを初期化します。</summary>
  72. <param name="textReader">XML データを格納している <see cref="T:System.IO.TextReader" /> オブジェクト。</param>
  73. <exception cref="T:System.Xml.XmlException">An error was encountered in the XML data.The <see cref="T:System.Xml.XPath.XPathDocument" /> remains empty.</exception>
  74. <exception cref="T:System.ArgumentNullException">The <see cref="T:System.IO.TextReader" /> object passed as a parameter is null.</exception>
  75. </member>
  76. <member name="M:System.Xml.XPath.XPathDocument.#ctor(System.String)">
  77. <summary>指定したファイルの XML データから <see cref="T:System.Xml.XPath.XPathDocument" /> クラスの新しいインスタンスを初期化します。</summary>
  78. <param name="uri">XML データを格納しているファイルのパス。</param>
  79. <exception cref="T:System.Xml.XmlException">An error was encountered in the XML data.The <see cref="T:System.Xml.XPath.XPathDocument" /> remains empty.</exception>
  80. <exception cref="T:System.ArgumentNullException">The file path parameter is null.</exception>
  81. </member>
  82. <member name="M:System.Xml.XPath.XPathDocument.#ctor(System.String,System.Xml.XmlSpace)">
  83. <summary>指定したファイルの XML データから <see cref="T:System.Xml.XPath.XPathDocument" /> クラスの新しいインスタンスを初期化し、指定した空白処理を実行します。</summary>
  84. <param name="uri">XML データを格納しているファイルのパス。</param>
  85. <param name="space">
  86. <see cref="T:System.Xml.XmlSpace" /> オブジェクト。</param>
  87. <exception cref="T:System.Xml.XmlException">An error was encountered in the XML data.The <see cref="T:System.Xml.XPath.XPathDocument" /> remains empty.</exception>
  88. <exception cref="T:System.ArgumentNullException">The file path parameter or <see cref="T:System.Xml.XmlSpace" /> object parameter is null.</exception>
  89. </member>
  90. <member name="M:System.Xml.XPath.XPathDocument.#ctor(System.Xml.XmlReader)">
  91. <summary>指定した <see cref="T:System.Xml.XmlReader" /> オブジェクトに格納されている XML データから <see cref="T:System.Xml.XPath.XPathDocument" /> クラスの新しいインスタンスを初期化します。</summary>
  92. <param name="reader">XML データを格納している <see cref="T:System.Xml.XmlReader" /> オブジェクト。</param>
  93. <exception cref="T:System.Xml.XmlException">An error was encountered in the XML data.The <see cref="T:System.Xml.XPath.XPathDocument" /> remains empty.</exception>
  94. <exception cref="T:System.ArgumentNullException">The <see cref="T:System.Xml.XmlReader" /> object passed as a parameter is null.</exception>
  95. </member>
  96. <member name="M:System.Xml.XPath.XPathDocument.#ctor(System.Xml.XmlReader,System.Xml.XmlSpace)">
  97. <summary>指定した <see cref="T:System.Xml.XmlReader" /> オブジェクトに格納されている XML データから <see cref="T:System.Xml.XPath.XPathDocument" /> クラスの新しいインスタンスを初期化し、指定した空白処理を実行します。</summary>
  98. <param name="reader">XML データを格納している <see cref="T:System.Xml.XmlReader" /> オブジェクト。</param>
  99. <param name="space">
  100. <see cref="T:System.Xml.XmlSpace" /> オブジェクト。</param>
  101. <exception cref="T:System.Xml.XmlException">An error was encountered in the XML data.The <see cref="T:System.Xml.XPath.XPathDocument" /> remains empty.</exception>
  102. <exception cref="T:System.ArgumentNullException">The <see cref="T:System.Xml.XmlReader" /> object parameter or <see cref="T:System.Xml.XmlSpace" /> object parameter is null.</exception>
  103. </member>
  104. <member name="M:System.Xml.XPath.XPathDocument.CreateNavigator">
  105. <summary>読み取り専用の <see cref="T:System.Xml.XPath.XPathNavigator" /> オブジェクトを初期化します。このオブジェクトは、<see cref="T:System.Xml.XPath.XPathDocument" /> のノード内の移動に使用されます。</summary>
  106. <returns>読み取り専用の <see cref="T:System.Xml.XPath.XPathNavigator" /> オブジェクト。</returns>
  107. </member>
  108. <member name="T:System.Xml.XPath.XPathException">
  109. <summary>Xpath 式の処理中にエラーが発生したときスローされる例外を提供します。</summary>
  110. </member>
  111. <member name="M:System.Xml.XPath.XPathException.#ctor">
  112. <summary>
  113. <see cref="T:System.Xml.XPath.XPathException" /> クラスの新しいインスタンスを初期化します。</summary>
  114. </member>
  115. <member name="M:System.Xml.XPath.XPathException.#ctor(System.String)">
  116. <summary>
  117. <see cref="T:System.Xml.XPath.XPathException" /> クラスの新しいインスタンスを、指定した例外メッセージを使用して初期化します。</summary>
  118. <param name="message">エラー状態の説明。</param>
  119. </member>
  120. <member name="M:System.Xml.XPath.XPathException.#ctor(System.String,System.Exception)">
  121. <summary>例外メッセージおよび <see cref="T:System.Exception" /> オブジェクトを指定して、<see cref="T:System.Xml.XPath.XPathException" /> クラスの新しいインスタンスを初期化します。</summary>
  122. <param name="message">エラー状態の説明。</param>
  123. <param name="innerException">
  124. <see cref="T:System.Xml.XPath.XPathException" /> をスローした <see cref="T:System.Exception" /> (存在する場合)。この値は、null の場合もあります。</param>
  125. </member>
  126. <member name="T:System.Xml.XPath.XPathExpression">
  127. <summary>コンパイル済みの XPath 式を表す、型指定されたクラスを提供します。</summary>
  128. </member>
  129. <member name="M:System.Xml.XPath.XPathExpression.AddSort(System.Object,System.Collections.IComparer)">
  130. <summary>派生クラスでオーバーライドされた場合、XPath 式で選択されたノードを、指定された <see cref="T:System.Collections.IComparer" /> オブジェクトに従って並べ替えます。</summary>
  131. <param name="expr">並べ替えキーを表すオブジェクト。これは、ノードの string 値、またはコンパイル済みの XPath 式を持つ <see cref="T:System.Xml.XPath.XPathExpression" /> オブジェクトです。</param>
  132. <param name="comparer">2 つのオブジェクトが等しいかどうかを比較するために特定のデータ型を提供する <see cref="T:System.Collections.IComparer" /> オブジェクト。</param>
  133. <exception cref="T:System.Xml.XPath.XPathException">
  134. <see cref="T:System.Xml.XPath.XPathExpression" /> または並べ替えキーにプレフィックスが含まれ、<see cref="T:System.Xml.XmlNamespaceManager" /> が提供されていないか、提供された <see cref="T:System.Xml.XmlNamespaceManager" /> 内にプレフィックスが見つかりません。</exception>
  135. </member>
  136. <member name="M:System.Xml.XPath.XPathExpression.AddSort(System.Object,System.Xml.XPath.XmlSortOrder,System.Xml.XPath.XmlCaseOrder,System.String,System.Xml.XPath.XmlDataType)">
  137. <summary>派生クラスでオーバーライドされた場合、XPath 式で選択されたノードを、提供されたパラメーターに従って並べ替えます。</summary>
  138. <param name="expr">並べ替えキーを表すオブジェクト。これは、ノードの string 値、またはコンパイル済みの XPath 式を持つ <see cref="T:System.Xml.XPath.XPathExpression" /> オブジェクトです。</param>
  139. <param name="order">並べ替え順序を示す <see cref="T:System.Xml.XPath.XmlSortOrder" /> 値。</param>
  140. <param name="caseOrder">大文字または小文字で並べ替える方法を示す <see cref="T:System.Xml.XPath.XmlCaseOrder" /> 値。</param>
  141. <param name="lang">比較に使用する言語。言語の種類に応じて <see cref="Overload:System.String.Compare" /> メソッドに渡すことができる <see cref="T:System.Globalization.CultureInfo" /> クラスを使用します。たとえば、米国英語の場合は "us-en" になります。空の文字列を指定した場合、システム環境の情報を使って <see cref="T:System.Globalization.CultureInfo" /> が決定されます。</param>
  142. <param name="dataType">データ型での並べ替え順序を示す <see cref="T:System.Xml.XPath.XmlDataType" /> 値。</param>
  143. <exception cref="T:System.Xml.XPath.XPathException">
  144. <see cref="T:System.Xml.XPath.XPathExpression" /> または並べ替えキーにプレフィックスが含まれ、<see cref="T:System.Xml.XmlNamespaceManager" /> が提供されていないか、提供された <see cref="T:System.Xml.XmlNamespaceManager" /> 内にプレフィックスが見つかりません。</exception>
  145. </member>
  146. <member name="M:System.Xml.XPath.XPathExpression.Clone">
  147. <summary>派生クラスでオーバーライドされた場合、この <see cref="T:System.Xml.XPath.XPathExpression" /> の複製を返します。</summary>
  148. <returns>新しい <see cref="T:System.Xml.XPath.XPathExpression" /> オブジェクト。</returns>
  149. </member>
  150. <member name="M:System.Xml.XPath.XPathExpression.Compile(System.String)">
  151. <summary>指定された XPath 式をコンパイルし、XPath 式を表す <see cref="T:System.Xml.XPath.XPathExpression" /> オブジェクトを返します。</summary>
  152. <returns>
  153. <see cref="T:System.Xml.XPath.XPathExpression" /> オブジェクト。</returns>
  154. <param name="xpath">XPath 式。</param>
  155. <exception cref="T:System.ArgumentException">XPath 式パラメーターが有効な XPath 式ではありません。</exception>
  156. <exception cref="T:System.Xml.XPath.XPathException">XPath 式が無効です。</exception>
  157. </member>
  158. <member name="M:System.Xml.XPath.XPathExpression.Compile(System.String,System.Xml.IXmlNamespaceResolver)">
  159. <summary>指定された XPath 式を、名前空間の解決用に指定された <see cref="T:System.Xml.IXmlNamespaceResolver" /> オブジェクトを使用してコンパイルし、XPath 式を表す <see cref="T:System.Xml.XPath.XPathExpression" /> オブジェクトを返します。</summary>
  160. <returns>
  161. <see cref="T:System.Xml.XPath.XPathExpression" /> オブジェクト。</returns>
  162. <param name="xpath">XPath 式。</param>
  163. <param name="nsResolver">名前空間を解決するための <see cref="T:System.Xml.IXmlNamespaceResolver" /> インターフェイスを実装するオブジェクト。</param>
  164. <exception cref="T:System.ArgumentException">XPath 式パラメーターが有効な XPath 式ではありません。</exception>
  165. <exception cref="T:System.Xml.XPath.XPathException">XPath 式が無効です。</exception>
  166. </member>
  167. <member name="P:System.Xml.XPath.XPathExpression.Expression">
  168. <summary>派生クラスでオーバーライドされた場合、<see cref="T:System.Xml.XPath.XPathExpression" /> の string 表現を取得します。</summary>
  169. <returns>
  170. <see cref="T:System.Xml.XPath.XPathExpression" /> の string 表現。</returns>
  171. </member>
  172. <member name="P:System.Xml.XPath.XPathExpression.ReturnType">
  173. <summary>派生クラスでオーバーライドされた場合、XPath 式の結果型を取得します。</summary>
  174. <returns>XPath 式の結果型を表す <see cref="T:System.Xml.XPath.XPathResultType" /> 値。</returns>
  175. </member>
  176. <member name="M:System.Xml.XPath.XPathExpression.SetContext(System.Xml.IXmlNamespaceResolver)">
  177. <summary>派生クラスでオーバーライドされた場合、名前の解決に使用する <see cref="T:System.Xml.IXmlNamespaceResolver" /> オブジェクトを指定します。</summary>
  178. <param name="nsResolver">名前空間を解決するために使用する <see cref="T:System.Xml.IXmlNamespaceResolver" /> インターフェイスを実装するオブジェクト。</param>
  179. <exception cref="T:System.Xml.XPath.XPathException">
  180. <see cref="T:System.Xml.IXmlNamespaceResolver" /> オブジェクト パラメーターが <see cref="T:System.Xml.IXmlNamespaceResolver" /> から派生していません。</exception>
  181. </member>
  182. <member name="M:System.Xml.XPath.XPathExpression.SetContext(System.Xml.XmlNamespaceManager)">
  183. <summary>派生クラスでオーバーライドされた場合、名前の解決に使用する <see cref="T:System.Xml.XmlNamespaceManager" /> オブジェクトを指定します。</summary>
  184. <param name="nsManager">名前空間の解決に使用する <see cref="T:System.Xml.XmlNamespaceManager" /> オブジェクト。</param>
  185. <exception cref="T:System.Xml.XPath.XPathException">
  186. <see cref="T:System.Xml.XmlNamespaceManager" /> オブジェクト パラメーターが <see cref="T:System.Xml.XmlNamespaceManager" /> クラスから派生していません。</exception>
  187. </member>
  188. <member name="T:System.Xml.XPath.XPathItem">
  189. <summary>XQuery 1.0 および XPath 2.0 データ モデルの項目を表します。</summary>
  190. </member>
  191. <member name="P:System.Xml.XPath.XPathItem.IsNode">
  192. <summary>派生クラスでオーバーライドされた場合、項目が XPath ノードと原子値のどちらであるかを示す値を取得します。</summary>
  193. <returns>項目が XPath ノードを表す場合は true。原子値を表す場合は false。</returns>
  194. </member>
  195. <member name="P:System.Xml.XPath.XPathItem.TypedValue">
  196. <summary>派生クラスでオーバーライドされた場合、現在の項目を、そのスキーマ型に従って、最適な .NET Framework 2.0 型のボックス化変換されたオブジェクトとして取得します。</summary>
  197. <returns>最適な .NET Framework 型のボックス化変換されたオブジェクトとして扱われた現在の項目。</returns>
  198. </member>
  199. <member name="P:System.Xml.XPath.XPathItem.Value">
  200. <summary>派生クラスでオーバーライドされた場合、項目の string 値を取得します。</summary>
  201. <returns>項目の string 値。</returns>
  202. </member>
  203. <member name="M:System.Xml.XPath.XPathItem.ValueAs(System.Type)">
  204. <summary>項目の値を、指定した型にして返します。</summary>
  205. <returns>要求した型に変換された項目の値。</returns>
  206. <param name="returnType">返す項目の値に指定する型。</param>
  207. <exception cref="T:System.FormatException">項目の値が、指定した型の正しい形式になっていません。</exception>
  208. <exception cref="T:System.InvalidCastException">試行されたキャストが無効です。</exception>
  209. <exception cref="T:System.OverflowException">試行されたキャストで、オーバーフローが発生しました。</exception>
  210. </member>
  211. <member name="M:System.Xml.XPath.XPathItem.ValueAs(System.Type,System.Xml.IXmlNamespaceResolver)">
  212. <summary>派生クラスでオーバーライドされた場合、名前空間プレフィックスの解決に指定された <see cref="T:System.Xml.IXmlNamespaceResolver" /> オブジェクトを使用して、項目の値を指定された型にして返します。</summary>
  213. <returns>要求した型に変換された項目の値。</returns>
  214. <param name="returnType">返す項目の値に指定する型。</param>
  215. <param name="nsResolver">名前空間プレフィックスの解決に使用する <see cref="T:System.Xml.IXmlNamespaceResolver" /> オブジェクト。</param>
  216. <exception cref="T:System.FormatException">項目の値が、指定した型の正しい形式になっていません。</exception>
  217. <exception cref="T:System.InvalidCastException">試行されたキャストが無効です。</exception>
  218. <exception cref="T:System.OverflowException">試行されたキャストで、オーバーフローが発生しました。</exception>
  219. </member>
  220. <member name="P:System.Xml.XPath.XPathItem.ValueAsBoolean">
  221. <summary>派生クラスでオーバーライドされた場合、項目の値を <see cref="T:System.Boolean" /> として取得します。</summary>
  222. <returns>
  223. <see cref="T:System.Boolean" /> としての項目の値。</returns>
  224. <exception cref="T:System.FormatException">項目の値が、<see cref="T:System.Boolean" /> 型の正しい形式になっていません。</exception>
  225. <exception cref="T:System.InvalidCastException">試行された <see cref="T:System.Boolean" /> へのキャストは無効です。</exception>
  226. </member>
  227. <member name="P:System.Xml.XPath.XPathItem.ValueAsDateTime">
  228. <summary>派生クラスでオーバーライドされた場合、項目の値を <see cref="T:System.DateTime" /> として取得します。</summary>
  229. <returns>
  230. <see cref="T:System.DateTime" /> としての項目の値。</returns>
  231. <exception cref="T:System.FormatException">項目の値が、<see cref="T:System.DateTime" /> 型の正しい形式になっていません。</exception>
  232. <exception cref="T:System.InvalidCastException">試行された <see cref="T:System.DateTime" /> へのキャストは無効です。</exception>
  233. </member>
  234. <member name="P:System.Xml.XPath.XPathItem.ValueAsDouble">
  235. <summary>派生クラスでオーバーライドされた場合、項目の値を <see cref="T:System.Double" /> として取得します。</summary>
  236. <returns>
  237. <see cref="T:System.Double" /> としての項目の値。</returns>
  238. <exception cref="T:System.FormatException">項目の値が、<see cref="T:System.Double" /> 型の正しい形式になっていません。</exception>
  239. <exception cref="T:System.InvalidCastException">試行された <see cref="T:System.Double" /> へのキャストは無効です。</exception>
  240. <exception cref="T:System.OverflowException">試行されたキャストで、オーバーフローが発生しました。</exception>
  241. </member>
  242. <member name="P:System.Xml.XPath.XPathItem.ValueAsInt">
  243. <summary>派生クラスでオーバーライドされた場合、項目の値を <see cref="T:System.Int32" /> として取得します。</summary>
  244. <returns>
  245. <see cref="T:System.Int32" /> としての項目の値。</returns>
  246. <exception cref="T:System.FormatException">項目の値が、<see cref="T:System.Int32" /> 型の正しい形式になっていません。</exception>
  247. <exception cref="T:System.InvalidCastException">試行された <see cref="T:System.Int32" /> へのキャストは無効です。</exception>
  248. <exception cref="T:System.OverflowException">試行されたキャストで、オーバーフローが発生しました。</exception>
  249. </member>
  250. <member name="P:System.Xml.XPath.XPathItem.ValueAsLong">
  251. <summary>派生クラスでオーバーライドされた場合、項目の値を <see cref="T:System.Int64" /> として取得します。</summary>
  252. <returns>
  253. <see cref="T:System.Int64" /> としての項目の値。</returns>
  254. <exception cref="T:System.FormatException">項目の値が、<see cref="T:System.Int64" /> 型の正しい形式になっていません。</exception>
  255. <exception cref="T:System.InvalidCastException">試行された <see cref="T:System.Int64" /> へのキャストは無効です。</exception>
  256. <exception cref="T:System.OverflowException">試行されたキャストで、オーバーフローが発生しました。</exception>
  257. </member>
  258. <member name="P:System.Xml.XPath.XPathItem.ValueType">
  259. <summary>派生クラスでオーバーライドされた場合、項目の .NET Framework 2.0 型を取得します。</summary>
  260. <returns>項目の .NET Framework 型。既定値は <see cref="T:System.String" /> です。</returns>
  261. </member>
  262. <member name="T:System.Xml.XPath.XPathNamespaceScope">
  263. <summary>名前空間スコープを定義します。</summary>
  264. </member>
  265. <member name="F:System.Xml.XPath.XPathNamespaceScope.All">
  266. <summary>現在のノードのスコープに定義されている名前空間をすべて返します。この名前空間には、常に暗黙的に宣言される xmlns:xml 名前空間が含まれます。返される名前空間の順序は定義されません。</summary>
  267. </member>
  268. <member name="F:System.Xml.XPath.XPathNamespaceScope.ExcludeXml">
  269. <summary>現在のノードのスコープに定義されている名前空間をすべて返します。ただし、xmlns:xml 名前空間は除きます。xmlns:xml 名前空間は、常に暗黙的に宣言されます。返される名前空間の順序は定義されません。</summary>
  270. </member>
  271. <member name="F:System.Xml.XPath.XPathNamespaceScope.Local">
  272. <summary>現在のノードでローカルに定義されている名前空間をすべて返します。</summary>
  273. </member>
  274. <member name="T:System.Xml.XPath.XPathNavigator">
  275. <summary>XML データ内を移動したり XML データを編集したりするためのカーソル モデルを提供します。</summary>
  276. </member>
  277. <member name="M:System.Xml.XPath.XPathNavigator.#ctor">
  278. <summary>
  279. <see cref="T:System.Xml.XPath.XPathNavigator" /> クラスの新しいインスタンスを初期化します。</summary>
  280. </member>
  281. <member name="M:System.Xml.XPath.XPathNavigator.AppendChild">
  282. <summary>現在のノード下に存在する子ノードのリストの末尾に 1 つまたは複数の新しい子ノードを作成するために使用する <see cref="T:System.Xml.XmlWriter" /> オブジェクトを返します。</summary>
  283. <returns>現在のノード下に存在する子ノードのリストの末尾に新しい子ノードを作成するために使用する <see cref="T:System.Xml.XmlWriter" /> オブジェクト。</returns>
  284. <exception cref="T:System.InvalidOperationException">The current node the <see cref="T:System.Xml.XPath.XPathNavigator" /> is positioned on is not the root node or an element node.</exception>
  285. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support editing.</exception>
  286. </member>
  287. <member name="M:System.Xml.XPath.XPathNavigator.AppendChild(System.String)">
  288. <summary>指定された XML データ文字列を使用して、現在のノード下に存在する子ノードのリストの末尾に新しい子ノードを作成します。</summary>
  289. <param name="newChild">新しい子ノード用の XML データ文字列。</param>
  290. <exception cref="T:System.ArgumentNullException">The XML data string parameter is null.</exception>
  291. <exception cref="T:System.InvalidOperationException">The current node the <see cref="T:System.Xml.XPath.XPathNavigator" /> is positioned on is not the root node or an element node.</exception>
  292. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support editing.</exception>
  293. <exception cref="T:System.Xml.XmlException">The XML data string parameter is not well-formed.</exception>
  294. </member>
  295. <member name="M:System.Xml.XPath.XPathNavigator.AppendChild(System.Xml.XmlReader)">
  296. <summary>指定された <see cref="T:System.Xml.XmlReader" /> オブジェクトの XML コンテンツを使用して、現在のノード下に存在する子ノードのリストの末尾に新しい子ノードを作成します。</summary>
  297. <param name="newChild">新しい子ノード用の XML データに配置された <see cref="T:System.Xml.XmlReader" /> オブジェクト。</param>
  298. <exception cref="T:System.ArgumentException">The <see cref="T:System.Xml.XmlReader" /> object is in an error state or closed.</exception>
  299. <exception cref="T:System.ArgumentNullException">The <see cref="T:System.Xml.XmlReader" /> object parameter is null.</exception>
  300. <exception cref="T:System.InvalidOperationException">The current node the <see cref="T:System.Xml.XPath.XPathNavigator" /> is positioned on is not the root node or an element node.</exception>
  301. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support editing.</exception>
  302. <exception cref="T:System.Xml.XmlException">The XML contents of the <see cref="T:System.Xml.XmlReader" /> object parameter is not well-formed.</exception>
  303. </member>
  304. <member name="M:System.Xml.XPath.XPathNavigator.AppendChild(System.Xml.XPath.XPathNavigator)">
  305. <summary>指定された <see cref="T:System.Xml.XPath.XPathNavigator" /> のノードを使用して、現在のノード下に存在する子ノードのリストの末尾に新しい子ノードを作成します。</summary>
  306. <param name="newChild">新しい子ノードとして追加するノードに配置される <see cref="T:System.Xml.XPath.XPathNavigator" /> オブジェクト。</param>
  307. <exception cref="T:System.ArgumentNullException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> object parameter is null.</exception>
  308. <exception cref="T:System.InvalidOperationException">The current node the <see cref="T:System.Xml.XPath.XPathNavigator" /> is positioned on is not the root node or an element node.</exception>
  309. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support editing.</exception>
  310. </member>
  311. <member name="M:System.Xml.XPath.XPathNavigator.AppendChildElement(System.String,System.String,System.String,System.String)">
  312. <summary>指定された値と共に指定した名前空間プレフィックス、ローカル名、および名前空間 URI を使用して、現在のノード下に存在する子ノードのリストの末尾に新しい子要素ノードを作成します。</summary>
  313. <param name="prefix">新しい子要素ノードの名前空間プレフィックス (存在する場合)。</param>
  314. <param name="localName">新しい子要素ノードのローカル名 (存在する場合)。</param>
  315. <param name="namespaceURI">新しい子要素ノードの名前空間 URI (存在する場合)。<see cref="F:System.String.Empty" /> と null は同等です。</param>
  316. <param name="value">新しい子要素ノードの値。<see cref="F:System.String.Empty" /> または null を渡すと、空の要素が作成されます。</param>
  317. <exception cref="T:System.InvalidOperationException">The current node the <see cref="T:System.Xml.XPath.XPathNavigator" /> is positioned on is not the root node or an element node.</exception>
  318. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support editing.</exception>
  319. </member>
  320. <member name="P:System.Xml.XPath.XPathNavigator.BaseURI">
  321. <summary>派生クラスでオーバーライドされると、現在のノードのベース URI を取得します。</summary>
  322. <returns> ノードの読み込み元となった場所。または、値がない場合は <see cref="F:System.String.Empty" />。</returns>
  323. </member>
  324. <member name="P:System.Xml.XPath.XPathNavigator.CanEdit">
  325. <summary>
  326. <see cref="T:System.Xml.XPath.XPathNavigator" /> で、基になる XML データを編集できるかどうかを示す値を取得します。</summary>
  327. <returns>
  328. <see cref="T:System.Xml.XPath.XPathNavigator" /> で、基になる XML データを編集できる場合は true。それ以外の場合は false。</returns>
  329. </member>
  330. <member name="M:System.Xml.XPath.XPathNavigator.Clone">
  331. <summary>派生クラスでオーバーライドされると、この <see cref="T:System.Xml.XPath.XPathNavigator" /> と同じノードに配置される新しい <see cref="T:System.Xml.XPath.XPathNavigator" /> を作成します。</summary>
  332. <returns>この <see cref="T:System.Xml.XPath.XPathNavigator" /> と同じノードに配置された新しい <see cref="T:System.Xml.XPath.XPathNavigator" />。</returns>
  333. </member>
  334. <member name="M:System.Xml.XPath.XPathNavigator.ComparePosition(System.Xml.XPath.XPathNavigator)">
  335. <summary>現在の <see cref="T:System.Xml.XPath.XPathNavigator" /> の位置と指定された <see cref="T:System.Xml.XPath.XPathNavigator" /> の位置を比較します。</summary>
  336. <returns>2 つの <see cref="T:System.Xml.XPath.XPathNavigator" /> オブジェクトの比較位置を表す <see cref="T:System.Xml.XmlNodeOrder" /> 値。</returns>
  337. <param name="nav">比較対象の <see cref="T:System.Xml.XPath.XPathNavigator" /></param>
  338. </member>
  339. <member name="M:System.Xml.XPath.XPathNavigator.Compile(System.String)">
  340. <summary>XPath 式を表す文字列をコンパイルし、<see cref="T:System.Xml.XPath.XPathExpression" /> オブジェクトを返します。</summary>
  341. <returns>XPath 式を表す <see cref="T:System.Xml.XPath.XPathExpression" /> オブジェクト。</returns>
  342. <param name="xpath">XPath 式を表す文字列。</param>
  343. <exception cref="T:System.ArgumentException">The <paramref name="xpath" /> parameter contains an XPath expression that is not valid.</exception>
  344. <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
  345. </member>
  346. <member name="M:System.Xml.XPath.XPathNavigator.CreateAttribute(System.String,System.String,System.String,System.String)">
  347. <summary>指定された値で指定した名前空間プレフィックス、ローカル名、および名前空間 URI を使用して、現在の要素ノードに属性ノードを作成します。</summary>
  348. <param name="prefix">新しい属性ノードの名前空間プレフィックス (存在する場合)。</param>
  349. <param name="localName">新しい属性ノードのローカル名。これには <see cref="F:System.String.Empty" /> や null を設定できません。</param>
  350. <param name="namespaceURI">新しい属性ノードの名前空間 URI (存在する場合)。</param>
  351. <param name="value">新しい属性ノードの値。<see cref="F:System.String.Empty" /> または null が渡される場合、空の属性ノードが作成されます。</param>
  352. <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> is not positioned on an element node.</exception>
  353. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support editing.</exception>
  354. </member>
  355. <member name="M:System.Xml.XPath.XPathNavigator.CreateAttributes">
  356. <summary>現在の要素に新しい属性を作成するために使用する <see cref="T:System.Xml.XmlWriter" /> オブジェクトを返します。</summary>
  357. <returns>現在の要素に新しい属性を作成するために使用する <see cref="T:System.Xml.XmlWriter" /> オブジェクト。</returns>
  358. <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> is not positioned on an element node.</exception>
  359. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support editing.</exception>
  360. </member>
  361. <member name="M:System.Xml.XPath.XPathNavigator.CreateNavigator">
  362. <summary>
  363. <see cref="T:System.Xml.XPath.XPathNavigator" /> のコピーを返します。</summary>
  364. <returns>この <see cref="T:System.Xml.XPath.XPathNavigator" /> の <see cref="T:System.Xml.XPath.XPathNavigator" /> コピー。</returns>
  365. </member>
  366. <member name="M:System.Xml.XPath.XPathNavigator.DeleteRange(System.Xml.XPath.XPathNavigator)">
  367. <summary>現在のノードから指定されたノードまでの範囲にある兄弟ノードを削除します。</summary>
  368. <param name="lastSiblingToDelete">削除する範囲内にある最後の兄弟ノードに配置された <see cref="T:System.Xml.XPath.XPathNavigator" />。</param>
  369. <exception cref="T:System.ArgumentNullException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> specified is null.</exception>
  370. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support editing.</exception>
  371. <exception cref="T:System.InvalidOperationException">The last node to delete specified is not a valid sibling node of the current node.</exception>
  372. </member>
  373. <member name="M:System.Xml.XPath.XPathNavigator.DeleteSelf">
  374. <summary>現在のノードとその子ノードを削除します。</summary>
  375. <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> is positioned on a node that cannot be deleted such as the root node or a namespace node.</exception>
  376. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support editing.</exception>
  377. </member>
  378. <member name="M:System.Xml.XPath.XPathNavigator.Evaluate(System.String)">
  379. <summary>指定された XPath 式を評価し、型指定された結果を返します。</summary>
  380. <returns>式の結果 (ブール値、数値、文字列、またはノード セット)。<see cref="T:System.Boolean" /> オブジェクト、<see cref="T:System.Double" />オブジェクト、<see cref="T:System.String" /> オブジェクト、または <see cref="T:System.Xml.XPath.XPathNodeIterator" /> オブジェクトにそれぞれ割り当てられます。</returns>
  381. <param name="xpath">評価可能な XPath 式を表す文字列。</param>
  382. <exception cref="T:System.ArgumentException">The return type of the XPath expression is a node set.</exception>
  383. <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
  384. </member>
  385. <member name="M:System.Xml.XPath.XPathNavigator.Evaluate(System.String,System.Xml.IXmlNamespaceResolver)">
  386. <summary>
  387. <see cref="T:System.Xml.IXmlNamespaceResolver" /> オブジェクトを使用して XPath 式の名前空間プレフィックスを解決することにより、指定された XPath 式を評価して、型指定された結果を返します。</summary>
  388. <returns>式の結果 (ブール値、数値、文字列、またはノード セット)。<see cref="T:System.Boolean" /> オブジェクト、<see cref="T:System.Double" /> オブジェクト、<see cref="T:System.String" /> オブジェクト、または <see cref="T:System.Xml.XPath.XPathNodeIterator" /> オブジェクトにそれぞれ割り当てられます。</returns>
  389. <param name="xpath">評価可能な XPath 式を表す文字列。</param>
  390. <param name="resolver">XPath 式の名前空間プレフィックスの解決に使用する <see cref="T:System.Xml.IXmlNamespaceResolver" /> オブジェクト。</param>
  391. <exception cref="T:System.ArgumentException">The return type of the XPath expression is a node set.</exception>
  392. <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
  393. </member>
  394. <member name="M:System.Xml.XPath.XPathNavigator.Evaluate(System.Xml.XPath.XPathExpression)">
  395. <summary>
  396. <see cref="T:System.Xml.XPath.XPathExpression" /> を評価し、型指定された結果を返します。</summary>
  397. <returns>式の結果 (ブール値、数値、文字列、またはノード セット)。<see cref="T:System.Boolean" /> オブジェクト、<see cref="T:System.Double" /> オブジェクト、<see cref="T:System.String" /> オブジェクト、または <see cref="T:System.Xml.XPath.XPathNodeIterator" /> オブジェクトにそれぞれ割り当てられます。</returns>
  398. <param name="expr">計算できる <see cref="T:System.Xml.XPath.XPathExpression" />。</param>
  399. <exception cref="T:System.ArgumentException">The return type of the XPath expression is a node set.</exception>
  400. <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
  401. </member>
  402. <member name="M:System.Xml.XPath.XPathNavigator.Evaluate(System.Xml.XPath.XPathExpression,System.Xml.XPath.XPathNodeIterator)">
  403. <summary>提供されたコンテキストを使用して <see cref="T:System.Xml.XPath.XPathExpression" /> を評価し、型指定された結果を返します。</summary>
  404. <returns>式の結果 (ブール値、数値、文字列、またはノード セット)。<see cref="T:System.Boolean" /> オブジェクト、<see cref="T:System.Double" /> オブジェクト、<see cref="T:System.String" /> オブジェクト、または <see cref="T:System.Xml.XPath.XPathNodeIterator" /> オブジェクトにそれぞれ割り当てられます。</returns>
  405. <param name="expr">計算できる <see cref="T:System.Xml.XPath.XPathExpression" />。</param>
  406. <param name="context">評価の実行対象となる選択したノード セットを指す <see cref="T:System.Xml.XPath.XPathNodeIterator" />。</param>
  407. <exception cref="T:System.ArgumentException">The return type of the XPath expression is a node set.</exception>
  408. <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
  409. </member>
  410. <member name="M:System.Xml.XPath.XPathNavigator.GetAttribute(System.String,System.String)">
  411. <summary>指定したローカル名および名前空間 URI に関連付けられた属性の値を取得します。</summary>
  412. <returns>指定された属性の値が格納された <see cref="T:System.String" />。一致する属性が見つからないか、または <see cref="T:System.Xml.XPath.XPathNavigator" /> が要素ノードに配置されていない場合は <see cref="F:System.String.Empty" />。</returns>
  413. <param name="localName">属性のローカル名。</param>
  414. <param name="namespaceURI">属性の名前空間 URI。</param>
  415. </member>
  416. <member name="M:System.Xml.XPath.XPathNavigator.GetNamespace(System.String)">
  417. <summary>指定したローカル名に対応する名前空間ノードの値を返します。</summary>
  418. <returns>名前空間ノードの値が格納された <see cref="T:System.String" />。一致する名前空間ノードが見つからないか、または <see cref="T:System.Xml.XPath.XPathNavigator" /> が要素ノードに配置されていない場合は <see cref="F:System.String.Empty" />。</returns>
  419. <param name="name">名前空間ノードのローカル名。</param>
  420. </member>
  421. <member name="M:System.Xml.XPath.XPathNavigator.GetNamespacesInScope(System.Xml.XmlNamespaceScope)">
  422. <summary>現在のノードのスコープ内の名前空間を返します。</summary>
  423. <returns>プレフィックスをキーとした名前空間名の <see cref="T:System.Collections.Generic.IDictionary`2" /> コレクション。</returns>
  424. <param name="scope">返す名前空間を指定する <see cref="T:System.Xml.XmlNamespaceScope" /> 値。</param>
  425. </member>
  426. <member name="P:System.Xml.XPath.XPathNavigator.HasAttributes">
  427. <summary>現在のノードに属性があるかどうかを示す値を取得します。</summary>
  428. <returns>現在のノードが属性を持っている場合は true を返します。現在のノードが属性を持っていないか、<see cref="T:System.Xml.XPath.XPathNavigator" /> が要素ノードに配置されていない場合は false を返します。</returns>
  429. </member>
  430. <member name="P:System.Xml.XPath.XPathNavigator.HasChildren">
  431. <summary>現在のノードが子ノードを持っているかどうかを示す値を取得します。</summary>
  432. <returns>現在のノードが子ノードを持っている場合は true。それ以外の場合は false。</returns>
  433. </member>
  434. <member name="P:System.Xml.XPath.XPathNavigator.InnerXml">
  435. <summary>現在のノードの子ノードを表すマークアップを取得または設定します。</summary>
  436. <returns>現在のノードの子ノードのマークアップが格納された <see cref="T:System.String" />。</returns>
  437. <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Xml.XPath.XPathNavigator.InnerXml" /> property cannot be set.</exception>
  438. </member>
  439. <member name="M:System.Xml.XPath.XPathNavigator.InsertAfter">
  440. <summary>現在選択されているノードの後に新しい兄弟ノードを作成するために使用する <see cref="T:System.Xml.XmlWriter" /> オブジェクトを返します。</summary>
  441. <returns>現在選択されているノードの後に新しい兄弟ノードを作成するために使用する <see cref="T:System.Xml.XmlWriter" /> オブジェクト。</returns>
  442. <exception cref="T:System.InvalidOperationException">The position of the <see cref="T:System.Xml.XPath.XPathNavigator" /> does not allow a new sibling node to be inserted after the current node.</exception>
  443. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support editing.</exception>
  444. </member>
  445. <member name="M:System.Xml.XPath.XPathNavigator.InsertAfter(System.String)">
  446. <summary>指定された XML 文字列を使用して、現在選択されているノードの後に新しい兄弟ノードを作成します。</summary>
  447. <param name="newSibling">新しい兄弟ノード用の XML データ文字列。</param>
  448. <exception cref="T:System.ArgumentNullException">The XML string parameter is null.</exception>
  449. <exception cref="T:System.InvalidOperationException">The position of the <see cref="T:System.Xml.XPath.XPathNavigator" /> does not allow a new sibling node to be inserted after the current node.</exception>
  450. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support editing.</exception>
  451. <exception cref="T:System.Xml.XmlException">The XML string parameter is not well-formed.</exception>
  452. </member>
  453. <member name="M:System.Xml.XPath.XPathNavigator.InsertAfter(System.Xml.XmlReader)">
  454. <summary>指定された <see cref="T:System.Xml.XmlReader" /> オブジェクトの XML の内容を使用して、現在選択されているノードの後に新しい兄弟ノードを作成します。</summary>
  455. <param name="newSibling">新しい兄弟ノード用の XML データに配置された <see cref="T:System.Xml.XmlReader" /> オブジェクト。</param>
  456. <exception cref="T:System.ArgumentException">The <see cref="T:System.Xml.XmlReader" /> object is in an error state or closed.</exception>
  457. <exception cref="T:System.ArgumentNullException">The <see cref="T:System.Xml.XmlReader" /> object parameter is null.</exception>
  458. <exception cref="T:System.InvalidOperationException">The position of the <see cref="T:System.Xml.XPath.XPathNavigator" /> does not allow a new sibling node to be inserted after the current node.</exception>
  459. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support editing.</exception>
  460. <exception cref="T:System.Xml.XmlException">The XML contents of the <see cref="T:System.Xml.XmlReader" /> object parameter is not well-formed.</exception>
  461. </member>
  462. <member name="M:System.Xml.XPath.XPathNavigator.InsertAfter(System.Xml.XPath.XPathNavigator)">
  463. <summary>指定された <see cref="T:System.Xml.XPath.XPathNavigator" /> オブジェクトのノードを使用して、現在選択されているノードの後に新しい兄弟ノードを作成します。</summary>
  464. <param name="newSibling">新しい兄弟ノードとして追加するノードに配置されている <see cref="T:System.Xml.XPath.XPathNavigator" /> オブジェクト。</param>
  465. <exception cref="T:System.ArgumentNullException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> object parameter is null.</exception>
  466. <exception cref="T:System.InvalidOperationException">The position of the <see cref="T:System.Xml.XPath.XPathNavigator" /> does not allow a new sibling node to be inserted after the current node.</exception>
  467. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support editing.</exception>
  468. </member>
  469. <member name="M:System.Xml.XPath.XPathNavigator.InsertBefore">
  470. <summary>現在選択されているノードの前に新しい兄弟ノードを作成するために使用する <see cref="T:System.Xml.XmlWriter" /> オブジェクトを返します。</summary>
  471. <returns>現在選択されているノードの前に新しい兄弟ノードを作成するために使用する <see cref="T:System.Xml.XmlWriter" /> オブジェクト。</returns>
  472. <exception cref="T:System.InvalidOperationException">The position of the <see cref="T:System.Xml.XPath.XPathNavigator" /> does not allow a new sibling node to be inserted before the current node.</exception>
  473. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support editing.</exception>
  474. </member>
  475. <member name="M:System.Xml.XPath.XPathNavigator.InsertBefore(System.String)">
  476. <summary>指定された XML 文字列を使用して、現在選択されているノードの前に新しい兄弟ノードを作成します。</summary>
  477. <param name="newSibling">新しい兄弟ノード用の XML データ文字列。</param>
  478. <exception cref="T:System.ArgumentNullException">The XML string parameter is null.</exception>
  479. <exception cref="T:System.InvalidOperationException">The position of the <see cref="T:System.Xml.XPath.XPathNavigator" /> does not allow a new sibling node to be inserted before the current node.</exception>
  480. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support editing.</exception>
  481. <exception cref="T:System.Xml.XmlException">The XML string parameter is not well-formed.</exception>
  482. </member>
  483. <member name="M:System.Xml.XPath.XPathNavigator.InsertBefore(System.Xml.XmlReader)">
  484. <summary>指定された <see cref="T:System.Xml.XmlReader" /> オブジェクトの XML の内容を使用して、現在選択されているノードの前に新しい兄弟ノードを作成します。</summary>
  485. <param name="newSibling">新しい兄弟ノード用の XML データに配置された <see cref="T:System.Xml.XmlReader" /> オブジェクト。</param>
  486. <exception cref="T:System.ArgumentException">The <see cref="T:System.Xml.XmlReader" /> object is in an error state or closed.</exception>
  487. <exception cref="T:System.ArgumentNullException">The <see cref="T:System.Xml.XmlReader" /> object parameter is null.</exception>
  488. <exception cref="T:System.InvalidOperationException">The position of the <see cref="T:System.Xml.XPath.XPathNavigator" /> does not allow a new sibling node to be inserted before the current node.</exception>
  489. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support editing.</exception>
  490. <exception cref="T:System.Xml.XmlException">The XML contents of the <see cref="T:System.Xml.XmlReader" /> object parameter is not well-formed.</exception>
  491. </member>
  492. <member name="M:System.Xml.XPath.XPathNavigator.InsertBefore(System.Xml.XPath.XPathNavigator)">
  493. <summary>指定された <see cref="T:System.Xml.XPath.XPathNavigator" /> のノードを使用して、現在選択されているノードの前に新しい兄弟ノードを作成します。</summary>
  494. <param name="newSibling">新しい兄弟ノードとして追加するノードに配置されている <see cref="T:System.Xml.XPath.XPathNavigator" /> オブジェクト。</param>
  495. <exception cref="T:System.ArgumentNullException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> object parameter is null.</exception>
  496. <exception cref="T:System.InvalidOperationException">The position of the <see cref="T:System.Xml.XPath.XPathNavigator" /> does not allow a new sibling node to be inserted before the current node.</exception>
  497. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support editing.</exception>
  498. </member>
  499. <member name="M:System.Xml.XPath.XPathNavigator.InsertElementAfter(System.String,System.String,System.String,System.String)">
  500. <summary>指定された値と共に指定した名前空間プレフィックス、ローカル名、および名前空間 URI を使用して、現在のノードの後に新しい兄弟要素を作成します。</summary>
  501. <param name="prefix">新しい子要素の名前空間プレフィックス (存在する場合)。</param>
  502. <param name="localName">新しい子要素のローカル名 (存在する場合)。</param>
  503. <param name="namespaceURI">新しい子要素の名前空間 URI (存在する場合)。<see cref="F:System.String.Empty" /> と null は同等です。</param>
  504. <param name="value">新しい子要素の値。<see cref="F:System.String.Empty" /> または null を渡すと、空の要素が作成されます。</param>
  505. <exception cref="T:System.InvalidOperationException">The position of the <see cref="T:System.Xml.XPath.XPathNavigator" /> does not allow a new sibling node to be inserted after the current node.</exception>
  506. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support editing.</exception>
  507. </member>
  508. <member name="M:System.Xml.XPath.XPathNavigator.InsertElementBefore(System.String,System.String,System.String,System.String)">
  509. <summary>指定された値と共に指定した名前空間プレフィックス、ローカル名、および名前空間 URI を使用して、現在のノードの前に新しい兄弟要素を作成します。</summary>
  510. <param name="prefix">新しい子要素の名前空間プレフィックス (存在する場合)。</param>
  511. <param name="localName">新しい子要素のローカル名 (存在する場合)。</param>
  512. <param name="namespaceURI">新しい子要素の名前空間 URI (存在する場合)。<see cref="F:System.String.Empty" /> と null は同等です。</param>
  513. <param name="value">新しい子要素の値。<see cref="F:System.String.Empty" /> または null を渡すと、空の要素が作成されます。</param>
  514. <exception cref="T:System.InvalidOperationException">The position of the <see cref="T:System.Xml.XPath.XPathNavigator" /> does not allow a new sibling node to be inserted before the current node.</exception>
  515. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support editing.</exception>
  516. </member>
  517. <member name="M:System.Xml.XPath.XPathNavigator.IsDescendant(System.Xml.XPath.XPathNavigator)">
  518. <summary>指定した <see cref="T:System.Xml.XPath.XPathNavigator" /> が、現在の <see cref="T:System.Xml.XPath.XPathNavigator" /> の子孫かどうかを判断します。</summary>
  519. <returns>指定された <see cref="T:System.Xml.XPath.XPathNavigator" /> が現在の <see cref="T:System.Xml.XPath.XPathNavigator" /> の子孫である場合は true。それ以外の場合は false。</returns>
  520. <param name="nav">この <see cref="T:System.Xml.XPath.XPathNavigator" /> と比較する <see cref="T:System.Xml.XPath.XPathNavigator" />。</param>
  521. </member>
  522. <member name="P:System.Xml.XPath.XPathNavigator.IsEmptyElement">
  523. <summary>派生クラスでオーバーライドされると、現在のノードが終了要素タグのない空の要素かどうかを示す値を取得します。</summary>
  524. <returns>現在のノードが空の要素の場合は true。それ以外の場合は false。</returns>
  525. </member>
  526. <member name="P:System.Xml.XPath.XPathNavigator.IsNode">
  527. <summary>現在のノードが XPath ノードかどうかを表す値を取得します。</summary>
  528. <returns>常に true を返します。</returns>
  529. </member>
  530. <member name="M:System.Xml.XPath.XPathNavigator.IsSamePosition(System.Xml.XPath.XPathNavigator)">
  531. <summary>派生クラスでオーバーライドされると、現在の <see cref="T:System.Xml.XPath.XPathNavigator" /> が、指定された <see cref="T:System.Xml.XPath.XPathNavigator" /> と同じ位置にあるかどうかを判断します。</summary>
  532. <returns>2 つの <see cref="T:System.Xml.XPath.XPathNavigator" /> オブジェクトが同じ位置にある場合は true、それ以外の場合は false。</returns>
  533. <param name="other">この <see cref="T:System.Xml.XPath.XPathNavigator" /> と比較する <see cref="T:System.Xml.XPath.XPathNavigator" />。</param>
  534. </member>
  535. <member name="P:System.Xml.XPath.XPathNavigator.LocalName">
  536. <summary>派生クラスでオーバーライドされると、現在のノードの名前空間プレフィックスなしの <see cref="P:System.Xml.XPath.XPathNavigator.Name" /> を取得します。</summary>
  537. <returns>現在のノードのローカル名が格納された <see cref="T:System.String" />。現在のノードが名前を持たない場合 (たとえばテキスト ノードまたはコメント ノード) は <see cref="F:System.String.Empty" />。</returns>
  538. </member>
  539. <member name="M:System.Xml.XPath.XPathNavigator.LookupNamespace(System.String)">
  540. <summary>指定したプレフィックスの名前空間 URI を取得します。</summary>
  541. <returns>指定した名前空間プレフィックスに割り当てられている名前空間 URI が格納された <see cref="T:System.String" />。指定したプレフィックスに名前空間 URI が割り当てられていない場合は null。返される <see cref="T:System.String" /> は最小単位に分割されます。</returns>
  542. <param name="prefix">解決する対象となる名前空間 URI のプレフィックス。既定の名前空間と一致するようにするには、<see cref="F:System.String.Empty" /> を渡します。</param>
  543. </member>
  544. <member name="M:System.Xml.XPath.XPathNavigator.LookupPrefix(System.String)">
  545. <summary>指定された名前空間 URI に対して宣言されたプレフィックスを取得します。</summary>
  546. <returns>指定した名前空間 URI に割り当てられた名前空間プレフィックスが格納された <see cref="T:System.String" />。指定した名前空間 URI にプレフィックスが割り当てられていない場合は <see cref="F:System.String.Empty" />。返される <see cref="T:System.String" /> は最小単位に分割されます。</returns>
  547. <param name="namespaceURI">プレフィックスに対して解決する名前空間 URI。</param>
  548. </member>
  549. <member name="M:System.Xml.XPath.XPathNavigator.Matches(System.String)">
  550. <summary>現在のノードが、指定された XPath 式と一致するかどうかを判断します。</summary>
  551. <returns>現在のノードが、指定された XPath 式と一致する場合は true。それ以外の場合は false。</returns>
  552. <param name="xpath">XPath 式。</param>
  553. <exception cref="T:System.ArgumentException">The XPath expression cannot be evaluated.</exception>
  554. <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
  555. </member>
  556. <member name="M:System.Xml.XPath.XPathNavigator.Matches(System.Xml.XPath.XPathExpression)">
  557. <summary>現在のノードが、指定された <see cref="T:System.Xml.XPath.XPathExpression" /> 式と一致するかどうかを判断します。</summary>
  558. <returns>現在のノードが、<see cref="T:System.Xml.XPath.XPathExpression" /> に一致する場合は true。それ以外の場合は false。</returns>
  559. <param name="expr">コンパイル済みの XPath 式が格納されている <see cref="T:System.Xml.XPath.XPathExpression" /> オブジェクト。</param>
  560. <exception cref="T:System.ArgumentException">The XPath expression cannot be evaluated.</exception>
  561. <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
  562. </member>
  563. <member name="M:System.Xml.XPath.XPathNavigator.MoveTo(System.Xml.XPath.XPathNavigator)">
  564. <summary>派生クラスでオーバーライドされた場合、<see cref="T:System.Xml.XPath.XPathNavigator" /> を、指定された <see cref="T:System.Xml.XPath.XPathNavigator" /> と同じ位置に移動します。</summary>
  565. <returns>
  566. <see cref="T:System.Xml.XPath.XPathNavigator" /> が、指定された <see cref="T:System.Xml.XPath.XPathNavigator" /> と同じ位置に正常に移動すると、true を返します。それ以外の場合は false を返します。false の場合、<see cref="T:System.Xml.XPath.XPathNavigator" /> の位置は変更されません。</returns>
  567. <param name="other">移動先のノードに配置される <see cref="T:System.Xml.XPath.XPathNavigator" />。</param>
  568. </member>
  569. <member name="M:System.Xml.XPath.XPathNavigator.MoveToAttribute(System.String,System.String)">
  570. <summary>
  571. <see cref="T:System.Xml.XPath.XPathNavigator" /> を、ローカル名および名前空間 URI が一致する属性に移動します。</summary>
  572. <returns>
  573. <see cref="T:System.Xml.XPath.XPathNavigator" /> が属性に正常に移動した場合は true を返します。それ以外の場合は false を返します。false の場合、<see cref="T:System.Xml.XPath.XPathNavigator" /> の位置は変更されません。</returns>
  574. <param name="localName">属性のローカル名。</param>
  575. <param name="namespaceURI">属性の名前空間 URI。空の名前空間に対しては null。</param>
  576. </member>
  577. <member name="M:System.Xml.XPath.XPathNavigator.MoveToChild(System.String,System.String)">
  578. <summary>
  579. <see cref="T:System.Xml.XPath.XPathNavigator" /> を、指定されたローカル名と名前空間 URI を持つ子ノードに移動します。</summary>
  580. <returns>
  581. <see cref="T:System.Xml.XPath.XPathNavigator" /> が子ノードに正常に移動された場合は true を返します。それ以外の場合は false を返します。false の場合、<see cref="T:System.Xml.XPath.XPathNavigator" /> の位置は変更されません。</returns>
  582. <param name="localName">移動先となる子ノードのローカル名。</param>
  583. <param name="namespaceURI">移動先となる子ノードの名前空間 URI。</param>
  584. </member>
  585. <member name="M:System.Xml.XPath.XPathNavigator.MoveToChild(System.Xml.XPath.XPathNodeType)">
  586. <summary>
  587. <see cref="T:System.Xml.XPath.XPathNavigator" /> を、指定された <see cref="T:System.Xml.XPath.XPathNodeType" /> の子ノードに移動します。</summary>
  588. <returns>
  589. <see cref="T:System.Xml.XPath.XPathNavigator" /> が子ノードに正常に移動された場合は true を返します。それ以外の場合は false を返します。false の場合、<see cref="T:System.Xml.XPath.XPathNavigator" /> の位置は変更されません。</returns>
  590. <param name="type">移動先となる子ノードの <see cref="T:System.Xml.XPath.XPathNodeType" />。</param>
  591. </member>
  592. <member name="M:System.Xml.XPath.XPathNavigator.MoveToFirst">
  593. <summary>
  594. <see cref="T:System.Xml.XPath.XPathNavigator" /> を現在のノードの最初の兄弟ノードに移動します。</summary>
  595. <returns>
  596. <see cref="T:System.Xml.XPath.XPathNavigator" /> が現在のノードの最初の兄弟ノードに正常に移動した場合は true を返します。最初のレベルに兄弟がないか、<see cref="T:System.Xml.XPath.XPathNavigator" /> が現在属性ノードに配置されている場合は false を返します。<see cref="T:System.Xml.XPath.XPathNavigator" /> が既に最初の兄弟に配置されている場合、<see cref="T:System.Xml.XPath.XPathNavigator" /> は true を返し、その位置を移動しません。最初の兄弟がないために <see cref="M:System.Xml.XPath.XPathNavigator.MoveToFirst" /> が false を返す場合、または <see cref="T:System.Xml.XPath.XPathNavigator" /> が現在属性に配置されている場合、<see cref="T:System.Xml.XPath.XPathNavigator" /> の位置は変更されません。</returns>
  597. </member>
  598. <member name="M:System.Xml.XPath.XPathNavigator.MoveToFirstAttribute">
  599. <summary>派生クラスでオーバーライドされると、<see cref="T:System.Xml.XPath.XPathNavigator" /> を現在のノードの最初の属性に移動します。</summary>
  600. <returns>
  601. <see cref="T:System.Xml.XPath.XPathNavigator" /> が現在のノードの最初の属性に正常に移動した場合は true を返します。それ以外の場合は false を返します。false の場合、<see cref="T:System.Xml.XPath.XPathNavigator" /> の位置は変更されません。</returns>
  602. </member>
  603. <member name="M:System.Xml.XPath.XPathNavigator.MoveToFirstChild">
  604. <summary>派生クラスでオーバーライドされると、<see cref="T:System.Xml.XPath.XPathNavigator" /> を現在のノードの最初の子ノードに移動します。</summary>
  605. <returns>
  606. <see cref="T:System.Xml.XPath.XPathNavigator" /> が現在のノードの最初の子ノードに正常に移動した場合は true を返します。それ以外の場合は false を返します。false の場合、<see cref="T:System.Xml.XPath.XPathNavigator" /> の位置は変更されません。</returns>
  607. </member>
  608. <member name="M:System.Xml.XPath.XPathNavigator.MoveToFirstNamespace">
  609. <summary>
  610. <see cref="T:System.Xml.XPath.XPathNavigator" /> を現在のノードの最初の名前空間ノードに移動します。</summary>
  611. <returns>
  612. <see cref="T:System.Xml.XPath.XPathNavigator" /> が最初の名前空間ノードに正常に移動された場合は true を返します。それ以外の場合は false を返します。false の場合、<see cref="T:System.Xml.XPath.XPathNavigator" /> の位置は変更されません。</returns>
  613. </member>
  614. <member name="M:System.Xml.XPath.XPathNavigator.MoveToFirstNamespace(System.Xml.XPath.XPathNamespaceScope)">
  615. <summary>派生クラスでオーバーライドされると、<see cref="T:System.Xml.XPath.XPathNavigator" /> を、指定された <see cref="T:System.Xml.XPath.XPathNamespaceScope" /> と一致する最初の名前空間ノードに移動します。</summary>
  616. <returns>
  617. <see cref="T:System.Xml.XPath.XPathNavigator" /> が最初の名前空間ノードに正常に移動された場合は true を返します。それ以外の場合は false を返します。false の場合、<see cref="T:System.Xml.XPath.XPathNavigator" /> の位置は変更されません。</returns>
  618. <param name="namespaceScope">名前空間スコープを記述する <see cref="T:System.Xml.XPath.XPathNamespaceScope" /> 値。</param>
  619. </member>
  620. <member name="M:System.Xml.XPath.XPathNavigator.MoveToFollowing(System.String,System.String)">
  621. <summary>指定されたローカル名と名前空間 URI を持つ要素に、<see cref="T:System.Xml.XPath.XPathNavigator" /> をドキュメント順に移動します。</summary>
  622. <returns>
  623. <see cref="T:System.Xml.XPath.XPathNavigator" /> が正常に移動された場合は true。それ以外の場合は false。</returns>
  624. <param name="localName">要素のローカル名。</param>
  625. <param name="namespaceURI">要素の名前空間 URI。</param>
  626. </member>
  627. <member name="M:System.Xml.XPath.XPathNavigator.MoveToFollowing(System.String,System.String,System.Xml.XPath.XPathNavigator)">
  628. <summary>指定されたローカル名と名前空間 URI を持つ要素から指定された境界に、<see cref="T:System.Xml.XPath.XPathNavigator" /> をドキュメント順に移動します。</summary>
  629. <returns>
  630. <see cref="T:System.Xml.XPath.XPathNavigator" /> が正常に移動された場合は true。それ以外の場合は false。</returns>
  631. <param name="localName">要素のローカル名。</param>
  632. <param name="namespaceURI">要素の名前空間 URI。</param>
  633. <param name="end">現在の <see cref="T:System.Xml.XPath.XPathNavigator" /> が、次の要素の検索でこれより先に進まないようにする要素の境界に配置された <see cref="T:System.Xml.XPath.XPathNavigator" /> オブジェクト。</param>
  634. </member>
  635. <member name="M:System.Xml.XPath.XPathNavigator.MoveToFollowing(System.Xml.XPath.XPathNodeType)">
  636. <summary>指定された <see cref="T:System.Xml.XPath.XPathNodeType" /> の次の要素に、<see cref="T:System.Xml.XPath.XPathNavigator" /> をドキュメント順に移動します。</summary>
  637. <returns>
  638. <see cref="T:System.Xml.XPath.XPathNavigator" /> が正常に移動された場合は true。それ以外の場合は false。</returns>
  639. <param name="type">要素の <see cref="T:System.Xml.XPath.XPathNodeType" />。<see cref="T:System.Xml.XPath.XPathNodeType" /> は、<see cref="F:System.Xml.XPath.XPathNodeType.Attribute" /> および <see cref="F:System.Xml.XPath.XPathNodeType.Namespace" /> にはできません。</param>
  640. </member>
  641. <member name="M:System.Xml.XPath.XPathNavigator.MoveToFollowing(System.Xml.XPath.XPathNodeType,System.Xml.XPath.XPathNavigator)">
  642. <summary>指定された <see cref="T:System.Xml.XPath.XPathNodeType" /> の次の要素から指定された境界まで、<see cref="T:System.Xml.XPath.XPathNavigator" /> をドキュメント順に移動します。</summary>
  643. <returns>
  644. <see cref="T:System.Xml.XPath.XPathNavigator" /> が正常に移動された場合は true。それ以外の場合は false。</returns>
  645. <param name="type">要素の <see cref="T:System.Xml.XPath.XPathNodeType" />。<see cref="T:System.Xml.XPath.XPathNodeType" /> は、<see cref="F:System.Xml.XPath.XPathNodeType.Attribute" /> および <see cref="F:System.Xml.XPath.XPathNodeType.Namespace" /> にはできません。</param>
  646. <param name="end">現在の <see cref="T:System.Xml.XPath.XPathNavigator" /> が、次の要素の検索でこれより先に進まないようにする要素の境界に配置された <see cref="T:System.Xml.XPath.XPathNavigator" /> オブジェクト。</param>
  647. </member>
  648. <member name="M:System.Xml.XPath.XPathNavigator.MoveToId(System.String)">
  649. <summary>派生クラスでオーバーライドされると、指定された <see cref="T:System.String" /> と値が一致する型 ID の属性を持つノードに移動します。</summary>
  650. <returns>
  651. <see cref="T:System.Xml.XPath.XPathNavigator" /> が正常に移動された場合は true。それ以外の場合は false。false の場合、ナビゲーターの位置は変更されません。</returns>
  652. <param name="id">移動先のノードの ID 値を表す <see cref="T:System.String" />。</param>
  653. </member>
  654. <member name="M:System.Xml.XPath.XPathNavigator.MoveToNamespace(System.String)">
  655. <summary>
  656. <see cref="T:System.Xml.XPath.XPathNavigator" /> を、指定された名前空間プレフィックスを持つ名前空間ノードに移動します。</summary>
  657. <returns>
  658. <see cref="T:System.Xml.XPath.XPathNavigator" /> が、指定された名前空間に正常に移動した場合は true。一致する名前空間ノードが見つからなかった場合、または <see cref="T:System.Xml.XPath.XPathNavigator" /> の位置が要素ノードでない場合は false。false の場合、<see cref="T:System.Xml.XPath.XPathNavigator" /> の位置は変更されません。</returns>
  659. <param name="name">名前空間ノードの名前空間プレフィックス。</param>
  660. </member>
  661. <member name="M:System.Xml.XPath.XPathNavigator.MoveToNext">
  662. <summary>派生クラスでオーバーライドされると、<see cref="T:System.Xml.XPath.XPathNavigator" /> を現在のノードの次の兄弟ノードに移動します。</summary>
  663. <returns>
  664. <see cref="T:System.Xml.XPath.XPathNavigator" /> が次の兄弟ノードに正常に移動された場合は true。それ以上兄弟がないか、<see cref="T:System.Xml.XPath.XPathNavigator" /> が属性ノードに現在配置されている場合は false。false の場合、<see cref="T:System.Xml.XPath.XPathNavigator" /> の位置は変更されません。</returns>
  665. </member>
  666. <member name="M:System.Xml.XPath.XPathNavigator.MoveToNext(System.String,System.String)">
  667. <summary>
  668. <see cref="T:System.Xml.XPath.XPathNavigator" /> を、指定されたローカル名と名前空間 URI を持つ次の兄弟ノードに移動します。</summary>
  669. <returns>
  670. <see cref="T:System.Xml.XPath.XPathNavigator" /> が次の兄弟ノードに正常に移動した場合は true を返します。それ以上兄弟がないか、<see cref="T:System.Xml.XPath.XPathNavigator" /> の現在位置が属性ノードの場合は false を返します。false の場合、<see cref="T:System.Xml.XPath.XPathNavigator" /> の位置は変更されません。</returns>
  671. <param name="localName">移動先となる次の兄弟ノードのローカル名。</param>
  672. <param name="namespaceURI">移動先となる次の兄弟ノードの名前空間 URI。</param>
  673. </member>
  674. <member name="M:System.Xml.XPath.XPathNavigator.MoveToNext(System.Xml.XPath.XPathNodeType)">
  675. <summary>
  676. <see cref="T:System.Xml.XPath.XPathNavigator" /> を、指定された <see cref="T:System.Xml.XPath.XPathNodeType" /> に一致する現在のノードの次の兄弟ノードに移動します。</summary>
  677. <returns>
  678. <see cref="T:System.Xml.XPath.XPathNavigator" /> が次の兄弟ノードに正常に移動された場合は true。それ以上兄弟がないか、<see cref="T:System.Xml.XPath.XPathNavigator" /> が属性ノードに現在配置されている場合は false。false の場合、<see cref="T:System.Xml.XPath.XPathNavigator" /> の位置は変更されません。</returns>
  679. <param name="type">移動先となる兄弟ノードの <see cref="T:System.Xml.XPath.XPathNodeType" />。</param>
  680. </member>
  681. <member name="M:System.Xml.XPath.XPathNavigator.MoveToNextAttribute">
  682. <summary>派生クラスでオーバーライドされると、<see cref="T:System.Xml.XPath.XPathNavigator" /> を次の属性に移動します。</summary>
  683. <returns>
  684. <see cref="T:System.Xml.XPath.XPathNavigator" /> が正常に次の属性に移動した場合は true を返します。それ以上、属性が存在しない場合は false を返します。false の場合、<see cref="T:System.Xml.XPath.XPathNavigator" /> の位置は変更されません。</returns>
  685. </member>
  686. <member name="M:System.Xml.XPath.XPathNavigator.MoveToNextNamespace">
  687. <summary>
  688. <see cref="T:System.Xml.XPath.XPathNavigator" /> を次の名前空間ノードに移動します。</summary>
  689. <returns>
  690. <see cref="T:System.Xml.XPath.XPathNavigator" /> が次の名前空間ノードに正常に移動された場合は true を返します。それ以外の場合は false を返します。false の場合、<see cref="T:System.Xml.XPath.XPathNavigator" /> の位置は変更されません。</returns>
  691. </member>
  692. <member name="M:System.Xml.XPath.XPathNavigator.MoveToNextNamespace(System.Xml.XPath.XPathNamespaceScope)">
  693. <summary>派生クラスでオーバーライドされると、<see cref="T:System.Xml.XPath.XPathNavigator" /> を、指定された <see cref="T:System.Xml.XPath.XPathNamespaceScope" /> と一致する次の名前空間ノードに移動します。</summary>
  694. <returns>
  695. <see cref="T:System.Xml.XPath.XPathNavigator" /> が次の名前空間ノードに正常に移動された場合は true を返します。それ以外の場合は false を返します。false の場合、<see cref="T:System.Xml.XPath.XPathNavigator" /> の位置は変更されません。</returns>
  696. <param name="namespaceScope">名前空間スコープを記述する <see cref="T:System.Xml.XPath.XPathNamespaceScope" /> 値。</param>
  697. </member>
  698. <member name="M:System.Xml.XPath.XPathNavigator.MoveToParent">
  699. <summary>派生クラスでオーバーライドされると、<see cref="T:System.Xml.XPath.XPathNavigator" /> を現在のノードの親ノードに移動します。</summary>
  700. <returns>
  701. <see cref="T:System.Xml.XPath.XPathNavigator" /> が現在のノードの親ノードに正常に移動した場合は true を返します。それ以外の場合は false を返します。false の場合、<see cref="T:System.Xml.XPath.XPathNavigator" /> の位置は変更されません。</returns>
  702. </member>
  703. <member name="M:System.Xml.XPath.XPathNavigator.MoveToPrevious">
  704. <summary>派生クラスでオーバーライドされると、<see cref="T:System.Xml.XPath.XPathNavigator" /> を現在のノードの前の兄弟ノードに移動します。</summary>
  705. <returns>
  706. <see cref="T:System.Xml.XPath.XPathNavigator" /> が前の兄弟ノードに正常に移動した場合は true を返します。前の兄弟ノードがないか、<see cref="T:System.Xml.XPath.XPathNavigator" /> の現在位置が属性ノードの場合は false を返します。false の場合、<see cref="T:System.Xml.XPath.XPathNavigator" /> の位置は変更されません。</returns>
  707. </member>
  708. <member name="M:System.Xml.XPath.XPathNavigator.MoveToRoot">
  709. <summary>
  710. <see cref="T:System.Xml.XPath.XPathNavigator" /> を、現在のノードが属しているルート ノードに移動します。</summary>
  711. </member>
  712. <member name="P:System.Xml.XPath.XPathNavigator.Name">
  713. <summary>派生クラスでオーバーライドされると、現在のノードの限定名を取得します。</summary>
  714. <returns>現在のノードの修飾 <see cref="P:System.Xml.XPath.XPathNavigator.Name" /> が格納された <see cref="T:System.String" />。現在のノードが名前を持たない場合 (たとえばテキスト ノードまたはコメント ノード) は <see cref="F:System.String.Empty" />。</returns>
  715. </member>
  716. <member name="P:System.Xml.XPath.XPathNavigator.NamespaceURI">
  717. <summary>派生クラスでオーバーライドされると、現在のノードの名前空間 URI を取得します。</summary>
  718. <returns>現在のノードの名前空間 URI が格納された <see cref="T:System.String" />。現在のノードが名前空間 URI を持っていない場合は <see cref="F:System.String.Empty" />。</returns>
  719. </member>
  720. <member name="P:System.Xml.XPath.XPathNavigator.NameTable">
  721. <summary>派生クラスでオーバーライドされた場合、<see cref="T:System.Xml.XPath.XPathNavigator" /> の <see cref="T:System.Xml.XmlNameTable" /> を取得します。</summary>
  722. <returns>XML ドキュメント内の最小単位に分割されたバージョンの <see cref="T:System.String" /> を取得できる <see cref="T:System.Xml.XmlNameTable" /> オブジェクト。</returns>
  723. </member>
  724. <member name="P:System.Xml.XPath.XPathNavigator.NavigatorComparer">
  725. <summary>
  726. <see cref="T:System.Xml.XPath.XPathNavigator" /> オブジェクトの等価性を比較するために使用される <see cref="T:System.Collections.IEqualityComparer" /> を取得します。</summary>
  727. <returns>
  728. <see cref="T:System.Xml.XPath.XPathNavigator" /> オブジェクトの等価性を比較するために使用される <see cref="T:System.Collections.IEqualityComparer" />。</returns>
  729. </member>
  730. <member name="P:System.Xml.XPath.XPathNavigator.NodeType">
  731. <summary>派生クラスでオーバーライドされると、現在のノードの <see cref="T:System.Xml.XPath.XPathNodeType" /> を取得します。</summary>
  732. <returns>現在のノードを表す <see cref="T:System.Xml.XPath.XPathNodeType" /> 値の 1 つ。</returns>
  733. </member>
  734. <member name="P:System.Xml.XPath.XPathNavigator.OuterXml">
  735. <summary>現在のノードとその子ノードの開始タグおよび終了タグを表すマークアップを取得または設定します。</summary>
  736. <returns>現在のノードとその子ノードの開始タグおよび終了タグを表すマークアップが格納された <see cref="T:System.String" />。</returns>
  737. </member>
  738. <member name="P:System.Xml.XPath.XPathNavigator.Prefix">
  739. <summary>派生クラスでオーバーライドされると、現在のノードに関連付けられている名前空間プレフィックスを取得します。</summary>
  740. <returns>現在のノードに関連付けられた名前空間プレフィックスが格納された <see cref="T:System.String" />。</returns>
  741. </member>
  742. <member name="M:System.Xml.XPath.XPathNavigator.PrependChild">
  743. <summary>現在のノード下に存在する子ノードのリストの先頭に新しい子ノードを作成するために使用する <see cref="T:System.Xml.XmlWriter" /> オブジェクトを返します。</summary>
  744. <returns>現在のノード下に存在する子ノードのリストの先頭に新しい子ノードを作成するために使用する <see cref="T:System.Xml.XmlWriter" /> オブジェクト。</returns>
  745. <exception cref="T:System.InvalidOperationException">The current node the <see cref="T:System.Xml.XPath.XPathNavigator" /> is positioned on does not allow a new child node to be prepended.</exception>
  746. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support editing.</exception>
  747. </member>
  748. <member name="M:System.Xml.XPath.XPathNavigator.PrependChild(System.String)">
  749. <summary>指定された XML 文字列を使用して、現在のノード下に存在する子ノードのリストの先頭に新しい子ノードを作成します。</summary>
  750. <param name="newChild">新しい子ノード用の XML データ文字列。</param>
  751. <exception cref="T:System.ArgumentNullException">The XML string parameter is null.</exception>
  752. <exception cref="T:System.InvalidOperationException">The current node the <see cref="T:System.Xml.XPath.XPathNavigator" /> is positioned on does not allow a new child node to be prepended.</exception>
  753. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support editing.</exception>
  754. <exception cref="T:System.Xml.XmlException">The XML string parameter is not well-formed.</exception>
  755. </member>
  756. <member name="M:System.Xml.XPath.XPathNavigator.PrependChild(System.Xml.XmlReader)">
  757. <summary>指定された <see cref="T:System.Xml.XmlReader" /> オブジェクトの XML コンテンツを使用して、現在のノード下に存在する子ノードのリストの先頭に新しい子ノードを作成します。</summary>
  758. <param name="newChild">新しい子ノード用の XML データに配置された <see cref="T:System.Xml.XmlReader" /> オブジェクト。</param>
  759. <exception cref="T:System.ArgumentException">The <see cref="T:System.Xml.XmlReader" /> object is in an error state or closed.</exception>
  760. <exception cref="T:System.ArgumentNullException">The <see cref="T:System.Xml.XmlReader" /> object parameter is null.</exception>
  761. <exception cref="T:System.InvalidOperationException">The current node the <see cref="T:System.Xml.XPath.XPathNavigator" /> is positioned on does not allow a new child node to be prepended.</exception>
  762. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support editing.</exception>
  763. <exception cref="T:System.Xml.XmlException">The XML contents of the <see cref="T:System.Xml.XmlReader" /> object parameter is not well-formed.</exception>
  764. </member>
  765. <member name="M:System.Xml.XPath.XPathNavigator.PrependChild(System.Xml.XPath.XPathNavigator)">
  766. <summary>指定された <see cref="T:System.Xml.XPath.XPathNavigator" /> オブジェクト内のノードを使用して、現在のノード下に存在する子ノードのリストの先頭に新しい子ノードを作成します。</summary>
  767. <param name="newChild">新しい子ノードとして追加するノードに配置される <see cref="T:System.Xml.XPath.XPathNavigator" /> オブジェクト。</param>
  768. <exception cref="T:System.ArgumentNullException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> object parameter is null.</exception>
  769. <exception cref="T:System.InvalidOperationException">The current node the <see cref="T:System.Xml.XPath.XPathNavigator" /> is positioned on does not allow a new child node to be prepended.</exception>
  770. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support editing.</exception>
  771. </member>
  772. <member name="M:System.Xml.XPath.XPathNavigator.PrependChildElement(System.String,System.String,System.String,System.String)">
  773. <summary>指定された値と共に指定した名前空間プレフィックス、ローカル名、および名前空間 URI を使用して、現在のノード下に存在する子ノードのリストの先頭に新しい子要素を作成します。</summary>
  774. <param name="prefix">新しい子要素の名前空間プレフィックス (存在する場合)。</param>
  775. <param name="localName">新しい子要素のローカル名 (存在する場合)。</param>
  776. <param name="namespaceURI">新しい子要素の名前空間 URI (存在する場合)。<see cref="F:System.String.Empty" /> と null は同等です。</param>
  777. <param name="value">新しい子要素の値。<see cref="F:System.String.Empty" /> または null を渡すと、空の要素が作成されます。</param>
  778. <exception cref="T:System.InvalidOperationException">The current node the <see cref="T:System.Xml.XPath.XPathNavigator" /> is positioned on does not allow a new child node to be prepended.</exception>
  779. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support editing.</exception>
  780. </member>
  781. <member name="M:System.Xml.XPath.XPathNavigator.ReadSubtree">
  782. <summary>現在のノードとその子ノードが格納された <see cref="T:System.Xml.XmlReader" /> オブジェクトを返します。</summary>
  783. <returns>現在のノードとその子ノードが格納された <see cref="T:System.Xml.XmlReader" /> オブジェクト。</returns>
  784. <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> is not positioned on an element node or the root node.</exception>
  785. </member>
  786. <member name="M:System.Xml.XPath.XPathNavigator.ReplaceRange(System.Xml.XPath.XPathNavigator)">
  787. <summary>現在のノードから指定されたノードまでの範囲内にある兄弟ノードを置き換えます。</summary>
  788. <returns>置き換える範囲を指定するために使用する <see cref="T:System.Xml.XmlWriter" /> オブジェクト。</returns>
  789. <param name="lastSiblingToReplace">置き換える範囲内にある最後の兄弟ノードに配置された <see cref="T:System.Xml.XPath.XPathNavigator" />。</param>
  790. <exception cref="T:System.ArgumentNullException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> specified is null.</exception>
  791. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support editing.</exception>
  792. <exception cref="T:System.InvalidOperationException">The last node to replace specified is not a valid sibling node of the current node.</exception>
  793. </member>
  794. <member name="M:System.Xml.XPath.XPathNavigator.ReplaceSelf(System.String)">
  795. <summary>現在のノードを指定された文字列の内容に置き換えます。</summary>
  796. <param name="newNode">新しいノード用の XML データ文字列。</param>
  797. <exception cref="T:System.ArgumentNullException">The XML string parameter is null.</exception>
  798. <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> is not positioned on an element, text, processing instruction, or comment node.</exception>
  799. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support editing.</exception>
  800. <exception cref="T:System.Xml.XmlException">The XML string parameter is not well-formed.</exception>
  801. </member>
  802. <member name="M:System.Xml.XPath.XPathNavigator.ReplaceSelf(System.Xml.XmlReader)">
  803. <summary>現在のノードを指定された <see cref="T:System.Xml.XmlReader" /> オブジェクトの内容に置き換えます。</summary>
  804. <param name="newNode">新しいノード用の XML データに配置された <see cref="T:System.Xml.XmlReader" /> オブジェクト。</param>
  805. <exception cref="T:System.ArgumentException">The <see cref="T:System.Xml.XmlReader" /> object is in an error state or closed.</exception>
  806. <exception cref="T:System.ArgumentNullException">The <see cref="T:System.Xml.XmlReader" /> object parameter is null.</exception>
  807. <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> is not positioned on an element, text, processing instruction, or comment node.</exception>
  808. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support editing.</exception>
  809. <exception cref="T:System.Xml.XmlException">The XML contents of the <see cref="T:System.Xml.XmlReader" /> object parameter is not well-formed.</exception>
  810. </member>
  811. <member name="M:System.Xml.XPath.XPathNavigator.ReplaceSelf(System.Xml.XPath.XPathNavigator)">
  812. <summary>現在のノードを指定された <see cref="T:System.Xml.XPath.XPathNavigator" /> オブジェクトの内容に置き換えます。</summary>
  813. <param name="newNode">新しいノードに配置された <see cref="T:System.Xml.XPath.XPathNavigator" /> オブジェクト。</param>
  814. <exception cref="T:System.ArgumentNullException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> object parameter is null.</exception>
  815. <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> is not positioned on an element, text, processing instruction, or comment node.</exception>
  816. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support editing.</exception>
  817. <exception cref="T:System.Xml.XmlException">The XML contents of the <see cref="T:System.Xml.XPath.XPathNavigator" /> object parameter is not well-formed.</exception>
  818. </member>
  819. <member name="M:System.Xml.XPath.XPathNavigator.Select(System.String)">
  820. <summary>指定された XPath 式を使用して、ノード セットを選択します。</summary>
  821. <returns>選択されたノード セットを指している <see cref="T:System.Xml.XPath.XPathNodeIterator" />。</returns>
  822. <param name="xpath">XPath 式を表す <see cref="T:System.String" />。</param>
  823. <exception cref="T:System.ArgumentException">The XPath expression contains an error or its return type is not a node set.</exception>
  824. <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
  825. </member>
  826. <member name="M:System.Xml.XPath.XPathNavigator.Select(System.String,System.Xml.IXmlNamespaceResolver)">
  827. <summary>名前空間プレフィックスを解決するように指定された <see cref="T:System.Xml.IXmlNamespaceResolver" /> オブジェクトと共に指定した XPath 式を使用して、ノード セットを選択します。</summary>
  828. <returns>選択されたノード セットを指している <see cref="T:System.Xml.XPath.XPathNodeIterator" />。</returns>
  829. <param name="xpath">XPath 式を表す <see cref="T:System.String" />。</param>
  830. <param name="resolver">名前空間プレフィックスの解決に使用する <see cref="T:System.Xml.IXmlNamespaceResolver" /> オブジェクト。</param>
  831. <exception cref="T:System.ArgumentException">The XPath expression contains an error or its return type is not a node set.</exception>
  832. <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
  833. </member>
  834. <member name="M:System.Xml.XPath.XPathNavigator.Select(System.Xml.XPath.XPathExpression)">
  835. <summary>指定した <see cref="T:System.Xml.XPath.XPathExpression" /> を使用して、ノード セットを選択します。</summary>
  836. <returns>選択されたノード セットを指している <see cref="T:System.Xml.XPath.XPathNodeIterator" />。</returns>
  837. <param name="expr">コンパイル済みの XPath クエリが格納されている <see cref="T:System.Xml.XPath.XPathExpression" /> オブジェクト。</param>
  838. <exception cref="T:System.ArgumentException">The XPath expression contains an error or its return type is not a node set.</exception>
  839. <exception cref="T:System.Xml.XPath.XPathException">The XPath expression is not valid.</exception>
  840. </member>
  841. <member name="M:System.Xml.XPath.XPathNavigator.SelectAncestors(System.String,System.String,System.Boolean)">
  842. <summary>指定されたローカル名と名前空間 URI を持つ現在のノードのすべての先祖ノードを選択します。</summary>
  843. <returns>選択されたノードを格納している <see cref="T:System.Xml.XPath.XPathNodeIterator" />。ノードは、ドキュメントの逆順で返されます。</returns>
  844. <param name="name">先祖ノードのローカル名。</param>
  845. <param name="namespaceURI">先祖ノードの名前空間 URI。</param>
  846. <param name="matchSelf">選択項目にコンテキスト ノードを含める場合は true。それ以外の場合は false。</param>
  847. <exception cref="T:System.ArgumentNullException">null cannot be passed as a parameter.</exception>
  848. </member>
  849. <member name="M:System.Xml.XPath.XPathNavigator.SelectAncestors(System.Xml.XPath.XPathNodeType,System.Boolean)">
  850. <summary>一致する <see cref="T:System.Xml.XPath.XPathNodeType" /> を持つ現在のノードのすべての先祖ノードを選択します。</summary>
  851. <returns>選択されたノードを格納している <see cref="T:System.Xml.XPath.XPathNodeIterator" />。ノードは、ドキュメントの逆順で返されます。</returns>
  852. <param name="type">先祖ノードの <see cref="T:System.Xml.XPath.XPathNodeType" />。</param>
  853. <param name="matchSelf">選択項目にコンテキスト ノードを含める場合は true。それ以外の場合は false。</param>
  854. </member>
  855. <member name="M:System.Xml.XPath.XPathNavigator.SelectChildren(System.String,System.String)">
  856. <summary>指定されたローカル名と名前空間 URI を持つ現在のノードのすべての子ノードを選択します。</summary>
  857. <returns>選択されたノードを格納している <see cref="T:System.Xml.XPath.XPathNodeIterator" />。</returns>
  858. <param name="name">子ノードのローカル名。</param>
  859. <param name="namespaceURI">子ノードの名前空間 URI。</param>
  860. <exception cref="T:System.ArgumentNullException">null cannot be passed as a parameter.</exception>
  861. </member>
  862. <member name="M:System.Xml.XPath.XPathNavigator.SelectChildren(System.Xml.XPath.XPathNodeType)">
  863. <summary>一致する <see cref="T:System.Xml.XPath.XPathNodeType" /> を持つ現在のノードのすべての子ノードを選択します。</summary>
  864. <returns>選択されたノードを格納している <see cref="T:System.Xml.XPath.XPathNodeIterator" />。</returns>
  865. <param name="type">子ノードの <see cref="T:System.Xml.XPath.XPathNodeType" />。</param>
  866. </member>
  867. <member name="M:System.Xml.XPath.XPathNavigator.SelectDescendants(System.String,System.String,System.Boolean)">
  868. <summary>指定されたローカル名と名前空間 URI を持つ現在のノードのすべての子孫ノードを選択します。</summary>
  869. <returns>選択されたノードを格納している <see cref="T:System.Xml.XPath.XPathNodeIterator" />。</returns>
  870. <param name="name">子孫ノードのローカル名。</param>
  871. <param name="namespaceURI">子孫ノードの名前空間 URI。 </param>
  872. <param name="matchSelf">選択項目にコンテキスト ノードを含める場合は true。それ以外の場合は false。</param>
  873. <exception cref="T:System.ArgumentNullException">null cannot be passed as a parameter.</exception>
  874. </member>
  875. <member name="M:System.Xml.XPath.XPathNavigator.SelectDescendants(System.Xml.XPath.XPathNodeType,System.Boolean)">
  876. <summary>一致する <see cref="T:System.Xml.XPath.XPathNodeType" /> を持つ現在のノードのすべての子孫ノードを選択します。</summary>
  877. <returns>選択されたノードを格納している <see cref="T:System.Xml.XPath.XPathNodeIterator" />。</returns>
  878. <param name="type">子孫ノードの <see cref="T:System.Xml.XPath.XPathNodeType" />。</param>
  879. <param name="matchSelf">選択項目にコンテキスト ノードを含める場合は true。それ以外の場合は false。</param>
  880. </member>
  881. <member name="M:System.Xml.XPath.XPathNavigator.SelectSingleNode(System.String)">
  882. <summary>指定された XPath クエリを使用して、<see cref="T:System.Xml.XPath.XPathNavigator" /> 内の単一のノードを選択します。</summary>
  883. <returns>指定された XPath クエリに対して最初に一致するノードが格納された <see cref="T:System.Xml.XPath.XPathNavigator" /> オブジェクト。クエリ結果がない場合は null。</returns>
  884. <param name="xpath">XPath 式を表す <see cref="T:System.String" />。</param>
  885. <exception cref="T:System.ArgumentException">An error was encountered in the XPath query or the return type of the XPath expression is not a node.</exception>
  886. <exception cref="T:System.Xml.XPath.XPathException">The XPath query is not valid.</exception>
  887. </member>
  888. <member name="M:System.Xml.XPath.XPathNavigator.SelectSingleNode(System.String,System.Xml.IXmlNamespaceResolver)">
  889. <summary>名前空間プレフィックスを解決するために指定された <see cref="T:System.Xml.IXmlNamespaceResolver" /> オブジェクトと共に、指定された XPath クエリを使用して <see cref="T:System.Xml.XPath.XPathNavigator" /> オブジェクト内の単一のノードを選択します。</summary>
  890. <returns>指定された XPath クエリに対して最初に一致するノードが格納された <see cref="T:System.Xml.XPath.XPathNavigator" /> オブジェクト。クエリ結果がない場合は null。</returns>
  891. <param name="xpath">XPath 式を表す <see cref="T:System.String" />。</param>
  892. <param name="resolver">XPath クエリの名前空間プレフィックスの解決に使用する <see cref="T:System.Xml.IXmlNamespaceResolver" /> オブジェクト。</param>
  893. <exception cref="T:System.ArgumentException">An error was encountered in the XPath query or the return type of the XPath expression is not a node.</exception>
  894. <exception cref="T:System.Xml.XPath.XPathException">The XPath query is not valid.</exception>
  895. </member>
  896. <member name="M:System.Xml.XPath.XPathNavigator.SelectSingleNode(System.Xml.XPath.XPathExpression)">
  897. <summary>指定された <see cref="T:System.Xml.XPath.XPathExpression" /> オブジェクトを使用して、<see cref="T:System.Xml.XPath.XPathNavigator" /> 内の単一のノードを選択します。</summary>
  898. <returns>指定された XPath クエリに対して最初に一致するノードが格納された <see cref="T:System.Xml.XPath.XPathNavigator" /> オブジェクト。クエリ結果がない場合は null。</returns>
  899. <param name="expression">コンパイル済みの XPath クエリが格納されている <see cref="T:System.Xml.XPath.XPathExpression" /> オブジェクト。</param>
  900. <exception cref="T:System.ArgumentException">An error was encountered in the XPath query or the return type of the XPath expression is not a node.</exception>
  901. <exception cref="T:System.Xml.XPath.XPathException">The XPath query is not valid.</exception>
  902. </member>
  903. <member name="M:System.Xml.XPath.XPathNavigator.SetTypedValue(System.Object)">
  904. <summary>現在のノードの型指定された値を設定します。</summary>
  905. <param name="typedValue">ノードの型指定された新しい値。</param>
  906. <exception cref="T:System.ArgumentException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support the type of the object specified.</exception>
  907. <exception cref="T:System.ArgumentNullException">The value specified cannot be null.</exception>
  908. <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> is not positioned on an element or attribute node.</exception>
  909. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support editing.</exception>
  910. </member>
  911. <member name="M:System.Xml.XPath.XPathNavigator.SetValue(System.String)">
  912. <summary>現在のノードの値を設定します。</summary>
  913. <param name="value">ノードの新しい値。</param>
  914. <exception cref="T:System.ArgumentNullException">The value parameter is null.</exception>
  915. <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> is positioned on the root node, a namespace node, or the specified value is invalid.</exception>
  916. <exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.XPath.XPathNavigator" /> does not support editing.</exception>
  917. </member>
  918. <member name="M:System.Xml.XPath.XPathNavigator.ToString">
  919. <summary>現在のノードのテキスト値を取得します。</summary>
  920. <returns>現在のノードのテキスト値が格納された string。</returns>
  921. </member>
  922. <member name="P:System.Xml.XPath.XPathNavigator.TypedValue">
  923. <summary>現在のノードを、最も適切な .NET Framework 型にボックス化変換したオブジェクトとして取得します。</summary>
  924. <returns>最も適切な .NET Framework 型にボックス化変換されたオブジェクトとしての現在のノード。</returns>
  925. </member>
  926. <member name="P:System.Xml.XPath.XPathNavigator.UnderlyingObject">
  927. <summary>ストアに対する "仮想化された" XML ビューを提供する <see cref="T:System.Xml.XPath.XPathNavigator" /> 実装で使用し、基になるオブジェクトへのアクセスを提供します。</summary>
  928. <returns>既定値は、null です。</returns>
  929. </member>
  930. <member name="M:System.Xml.XPath.XPathNavigator.ValueAs(System.Type,System.Xml.IXmlNamespaceResolver)">
  931. <summary>現在のノードの値を指定された <see cref="T:System.Type" /> として取得し、指定された <see cref="T:System.Xml.IXmlNamespaceResolver" /> オブジェクトを使用して名前空間プレフィックスを解決します。</summary>
  932. <returns>要求した <see cref="T:System.Type" /> に変換された現在のノードの値。</returns>
  933. <param name="returnType">現在のノードの値を返すときの <see cref="T:System.Type" />。</param>
  934. <param name="nsResolver">名前空間プレフィックスの解決に使用する <see cref="T:System.Xml.IXmlNamespaceResolver" /> オブジェクト。</param>
  935. <exception cref="T:System.FormatException">The current node's value is not in the correct format for the target type.</exception>
  936. <exception cref="T:System.InvalidCastException">The attempted cast is not valid.</exception>
  937. </member>
  938. <member name="P:System.Xml.XPath.XPathNavigator.ValueAsBoolean">
  939. <summary>現在のノードの値を <see cref="T:System.Boolean" /> として取得します。</summary>
  940. <returns>現在のノードの <see cref="T:System.Boolean" /> としての値。</returns>
  941. <exception cref="T:System.FormatException">The current node's string value cannot be converted to a <see cref="T:System.Boolean" />.</exception>
  942. <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="T:System.Boolean" /> is not valid.</exception>
  943. </member>
  944. <member name="P:System.Xml.XPath.XPathNavigator.ValueAsDateTime">
  945. <summary>現在のノードの値を <see cref="T:System.DateTime" /> として取得します。</summary>
  946. <returns>現在のノードの <see cref="T:System.DateTime" /> としての値。</returns>
  947. <exception cref="T:System.FormatException">The current node's string value cannot be converted to a <see cref="T:System.DateTime" />.</exception>
  948. <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="T:System.DateTime" /> is not valid.</exception>
  949. </member>
  950. <member name="P:System.Xml.XPath.XPathNavigator.ValueAsDouble">
  951. <summary>現在のノードの値を <see cref="T:System.Double" /> として取得します。</summary>
  952. <returns>現在のノードの <see cref="T:System.Double" /> としての値。</returns>
  953. <exception cref="T:System.FormatException">The current node's string value cannot be converted to a <see cref="T:System.Double" />.</exception>
  954. <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="T:System.Double" /> is not valid.</exception>
  955. </member>
  956. <member name="P:System.Xml.XPath.XPathNavigator.ValueAsInt">
  957. <summary>現在のノードの値を <see cref="T:System.Int32" /> として取得します。</summary>
  958. <returns>現在のノードの <see cref="T:System.Int32" /> としての値。</returns>
  959. <exception cref="T:System.FormatException">The current node's string value cannot be converted to a <see cref="T:System.Int32" />.</exception>
  960. <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="T:System.Int32" /> is not valid.</exception>
  961. </member>
  962. <member name="P:System.Xml.XPath.XPathNavigator.ValueAsLong">
  963. <summary>現在のノードの値を <see cref="T:System.Int64" /> として取得します。</summary>
  964. <returns>現在のノードの <see cref="T:System.Int64" /> としての値。</returns>
  965. <exception cref="T:System.FormatException">The current node's string value cannot be converted to a <see cref="T:System.Int64" />.</exception>
  966. <exception cref="T:System.InvalidCastException">The attempted cast to <see cref="T:System.Int64" /> is not valid.</exception>
  967. </member>
  968. <member name="P:System.Xml.XPath.XPathNavigator.ValueType">
  969. <summary>現在のノードの .NET Framework <see cref="T:System.Type" /> を取得します。</summary>
  970. <returns>現在のノードの .NET Framework <see cref="T:System.Type" />。既定値は <see cref="T:System.String" /> です。</returns>
  971. </member>
  972. <member name="M:System.Xml.XPath.XPathNavigator.WriteSubtree(System.Xml.XmlWriter)">
  973. <summary>現在のノードとその子ノードを、指定された <see cref="T:System.Xml.XmlWriter" /> オブジェクトにストリーム転送します。</summary>
  974. <param name="writer">ストリーム転送先の <see cref="T:System.Xml.XmlWriter" /> オブジェクト。</param>
  975. </member>
  976. <member name="P:System.Xml.XPath.XPathNavigator.XmlLang">
  977. <summary>現在のノードの xml:lang スコープを取得します。</summary>
  978. <returns>xml:lang スコープの値が格納された <see cref="T:System.String" />。または、返す xml:lang スコープの値が現在のノードにない場合は <see cref="F:System.String.Empty" />。</returns>
  979. </member>
  980. <member name="T:System.Xml.XPath.XPathNodeIterator">
  981. <summary>選択したノード セットに対する反復子を提供します。</summary>
  982. </member>
  983. <member name="M:System.Xml.XPath.XPathNodeIterator.#ctor">
  984. <summary>
  985. <see cref="T:System.Xml.XPath.XPathNodeIterator" /> クラスの新しいインスタンスを初期化します。</summary>
  986. </member>
  987. <member name="M:System.Xml.XPath.XPathNodeIterator.Clone">
  988. <summary>派生クラスでオーバーライドされた場合、この <see cref="T:System.Xml.XPath.XPathNodeIterator" /> オブジェクトの複製を返します。</summary>
  989. <returns>この <see cref="T:System.Xml.XPath.XPathNodeIterator" /> オブジェクトを複製した新しい <see cref="T:System.Xml.XPath.XPathNodeIterator" /> オブジェクト。</returns>
  990. </member>
  991. <member name="P:System.Xml.XPath.XPathNodeIterator.Count">
  992. <summary>選択したノード セットの最後のノードのインデックスを取得します。</summary>
  993. <returns>選択したノード セットの最後のノードのインデックス。ノードが選択されていない場合は 0。</returns>
  994. </member>
  995. <member name="P:System.Xml.XPath.XPathNodeIterator.Current">
  996. <summary>派生クラスでオーバーライドされると、現在のコンテキスト ノードに配置されている、この <see cref="T:System.Xml.XPath.XPathNavigator" /> に対する <see cref="T:System.Xml.XPath.XPathNodeIterator" /> オブジェクトを取得します。</summary>
  997. <returns>ノード セットの選択元であるコンテキスト ノードに配置されている <see cref="T:System.Xml.XPath.XPathNavigator" /> オブジェクト。<see cref="T:System.Xml.XPath.XPathNodeIterator" /> を選択ノード セットの最初のノードに移動するには、<see cref="M:System.Xml.XPath.XPathNodeIterator.MoveNext" /> メソッドを呼び出す必要があります。</returns>
  998. </member>
  999. <member name="P:System.Xml.XPath.XPathNodeIterator.CurrentPosition">
  1000. <summary>派生クラスでオーバーライドされると、選択したノード セットの現在の位置のインデックスを取得します。</summary>
  1001. <returns>現在の位置のインデックス。</returns>
  1002. </member>
  1003. <member name="M:System.Xml.XPath.XPathNodeIterator.GetEnumerator">
  1004. <summary>選択したノード セットを反復処理する <see cref="T:System.Collections.IEnumerator" /> オブジェクトを返します。</summary>
  1005. <returns>選択したノード セットを反復処理する <see cref="T:System.Collections.IEnumerator" /> オブジェクト。</returns>
  1006. </member>
  1007. <member name="M:System.Xml.XPath.XPathNodeIterator.MoveNext">
  1008. <summary>派生クラスでオーバーライドされた場合、<see cref="P:System.Xml.XPath.XPathNodeIterator.Current" /> プロパティによって返された <see cref="T:System.Xml.XPath.XPathNavigator" /> オブジェクトを、選択したノード セットの次のノードへ移動します。</summary>
  1009. <returns>
  1010. <see cref="T:System.Xml.XPath.XPathNavigator" /> オブジェクトが次のノードへ移動した場合は true。それ以上選択したノードが存在しない場合は false。</returns>
  1011. </member>
  1012. <member name="T:System.Xml.XPath.XPathNodeType">
  1013. <summary>
  1014. <see cref="T:System.Xml.XPath.XPathNavigator" /> クラスから返される XPath ノード型を定義します。</summary>
  1015. </member>
  1016. <member name="F:System.Xml.XPath.XPathNodeType.All">
  1017. <summary>任意の <see cref="T:System.Xml.XPath.XPathNodeType" /> ノード型。</summary>
  1018. </member>
  1019. <member name="F:System.Xml.XPath.XPathNodeType.Attribute">
  1020. <summary>id='123' などの属性。</summary>
  1021. </member>
  1022. <member name="F:System.Xml.XPath.XPathNodeType.Comment">
  1023. <summary>&lt;!-- my comment --&gt; などのコメント。</summary>
  1024. </member>
  1025. <member name="F:System.Xml.XPath.XPathNodeType.Element">
  1026. <summary>&lt;element&gt; などの要素。</summary>
  1027. </member>
  1028. <member name="F:System.Xml.XPath.XPathNodeType.Namespace">
  1029. <summary>xmlns="namespace" などの名前空間。</summary>
  1030. </member>
  1031. <member name="F:System.Xml.XPath.XPathNodeType.ProcessingInstruction">
  1032. <summary>&lt;?pi test?&gt; などの処理命令。XML 宣言は <see cref="T:System.Xml.XPath.XPathNavigator" /> クラスから参照できないため、これには含まれません。</summary>
  1033. </member>
  1034. <member name="F:System.Xml.XPath.XPathNodeType.Root">
  1035. <summary>XML ドキュメントまたはノード ツリーのルート ノード。</summary>
  1036. </member>
  1037. <member name="F:System.Xml.XPath.XPathNodeType.SignificantWhitespace">
  1038. <summary>空白文字を含み、xml:space が preserve に設定されているノード。</summary>
  1039. </member>
  1040. <member name="F:System.Xml.XPath.XPathNodeType.Text">
  1041. <summary>ノードのテキストの内容。ドキュメント オブジェクト モデル (DOM: Document Object Model) Text 型および CDATA ノード型と等価です。少なくとも 1 文字を含みます。</summary>
  1042. </member>
  1043. <member name="F:System.Xml.XPath.XPathNodeType.Whitespace">
  1044. <summary>空白文字だけを含み、有意な空白を含まないノード。空白文字は #x20、#x9、#xD、または #xA です。</summary>
  1045. </member>
  1046. <member name="T:System.Xml.XPath.XPathResultType">
  1047. <summary>XPath 式の戻り値の型を指定します。</summary>
  1048. </member>
  1049. <member name="F:System.Xml.XPath.XPathResultType.Any">
  1050. <summary>任意の XPath ノード型。</summary>
  1051. </member>
  1052. <member name="F:System.Xml.XPath.XPathResultType.Boolean">
  1053. <summary>
  1054. <see cref="T:System.Boolean" />true 値、または false 値。</summary>
  1055. </member>
  1056. <member name="F:System.Xml.XPath.XPathResultType.Error">
  1057. <summary>式が正しい XPath 型を評価しません。</summary>
  1058. </member>
  1059. <member name="F:System.Xml.XPath.XPathResultType.Navigator">
  1060. <summary>ツリー フラグメント。</summary>
  1061. </member>
  1062. <member name="F:System.Xml.XPath.XPathResultType.NodeSet">
  1063. <summary>ノード コレクション。</summary>
  1064. </member>
  1065. <member name="F:System.Xml.XPath.XPathResultType.Number">
  1066. <summary>数値を指定します。</summary>
  1067. </member>
  1068. <member name="F:System.Xml.XPath.XPathResultType.String">
  1069. <summary>
  1070. <see cref="T:System.String" /> 値。</summary>
  1071. </member>
  1072. </members>
  1073. </doc>