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$
s_parserDriver = new XercesSunDriver();
return;
}
// Else use JAXP
// If the Xerces XPath API is available, then use it