public abstract class TransformInputOutput
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.net.URI |
currentJavaWorkingDirectory |
Constructor and Description |
---|
TransformInputOutput()
Creates a new instance of TransformInputOutput
|
Modifier and Type | Method and Description |
---|---|
private static java.net.URI |
convertToNewWorkingDirectory(java.net.URI oldwd,
java.net.URI newwd,
java.net.URI file) |
protected static org.xml.sax.EntityResolver |
createRelativePathResolver(java.lang.String workingDirectory) |
abstract void |
parse(java.io.InputStream in,
java.io.OutputStream out) |
void |
parse(java.io.InputStream in,
java.io.OutputStream out,
java.lang.String workingDirectory) |
void |
parse(java.lang.String[] args) |
public TransformInputOutput()
public void parse(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
public abstract void parse(java.io.InputStream in, java.io.OutputStream out) throws java.lang.Exception
java.lang.Exception
public void parse(java.io.InputStream in, java.io.OutputStream out, java.lang.String workingDirectory) throws java.lang.Exception
java.lang.Exception
protected static org.xml.sax.EntityResolver createRelativePathResolver(java.lang.String workingDirectory)
private static java.net.URI convertToNewWorkingDirectory(java.net.URI oldwd, java.net.URI newwd, java.net.URI file) throws java.io.IOException, java.net.URISyntaxException
java.io.IOException
java.net.URISyntaxException