バージョン

XPathDataNavigator クラス メンバ

XPathDataNavigatorデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタXPathDataNavigator コンストラクタ現在のオブジェクトでデータ ナビゲーションを作成します。  
トップ
パブリック プロパティ
 名前解説
Public プロパティAttributeIndexノードの現在の属性インデックス。  
Public プロパティBaseURIオーバーライドされます。 グリッドの基本 URI。「我々の」データを識別するために。  
Public プロパティCanEditGets a value indicating whether the System.Xml.XPath.XPathNavigator can edit the underlying XML data. System.Xml.XPath.XPathNavigatorから継承されます。
Public プロパティCurrentナビゲータの現在のオブジェクト。  
Public プロパティHasAttributesオーバーライドされます。 現在のノードに属性があるかどうかを示します。  
Public プロパティHasChildrenオーバーライドされます。 現在のノードに子があるかどうかを示します。  
Public プロパティInnerXmlGets or sets the markup representing the child nodes of the current node. System.Xml.XPath.XPathNavigatorから継承されます。
Public プロパティIsEmptyElementオーバーライドされます。 現在のノードが空かどうかを示す値を返します。すべてのグリッドのデータ ノードは通常空ではありません。  
Public プロパティIsNodeGets a value indicating if the current node represents an XPath node. System.Xml.XPath.XPathNavigatorから継承されます。
Public プロパティLocalNameオーバーライドされます。 接頭辞と名前空間のない現在のノードのローカル表現。  
Public プロパティNameオーバーライドされます。 現在のノードのフルネーム。  
Public プロパティNamespaceURIオーバーライドされます。 ノードの URI。  
Public プロパティNameTableオーバーライドされます。 実装に関連づけられた名前テーブル。  
Public プロパティNodeTypeオーバーライドされます。 現在のノードのタイプ。  
Public プロパティOuterXmlオーバーライドされます。 XPathDataNavigator のデータのテキスト表現。  
Public プロパティPrefixオーバーライドされます。 ノードの接頭辞。  
Public プロパティSchemaInfoGets the schema information that has been assigned to the current node as a result of schema validation. System.Xml.XPath.XPathNavigatorから継承されます。
Public プロパティTypedValueGets the current node as a boxed object of the most appropriate .NET Framework type. System.Xml.XPath.XPathNavigatorから継承されます。
Public プロパティUnderlyingObjectUsed by System.Xml.XPath.XPathNavigator implementations which provide a "virtualized" XML view over a store, to provide access to underlying objects. System.Xml.XPath.XPathNavigatorから継承されます。
Public プロパティValueオーバーライドされます。 ノードの値。  
Public プロパティValueAsBooleanGets the current node's value as a System.Boolean. System.Xml.XPath.XPathNavigatorから継承されます。
Public プロパティValueAsDateTimeGets the current node's value as a System.DateTime. System.Xml.XPath.XPathNavigatorから継承されます。
Public プロパティValueAsDoubleGets the current node's value as a System.Double. System.Xml.XPath.XPathNavigatorから継承されます。
Public プロパティValueAsIntGets the current node's value as an System.Int32. System.Xml.XPath.XPathNavigatorから継承されます。
Public プロパティValueAsLongGets the current node's value as an System.Int64. System.Xml.XPath.XPathNavigatorから継承されます。
Public プロパティValueTypeGets the .NET Framework System.Type of the current node. System.Xml.XPath.XPathNavigatorから継承されます。
Public プロパティXmlLangオーバーライドされます。 Xml 言語。  
Public プロパティXmlTypeGets the System.Xml.Schema.XmlSchemaType information for the current node. System.Xml.XPath.XPathNavigatorから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドAppendChildオーバーロードされます。 Returns an System.Xml.XmlWriter object used to create one or more new child nodes at the end of the list of child nodes of the current node. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドAppendChildElementCreates a new child element node at the end of the list of child nodes of the current node using the namespace prefix, local name and namespace URI specified with the value specified. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドCheckValidityVerifies that the XML data in the System.Xml.XPath.XPathNavigator conforms to the XML Schema definition language (XSD) schema provided. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドCloneオーバーライドされます。 ナビゲータ オブジェクトのクローンを作成します。  
Public メソッドComparePositionCompares the position of the current System.Xml.XPath.XPathNavigator with the position of the System.Xml.XPath.XPathNavigator specified. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドCompileCompiles a string representing an XPath expression and returns an System.Xml.XPath.XPathExpression object. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドCreateAttributeCreates an attribute node on the current element node using the namespace prefix, local name and namespace URI specified with the value specified. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドCreateAttributesReturns an System.Xml.XmlWriter object used to create new attributes on the current element. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドCreateNavigatorReturns a copy of the System.Xml.XPath.XPathNavigator. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドDeleteRangeDeletes a range of sibling nodes from the current node to the node specified. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドDeleteSelfDeletes the current node and its child nodes. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドEvaluateオーバーロードされます。 Evaluates the specified XPath expression and returns the typed result. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドGetAttributeオーバーライドされます。 名前および名前空間 URI でナビゲートされるノードから属性を取得します。  
Public メソッドGetNamespaceオーバーライドされます。 指定したローカル名に対応する名前空間ノードの値を返します。  
Public メソッドGetNamespacesInScopeReturns the in-scope namespaces of the current node. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドInsertAfterオーバーロードされます。 Returns an System.Xml.XmlWriter object used to create a new sibling node after the currently selected node. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドInsertBeforeオーバーロードされます。 Returns an System.Xml.XmlWriter object used to create a new sibling node before the currently selected node. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドInsertElementAfterCreates a new sibling element after the current node using the namespace prefix, local name and namespace URI specified, with the value specified. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドInsertElementBeforeCreates a new sibling element before the current node using the namespace prefix, local name, and namespace URI specified, with the value specified. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドIsDescendantDetermines whether the specified System.Xml.XPath.XPathNavigator is a descendant of the current System.Xml.XPath.XPathNavigator. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドIsSamePositionオーバーライドされます。 提供されたナビゲータが同じ位置にあるかどうかを決定します。  
Public メソッドLookupNamespaceGets the namespace URI for the specified prefix. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドLookupPrefixGets the prefix declared for the specified namespace URI. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドMatchesオーバーロードされます。 Determines whether the current node matches the specified System.Xml.XPath.XPathExpression. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドMoveToオーバーライドされます。 渡されたナビゲータに提供されているのと同じ位置に現在ノードを移動します。  
Public メソッドMoveToAttributeオーバーライドされます。 現在のノードで属性に移動します  
Public メソッドMoveToChildオーバーロードされます。 Moves the System.Xml.XPath.XPathNavigator to the child node with the local name and namespace URI specified. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドMoveToFirstオーバーライドされます。 現在のノードを最初の兄弟に移動します。  
Public メソッドMoveToFirstAttributeオーバーライドされます。 現在のノードの最初の属性に移動します。  
Public メソッドMoveToFirstChildオーバーライドされます。 現在のノードの最初の子にします。  
Public メソッドMoveToFirstNamespaceオーバーロードされます。 オーバーライドされます。 指定された XPathNamespaceScope に一致する最初の名前空間ノードに XPathNavigator を移動します。  
Public メソッドMoveToFollowingオーバーロードされます。 Moves the System.Xml.XPath.XPathNavigator to the element with the local name and namespace URI specified in document order. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドMoveToIdオーバーライドされます。 値が指定した文字列に一致するタイプ ID の属性を持つノードに移動します。  
Public メソッドMoveToNamespaceオーバーライドされます。 XPathNavigator を指定した名前空間接頭辞のある名前空間ノードに移動します。  
Public メソッドMoveToNextオーバーロードされます。 オーバーライドされます。 現在のノードの次の兄弟に移動します。  
Public メソッドMoveToNextAttributeオーバーライドされます。 現在のノードの次の属性に移動します。  
Public メソッドMoveToNextNamespaceオーバーロードされます。 オーバーライドされます。 指定された XPathNamespaceScope に一致する次の名前空間ノードに XPathNavigator を移動します。  
Public メソッドMoveToParentオーバーライドされます。 親ノードに移動します。  
Public メソッドMoveToPreviousオーバーライドされます。 現在のノードの前の兄弟に移動します。  
Public メソッドMoveToRootオーバーライドされます。 現在のノードのルート ノードに移動します。  
Public メソッドPrependChildオーバーロードされます。 Returns an System.Xml.XmlWriter object used to create a new child node at the beginning of the list of child nodes of the current node. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドPrependChildElementCreates a new child element at the beginning of the list of child nodes of the current node using the namespace prefix, local name, and namespace URI specified with the value specified. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドReadSubtreeReturns an System.Xml.XmlReader object that contains the current node and its child nodes. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドReplaceRangeReplaces a range of sibling nodes from the current node to the node specified. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドReplaceSelfオーバーロードされます。 Replaces the current node with the content of the string specified. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドSelectオーバーロードされます。 Selects a node set, using the specified XPath expression. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドSelectAncestorsオーバーロードされます。 Selects all the ancestor nodes of the current node that have a matching System.Xml.XPath.XPathNodeType. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドSelectChildrenオーバーロードされます。 Selects all the child nodes of the current node that have the matching System.Xml.XPath.XPathNodeType. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドSelectDescendantsオーバーロードされます。 Selects all the descendant nodes of the current node that have a matching System.Xml.XPath.XPathNodeType. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドSelectSingleNodeオーバーロードされます。 Selects a single node in the System.Xml.XPath.XPathNavigator using the specified XPath query. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドSetTypedValueSets the typed value of the current node. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドSetValueSets the value of the current node. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドToStringGets the text value of the current node. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドValueAsオーバーロードされます。 Gets the current node's value as the System.Type specified, using the System.Xml.IXmlNamespaceResolver object specified to resolve namespace prefixes. System.Xml.XPath.XPathNavigatorから継承されます。
Public メソッドWriteOuterXml  
Public メソッドWriteSubtreeStreams the current node and its child nodes to the System.Xml.XmlWriter object specified. System.Xml.XPath.XPathNavigatorから継承されます。
トップ
参照