org.oXML.xpath
Interface NamespaceResolver


public interface NamespaceResolver

helper for binding namespace prefixes and types


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()