+

Search Tips   |   Advanced Search

View the results

After the application has prepared or loaded the XExecutable object for an XPath expression (an XPathExecutable object), an XSLT stylesheet (an XSLTExecutable object), or an XQuery expression (an XQueryExecutable object), we apply the XExecutable object to some input and then do something with the result. The source of the input that we provide and what we would like to do with the result determine which of the execute methods we use.


Tasks

  • Navigating with XSequenceCursor
  • Navigating with XTreeCursor
  • Serializing the results
  • Perform basic XSLT operations
  • Use a result resolver at execution time