Moduleurn:org:ten60:netkernel:ext:kernel
The
trace
accessor is exported by the urn:org:ten60:netkernel:ext:kernel module.
Import this module to gain access to the accessor.
Syntax
Argument | Rules | Description | operand | Mandatory | the URI of a resource to trace resolution of. | operator | Optional | override default behaviour |
Example UsageDPML<instr> <type>trace</type> <operand>index.html</operand> <operator> <trace> <module>urn:mymodule</module> <inheritSuper /> </trace> </operator> <target>var:result</target> </instr> NetKernel Foundation API
req=context.createSubRequest("active:trace");
req.addArgument("operand", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req); Purpose |