org.vectomatic.dom.svg.utils
Interface XPathPrefixResolver

All Known Implementing Classes:
SVGPrefixResolver

public interface XPathPrefixResolver

Interface to provide XPath prefix resolution.

Author:
laaglu

Method Summary
 String resolvePrefix(String prefix)
          Returns the namespace URI which corresponds to this prefix.
 

Method Detail

resolvePrefix

String resolvePrefix(String prefix)
Returns the namespace URI which corresponds to this prefix. This method is called by the browser XPath engine when it evaluates XPath expressions which contain prefixes (like: /foo:bar/foo:boo)

Parameters:
prefix - The prefix to resolve
Returns:
The namespace URI which corresponds to this prefix


Copyright © 2012. All Rights Reserved.