|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.colle.xml.SystemResourceResolver
Resolves documents used in transformations. Uses the base transformation to resolve child documents if necessary. This helps resolve some documents that are otherwise unresolveable. Especially for Xalan's broken document() function that will call resolve("{doc}", null). Created: 23 Dec 2001
| Constructor Summary | |
SystemResourceResolver(String psBaseTransformation)
Singleton. |
|
| Method Summary | |
static URL |
getResource(String psPath)
|
javax.xml.transform.Source |
resolve(String psHref,
String psBase)
Resolves a source. |
static org.jdom.transform.JDOMSource |
resolve(URL pxURL)
Resolves a source. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SystemResourceResolver(String psBaseTransformation)
| Method Detail |
public javax.xml.transform.Source resolve(String psHref,
String psBase)
throws javax.xml.transform.TransformerException
resolve in interface javax.xml.transform.URIResolverjavax.xml.transform.TransformerExceptionpublic static URL getResource(String psPath)
public static org.jdom.transform.JDOMSource resolve(URL pxURL)
throws FileNotFoundException
FileNotFoundException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||