|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jafer.util.XMLFileUriResolver
public class XMLFileUriResolver
This class resolves all XSLT transformer references from with in an XSLT stylesheet
Field Summary | |
---|---|
private java.lang.String |
packageRef
Stores a reference to package that should be placed before the href to retrieve the requested file |
Constructor Summary | |
---|---|
XMLFileUriResolver(java.lang.String packageRef)
Constructor |
Method Summary | |
---|---|
javax.xml.transform.Source |
resolve(java.lang.String href,
java.lang.String base)
Resolves any references inside XSLT that require |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String packageRef
Constructor Detail |
---|
public XMLFileUriResolver(java.lang.String packageRef)
packageRef
- Ref of the package that should be placed before the
href to retrieve the requested file format org/jafer ....Method Detail |
---|
public javax.xml.transform.Source resolve(java.lang.String href, java.lang.String base) throws javax.xml.transform.TransformerException
resolve
in interface javax.xml.transform.URIResolver
href
- An href attribute, which may be relative or absolute.base
- The base URI against which the first argument will be made
absolute if the absolute URI is required.
javax.xml.transform.TransformerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |