*/
public DocumentBuilderImpl(DocumentBuilderFactory dbFactory, Hashtable attributes)
throws SAXException
{
// Create parser
domParser = new DOMParser();
// Set namespace aware
domParser.setFeature(NAMESPACES_FEATURE, dbFactory.isNamespaceAware());
// Set validating