org.oXML.xpath
Interface Resolver

All Known Implementing Classes:
SimpleResolver

public interface Resolver

helper for binding namespace prefixes and source locations


Method Summary
 SourceLocator getLocation()
           
 Name getName(QName name)
          create a URI resolved Name from a QName with or without prefix
 Name getName(java.lang.String name)
          create a URI resolved Name from a string with a local part and optional prefix, eg 'foobar' or 'foo:bar'
 

Method Detail

getName

public Name getName(QName name)
             throws NamespaceException
create a URI resolved Name from a QName with or without prefix

Throws:
NamespaceException

getName

public Name getName(java.lang.String name)
             throws NamespaceException
create a URI resolved Name from a string with a local part and optional prefix, eg 'foobar' or 'foo:bar'

Throws:
NamespaceException

getLocation

public SourceLocator getLocation()