Extract
This method extracts a subset from the XML data using the given XPath expression.
Overload List:
-
This method extracts a subset from the XML data represented by the
OracleXmlTypeobject using the given XPath expression and a string parameter for namespace resolution. -
Extract(string, XmlNameSpaceManager)
This method extracts a subset from the XML data represented by the
OracleXmlTypeobject, using the given XPath expression and a .NETXmlNameSpaceManagerobject for namespace resolution.