The methods of the ModuleRunner class are listed below. For a complete list of ModuleRunner class members, see the ModuleRunner Members topic.
![]() Main | Command-line main() method to invoke a module. |
Equals (inherited from Object) | |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
Invoke | Invoke the module with the given URI and return the resulting ResultSequence. |
InvokeToSingleString | Invoke the module with the given URI and return the resulting ResultSequence as a single String concatenation of all the values. |
InvokeToStringArray | Invoke the module with the given URI and return the resulting ResultSequence as an array of Strings. |
ToString (inherited from Object) |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
ModuleRunner Class | Marklogic.Xcc.Examples Namespace