org.mycore.common.xml
Interface MCRURIResolver.MCRResolver

Enclosing class:
MCRURIResolver

public static interface MCRURIResolver.MCRResolver

Resolver interface. use this to implement custom URI schemes.

Author:
Thomas Scheffler (yagee)

Method Summary
 Element resolveElement(String URI)
          resolves an Element for XSLT process
 

Method Detail

resolveElement

Element resolveElement(String URI)
                       throws Exception
resolves an Element for XSLT process

Parameters:
URI - String in URI Syntax
Returns:
Throws:
Exception