org.apache.excalibur.xml.xpath
Interface PrefixResolver

All Known Implementing Classes:
AbstractProcessorImpl

public interface PrefixResolver

Implement this interface in case you want to provide your own prefix resolving when evaluating XPath expressions.

Author:
Avalon Development Team

Method Summary
 java.lang.String prefixToNamespace(java.lang.String prefix)
          Given a namespace prefix, return the corresponding namespace URI, or null if the namespace prefix is not known.
 

Method Detail

prefixToNamespace

public java.lang.String prefixToNamespace(java.lang.String prefix)
Given a namespace prefix, return the corresponding namespace URI, or null if the namespace prefix is not known.



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.