public class NodeQueryRegistry
extends java.lang.Object
ImplementationIF
Constructor and Description |
---|
NodeQueryRegistry(XSDContextIF ctx,
java.util.List<Nodequery> queries)
Create the registry by passing the node query list.
|
public NodeQueryRegistry(XSDContextIF ctx, java.util.List<Nodequery> queries) throws InitializationFailedException
ctx
- the context.queries
- the list.InitializationFailedException
- if initialization fails.public NodeQuery get(java.lang.String name)
name
- the name of the requested query.public void destroy()