Clone()

XPathExpression::Clone() method

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

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

Return Value

A new XPathExpression object.

See Also