Share via


Class Renaming Options

Several options exist for class renaming. You may:

  • Specify classes to be renamed while keeping their namespace membership (keepnamespace)
  • Rename namespace names while preserving namespace hierarchy (keephierarchy)
  • Rename completely, removing the notion of namespace (default).
<renaming>
<!—- NOTE: these two options are mutually exclusive -->

 <!--  Keep namespaces as they are, but rename types. -->
 <option>keepnamespace</option>

 <!-- Preserves namespace hierarchy but rename --> 
 <!-- namespace names -->
 <option>keephierarchy</option>
 ...
</renaming>

In this section

Keepnamespace Renaming Option

Keephierarchy Renaming Option

Full Class Renaming (default)

© 2002-2007 PreEmptive Solutions. All rights reserved.