System::Xml::XPath::XPathNavigator::SelectChildren method
Contents
[
Hide
]XPathNavigator::SelectChildren(String, String) method
Selects all the child nodes of the current node that have the local name and namespace URI specified.
virtual SharedPtr<XPathNodeIterator> System::Xml::XPath::XPathNavigator::SelectChildren(String name, String namespaceURI)
Parameter | Type | Description |
---|---|---|
name | String | The local name of the child nodes. |
namespaceURI | String | The namespace URI of the child nodes. |
ReturnValue
An XPathNodeIterator that contains the selected nodes.
See Also
- Typedef SharedPtr
- Class XPathNodeIterator
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::SelectChildren(XPathNodeType) method
Selects all the child nodes of the current node that have the matching XPathNodeType.
virtual SharedPtr<XPathNodeIterator> System::Xml::XPath::XPathNavigator::SelectChildren(XPathNodeType type)
Parameter | Type | Description |
---|---|---|
type | XPathNodeType | The XPathNodeType of the child nodes. |
ReturnValue
An XPathNodeIterator that contains the selected nodes.
See Also
- Typedef SharedPtr
- Class XPathNodeIterator
- Enum XPathNodeType
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++