2ronwalf * A class to convert URI's to QNames. Borrowed from SWOOP code. 2ronwalf // stores a map of uri -> prefix 2ronwalf // initialize it with standard stuff 2ronwalf //System.out.println("Couldn't find name for "+uriString); 2ronwalf //System.out.println("Name starts at beginning"); 2ronwalf //System.out.println("Uri: "+ uri + " Base: " +base); 2ronwalf //System.out.println("Prefix < 0"); 2ronwalf //System.out.println("Setting prefix "+prefix+": "+uri); 2ronwalf //System.out.println("Shortform for " + uri);