All Classes |Grouped Classes |Index

Function select_nodes

Returns all the nodes matching the specified xpath expression using this node as the context node.

	std::vector<CL_DomNode> CL_DomNode::select_nodes(
		const CL_DomString & xpath_expression);