Metode System::Xml::XPath::XPathNavigator::MoveToChild

XPathNavigator::MoveToChild(String, String) method

Memindahkan XPathNavigator ke node anak dengan nama lokal dan URI ruang nama yang ditentukan.

virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(String localName, String namespaceURI)
ParameterTipeDeskripsi
localNameStringNama lokal dari node anak yang akan dipindahkan.
namespaceURIStringURI ruang nama dari node anak yang akan dipindahkan.

ReturnValue

true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.

Lihat Juga

XPathNavigator::MoveToChild(XPathNodeType) method

Memindahkan XPathNavigator ke node anak dari XPathNodeType yang ditentukan.

virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(XPathNodeType type)
ParameterTipeDeskripsi
typeXPathNodeTypeXPathNodeType dari node anak yang akan dipindahkan.

ReturnValue

true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.

Lihat Juga