|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.kernow.util.FileUtil
public class FileUtil
Constructor Summary | |
---|---|
FileUtil()
|
Method Summary | |
---|---|
static javax.xml.transform.Result |
createResult(java.lang.String s)
Creates a Result from a String by calling createURLFromString() |
static javax.xml.transform.Source |
createSource(java.lang.String s)
Creates a Source from a String by calling createURLFromString() |
static java.net.URI |
createURI(java.lang.String s)
Creates a URI from a given String. |
static java.lang.String |
escapeSpaces(java.lang.String s)
Copied verbatim from Saxon's ResolveURI.java Replace spaces by %20 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileUtil()
Method Detail |
---|
public static java.lang.String escapeSpaces(java.lang.String s)
public static java.net.URI createURI(java.lang.String s) throws java.net.URISyntaxException
java.net.URISyntaxException
public static javax.xml.transform.Source createSource(java.lang.String s) throws java.net.URISyntaxException
createURLFromString()
java.net.URISyntaxException
public static javax.xml.transform.Result createResult(java.lang.String s) throws java.net.URISyntaxException
createURLFromString()
java.net.URISyntaxException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |