An example of such a case is when a schema dynamically imports content from other schemas.
Instances of these objects are declared in the {@link Configuration#getContext()}. Example:
MyParserDelegate delegate = new MyParserDelegate(); Configuration configuration = ...; configuration.getContext().registerComponentInstance( delegate );@author Justin Deoliveira, OpenGEO @see ParserDelegate2 @source $URL$
|
|