Representational Aspects
This section contains a listing of all documented Aspects in currently
deployed modules in your system.
These aspects are the data types that can be used by accessors, transreptors and scripts.
The representation and aspect abstraction is presented here
.
To source a resource with a particular (Say SAX) aspect using the NetKernel Foundation API
you would use....
IAspectSAX saxAspect=context.sourceAspect("ffcpl:/path/doc.xml",IAspectSAX.class)
Important Note: Remember that in NetKernel an aspect must be immutable and the resource it contains should never be changed. Interfaces on an aspect named "ReadOnly" or
"Immutable" indicate that you will be interacting directly with the underlying object model - take great care with these methods and if you need to change
the resource you must first take care to clone it.