You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by Don Stewart <Do...@corizon.com> on 2005/03/16 15:32:04 UTC

SchemaCopy

Hello again,
 
I know I keep asking bizarre questions but it's due to integrating
XmlBeans directly into other development tools.
 
In the main() of SchemaCopy it calls two static methods :-
 
Map thingsToCopy = findAllRelative(source, target);

copyAll(thingsToCopy, true);

 

The first is public and the second is private. I am trying to do the
same and wanted to use this class and it's methods. Is it therefore
possible to change copyAll to be public?

 

Many thanks in advance

 

Don