|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DTSCascadeURIResolver
A URI resolver that implements this interface can be installed in a cascade of uri resolvers. Cascading uri resolvers has the advantage that if the output of one resolver needs specific post processing it can be implemented in a wrapper class and it will work regardless of the position in the cascade.
| Method Summary | |
|---|---|
javax.xml.transform.URIResolver |
getNextResolver()
The next resolved in the cascade. null means this is the last resolver |
void |
setNextResolver(javax.xml.transform.URIResolver newNextResolver)
Sets the next resolver to the resolver specified in the parameter |
| Methods inherited from interface javax.xml.transform.URIResolver |
|---|
resolve |
| Method Detail |
|---|
javax.xml.transform.URIResolver getNextResolver()
void setNextResolver(javax.xml.transform.URIResolver newNextResolver)
newNextResolver -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||