tomp.ext
Interface Source

All Known Implementing Classes:
FileSource, Style, Transformation2DOM, TreeSource, URLSource

public interface Source

The Source objects act as an abstract source for providing a (possibly validated) javax.xml.transfom.Source.


Method Summary
 javax.xml.transform.Source getAsSource()
           
 java.lang.String id()
          id of this Source
 boolean isReady()
          is the Source ready?
 boolean isValid()
          is the Source valid?
 

Method Detail

getAsSource

public javax.xml.transform.Source getAsSource()
                                       throws EXTException
EXTException

id

public java.lang.String id()
id of this Source


isValid

public boolean isValid()
                throws EXTException
is the Source valid?

EXTException

isReady

public boolean isReady()
                throws EXTException
is the Source ready?

EXTException