XQuery.ToXQueryX Method (XmlNameTable, string, BoundarySpace)XQuery.ToXQueryX Method (XmlNameTable, String, BoundarySpace)XQuery::ToXQueryX Method (XmlNameTable^, String^, BoundarySpace)
- XmlPrime 2.4
- Other Versions ▼
Returns an IXPathNavigableIXPathNavigableIXPathNavigable over the specified XQuery converted to
the XML Syntax for XQuery 1.0 (XQueryX).
Syntax
Public Shared Function ToXQueryX( _ nameTable As System.Xml.XmlNameTable, _ query As String, _ boundarySpace As BoundarySpace _ ) As System.Xml.XPath.IXPathNavigable
public static System.Xml.XPath.IXPathNavigable ToXQueryX( System.Xml.XmlNameTable nameTable, string query, BoundarySpace boundarySpace )
public: static System.Xml.XPath::IXPathNavigable^ ToXQueryX( System.Xml::XmlNameTable^ nameTable, String^ query, BoundarySpace boundarySpace )
Parameters
- nameTable
Type: System.Xml.XmlNameTableSystem.Xml.XmlNameTableSystem.Xml::XmlNameTable^
The name table used for the converted document.
- query
Type: System.StringSystem.StringSystem::String^
The XQuery 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. |