tomp.ext.transform
Class Transformation2DOM

java.lang.Object
  |
  +--tomp.ext.Base
        |
        +--tomp.ext.Transformation
              |
              +--tomp.ext.transform.Transformation2DOM
All Implemented Interfaces:
Source

public class Transformation2DOM
extends Transformation
implements Source


Field Summary
protected  net.sf.saxon.om.Builder builder
           
 
Fields inherited from class tomp.ext.Transformation
result, source, transformer
 
Fields inherited from class tomp.ext.Base
action, application, status, STATUS, STATUS_ABORTED, STATUS_IN_PROCESSING, STATUS_NOT_PROCESSED, STATUS_READY, STATUS_READY_INVALID, STATUS_READY_VALID, validator
 
Constructor Summary
Transformation2DOM(Action action, java.lang.String id, Validator v, Source src, Style sty)
           
 
Method Summary
 javax.xml.transform.Source getAsRawSource()
          The getAsRawSource() is actually abstract in this abstract class.
 
Methods inherited from class tomp.ext.Transformation
close, setContentType, setParameter, update
 
Methods inherited from class tomp.ext.Base
abortProcessing, commitProcessing, getAsSource, id, isReady, isValid, startProcessing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface tomp.ext.Source
getAsSource, id, isReady, isValid
 

Field Detail

builder

protected net.sf.saxon.om.Builder builder
Constructor Detail

Transformation2DOM

public Transformation2DOM(Action action,
                          java.lang.String id,
                          Validator v,
                          Source src,
                          Style sty)
                   throws EXTException
Method Detail

getAsRawSource

public javax.xml.transform.Source getAsRawSource()
                                          throws EXTException
Description copied from class: Base

The getAsRawSource() is actually abstract in this abstract class. It will return a source before validation.

Will be overloaded in any subclass.

Overrides:
getAsRawSource in class Base
EXTException