public interface ImplementationIF
Modifier and Type | Method and Description |
---|---|
XSDContextIF |
getContext()
Get the context.
|
java.lang.Object |
getDescriptor()
Get the xml tree descriptor.
|
void |
init()
Initialize the work and perform checks for a successful execution.
|
void |
setArguments(java.util.Properties arguments)
Set argument property map.
|
void |
setContext(XSDContextIF ctx)
Set the context.
|
void |
setDescriptor(java.lang.Object descriptor)
Set the xml tree descriptor.
|
void setContext(XSDContextIF ctx)
ctx
- the context.XSDContextIF getContext()
void setArguments(java.util.Properties arguments) throws InvalidArgumentException
arguments
- the property mapInvalidArgumentException
- if the arguments are not valid.void setDescriptor(java.lang.Object descriptor) throws InvalidDescriptorException
descriptor
- the tree node.InvalidDescriptorException
- if the descriptor isn't valid.java.lang.Object getDescriptor()
void init() throws InitializationFailedException
InitializationFailedException
- if the initialization fails.