System::Xml::XPath::XPathExpression::Clone method

XPathExpression::Clone method

When overridden in a derived class, returns a clone of this XPathExpression.

virtual SharedPtr<XPathExpression> System::Xml::XPath::XPathExpression::Clone()=0

ReturnValue

A new XPathExpression object.

See Also