UIX 2.2.16

oracle.cabo.share.expl
Interface PrefixMapper


public interface PrefixMapper

PrefixMapper is the abstraction for mapping prefixes to namespaces.


Method Summary
 java.lang.String getNamespaceURI(java.lang.String prefix)
          Returns the namespace uri for this prefix.
 

Method Detail

getNamespaceURI

public java.lang.String getNamespaceURI(java.lang.String prefix)
Returns the namespace uri for this prefix.

UIX 2.2.16