} catch(Throwable ex) {
}
// If Xerces if available in the path, using it
if(builder.getClass().getName().startsWith("org.apache.xerces")) { //$NON-NLS-1$
s_parserDriver = new XercesDriver();
return;
}
// If the Sun version of Xerces is available, then use the full Sun Xerces driver
if(builder.getClass().getName().startsWith("com.sun.org.apache.xerces")) { //$NON-NLS-1$