com.saxonica.schema.sdoc
Class SchemaDocumentTransformer

java.lang.Object
  extended by com.saxonica.schema.sdoc.SchemaDocumentTransformer

public class SchemaDocumentTransformer
extends Object

Class that applies a standard transformation to a schema document: specifically, the chameleon transformation or the override transformation


Constructor Summary
SchemaDocumentTransformer(Configuration config, String filename)
           
 
Method Summary
 DocumentInfo transform(SchemaCompiler compiler, PipelineConfiguration pipe, SchemaElement referrer, Source input, Map<StructuredQName,ValueRepresentation> params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaDocumentTransformer

public SchemaDocumentTransformer(Configuration config,
                                 String filename)
                          throws SchemaException
Throws:
SchemaException
Method Detail

transform

public DocumentInfo transform(SchemaCompiler compiler,
                              PipelineConfiguration pipe,
                              SchemaElement referrer,
                              Source input,
                              Map<StructuredQName,ValueRepresentation> params)
                       throws SchemaException
Throws:
SchemaException


Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.