UTF-X, Unit Testing Framework - Xslt

utfx.framework
Interface SourceParser

All Known Implementing Classes:
DefaultSourceParser, SourceParserWrapper

public interface SourceParser

SourceParser interface. Implement this interface to provide a custom way of parsing your 'source' fragments.

Copyright © 2004 - University of Southern Queensland.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License v2 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

$Source: /cvs/utf-x/framework/src/java/utfx/framework/SourceParser.java,v $

Version:
$Revision: 1.1 $ $Date: 2005/03/23 02:25:13 $ $Name: release_0_0_8_alpha $
Author:
Jacek Radajewski

Method Summary
 javax.xml.transform.Source getSource(java.io.InputStream is)
          Creates a transformer.Source from an input stream.
 

Method Detail

getSource

javax.xml.transform.Source getSource(java.io.InputStream is)
                                     throws java.lang.Exception
Creates a transformer.Source from an input stream.

Parameters:
is - InputStream with the content of the <source> element.
Returns:
transformer.Source
Throws:
java.lang.Exception

UTF-X, Unit Testing Framework - Xslt