XQuery.ToXQueryX Method (string, BoundarySpace)XQuery.ToXQueryX Method (String, BoundarySpace)XQuery::ToXQueryX Method (String^, BoundarySpace)
Returns an IXPathNavigableIXPathNavigableIXPathNavigable over the specified XQuery converted to
the XML Syntax for XQuery 1.0 (XQueryX).
Syntax
Public Shared Function ToXQueryX( _ query As String, _ boundarySpace As BoundarySpace _ ) As System.Xml.XPath.IXPathNavigable
public static System.Xml.XPath.IXPathNavigable ToXQueryX( string query, BoundarySpace boundarySpace )
public: static System.Xml.XPath::IXPathNavigable^ ToXQueryX( String^ query, BoundarySpace boundarySpace )
Parameters
- query
Type: System.StringSystem.StringSystem::String^
The XQuery 1.0 program to convert to XML syntax.
- boundarySpace
Type: XmlPrime.BoundarySpaceXmlPrime.BoundarySpaceXmlPrime::BoundarySpace
The default boundary space policy used in the conversion.
Return Value
Type: System.Xml.XPath.IXPathNavigableSystem.Xml.XPath.IXPathNavigableSystem.Xml.XPath::IXPathNavigable^
An IXPathNavigableIXPathNavigableIXPathNavigable over the specified XQuery.
Exceptions
Exception | Condition |
XdmExceptionXdmExceptionXdmException | An error occurred parsing the query. |