Save This Page
Home » Xerces-J-src.2.9.1 » org.apache.xerces » jaxp » [javadoc | source]
org.apache.xerces.jaxp
public class: DocumentBuilderImpl [javadoc | source]
java.lang.Object
   javax.xml.parsers.DocumentBuilder
      org.apache.xerces.jaxp.DocumentBuilderImpl

All Implemented Interfaces:
    JAXPConstants

Constructor:
 DocumentBuilderImpl(DocumentBuilderFactoryImpl dbf,
    Hashtable dbfAttrs,
    Hashtable features) throws SAXNotSupportedException, SAXNotRecognizedException 
 DocumentBuilderImpl(DocumentBuilderFactoryImpl dbf,
    Hashtable dbfAttrs,
    Hashtable features,
    boolean secureProcessing) throws SAXNotSupportedException, SAXNotRecognizedException 
Method from org.apache.xerces.jaxp.DocumentBuilderImpl Summary:
getDOMImplementation,   getDOMParser,   getSchema,   isNamespaceAware,   isValidating,   isXIncludeAware,   newDocument,   parse,   reset,   setEntityResolver,   setErrorHandler
Methods from javax.xml.parsers.DocumentBuilder:
getDOMImplementation,   getSchema,   isNamespaceAware,   isValidating,   isXIncludeAware,   newDocument,   parse,   parse,   parse,   parse,   parse,   reset,   setEntityResolver,   setErrorHandler
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.xerces.jaxp.DocumentBuilderImpl Detail:
 public DOMImplementation getDOMImplementation() 
 DOMParser getDOMParser() 
 public Schema getSchema() 
 public boolean isNamespaceAware() 
 public boolean isValidating() 
 public boolean isXIncludeAware() 
    Gets the XInclude processing mode for this parser
 public Document newDocument() 
    Non-preferred: use the getDOMImplementation() method instead of this one to get a DOM Level 2 DOMImplementation object and then use DOM Level 2 methods to create a DOM Document object.
 public Document parse(InputSource is) throws IOException, SAXException 
 public  void reset() 
 public  void setEntityResolver(EntityResolver er) 
 public  void setErrorHandler(ErrorHandler eh)