public class CompositorTester
extends java.lang.Object
Builds a compositor given:
| Modifier and Type | Field and Description |
|---|---|
Compositor |
compositor
The compositor created by CompositorTester for the specified schema, instanceDocument, and xpath;
|
| Constructor and Description |
|---|
CompositorTester(java.lang.String schemaName,
java.lang.String xpath)
Constructor for the CompositorTester object
|
| Modifier and Type | Method and Description |
|---|---|
CompositorGuard |
getCompositorGuard(java.lang.String instanceDocPath) |
static void |
main(java.lang.String[] args)
Create a CompositorTester instance
|
public Compositor compositor
public CompositorTester(java.lang.String schemaName,
java.lang.String xpath)
throws java.lang.Exception
schemaLocation - Description of the ParameterinstanceDocPath - Description of the Parameterxpath - Description of the Parameterjava.lang.Exception - Description of the Exceptionpublic CompositorGuard getCompositorGuard(java.lang.String instanceDocPath)
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - The command line argumentsjava.lang.Exception - NOT YET DOCUMENTED