|
UTF-X, Unit Testing Framework - Xslt | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object utfx.framework.DefaultSourceParser
public class DefaultSourceParser
Default implementation of the SourceParser interface. This implementation uses a SAX parser.
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/DefaultSourceParser.java,v $
Constructor Summary | |
---|---|
DefaultSourceParser()
create a new DefaultSourceParser |
Method Summary | |
---|---|
javax.xml.transform.Source |
getSource(java.io.InputStream inStream)
Creates a transformer.Source from an input stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultSourceParser()
Method Detail |
---|
public javax.xml.transform.Source getSource(java.io.InputStream inStream) throws java.lang.Exception
SourceParser
getSource
in interface SourceParser
inStream
- InputStream with the content of the <source> element.
java.lang.Exception
SourceParser.getSource(java.io.InputStream)
|
UTF-X, Unit Testing Framework - Xslt | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |