Package com.saxonica.ee.schema.sdoc
Class SchemaDocumentTransformer
- java.lang.Object
-
- com.saxonica.ee.schema.sdoc.SchemaDocumentTransformer
-
public class SchemaDocumentTransformer extends java.lang.Object
Class that applies a standard transformation to a schema document: specifically, the chameleon transformation or the override transformation
-
-
Constructor Summary
Constructors Constructor Description SchemaDocumentTransformer(Configuration config, java.lang.String filename)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TreeInfo
transform(SchemaCompiler compiler, PipelineConfiguration pipe, SchemaElement referrer, NodeInfo input, GlobalParameterSet params)
-
-
-
Constructor Detail
-
SchemaDocumentTransformer
public SchemaDocumentTransformer(Configuration config, java.lang.String filename) throws SchemaException
- Throws:
SchemaException
-
-
Method Detail
-
transform
public TreeInfo transform(SchemaCompiler compiler, PipelineConfiguration pipe, SchemaElement referrer, NodeInfo input, GlobalParameterSet params) throws SchemaException
- Throws:
SchemaException
-
-