オーバーロード | 解説 |
---|---|
MoveToNext() | 現在のノードの次の兄弟に移動します。 |
MoveToNext(String,String) | Moves the System.Xml.XPath.XPathNavigator to the next sibling node with the local name and namespace URI specified. System.Xml.XPath.XPathNavigatorから継承されます。 |
MoveToNext(XPathNodeType) | Moves the System.Xml.XPath.XPathNavigator to the next sibling node of the current node that matches the System.Xml.XPath.XPathNodeType specified. System.Xml.XPath.XPathNavigatorから継承されます。 |