System::Xml::XPath::XPathNavigator::MoveToChild 메서드

XPathNavigator::MoveToChild(String, String) method

지정된 로컬 이름과 네임스페이스 URI를 가진 자식 노드로 XPathNavigator를 이동합니다.

virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(String localName, String namespaceURI)
매개변수형식설명
localNameString이동할 자식 노드의 로컬 이름.
namespaceURIString이동할 자식 노드의 네임스페이스 URI.

ReturnValue

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

또 보기

XPathNavigator::MoveToChild(XPathNodeType) method

지정된 XPathNodeType의 자식 노드로 XPathNavigator를 이동합니다.

virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(XPathNodeType type)
매개변수형식설명
typeXPathNodeType이동할 자식 노드의 XPathNodeType.

ReturnValue

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

또 보기