Show / Hide Table of Contents

Working with External Functions

Figaro allows you to define your own functions using the .NET Framework that you can access from XQuery. To do this, you must provide an implementation of XmlExternalFunction, and you must implement a XQueryResolver class that resolves which external function to call.

In This Section

  • Implementing XmlExternalFunction
  • Implementing XQueryResolver
  • Calling External Functions from XQuery

See Also

  • XmlExternalFunction
  • XQueryResolver
  • Container
  • Using XQuery
  • Improve this Doc
Back to top Copyright © 2007-2017 Endpoint Systems, an Oracle Gold and Microsoft Partner
Generated by DocFX