Uses of Class
org.apache.commons.betwixt.strategy.NamespacePrefixMapper

Packages that use NamespacePrefixMapper
org.apache.commons.betwixt This package contains the main betwixt introspection code. 
 

Uses of NamespacePrefixMapper in org.apache.commons.betwixt
 

Methods in org.apache.commons.betwixt that return NamespacePrefixMapper
 NamespacePrefixMapper IntrospectionConfiguration.getPrefixMapper()
          Gets the NamespacePrefixMapper used to convert namespace URIs into prefixes.
 

Methods in org.apache.commons.betwixt with parameters of type NamespacePrefixMapper
 void IntrospectionConfiguration.setPrefixMapper(NamespacePrefixMapper mapper)
          Sets the NamespacePrefixMapper used to convert namespave URIs into prefixes.
 



Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.