Save This Page
Home » Xerces-J-src.2.9.1 » org.apache.xerces » jaxp » [javadoc | source]
org.apache.xerces.jaxp
public class: DocumentBuilderFactoryImpl [javadoc | source]
java.lang.Object
   javax.xml.parsers.DocumentBuilderFactory
      org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
Method from org.apache.xerces.jaxp.DocumentBuilderFactoryImpl Summary:
getAttribute,   getFeature,   getSchema,   isXIncludeAware,   newDocumentBuilder,   setAttribute,   setFeature,   setSchema,   setXIncludeAware
Methods from javax.xml.parsers.DocumentBuilderFactory:
getAttribute,   getFeature,   getSchema,   isCoalescing,   isExpandEntityReferences,   isIgnoringComments,   isIgnoringElementContentWhitespace,   isNamespaceAware,   isValidating,   isXIncludeAware,   newDocumentBuilder,   newInstance,   newInstance,   setAttribute,   setCoalescing,   setExpandEntityReferences,   setFeature,   setIgnoringComments,   setIgnoringElementContentWhitespace,   setNamespaceAware,   setSchema,   setValidating,   setXIncludeAware
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.xerces.jaxp.DocumentBuilderFactoryImpl Detail:
 public Object getAttribute(String name) throws IllegalArgumentException 
    Allows the user to retrieve specific attributes on the underlying implementation.
 public boolean getFeature(String name) throws ParserConfigurationException 
 public Schema getSchema() 
 public boolean isXIncludeAware() 
 public DocumentBuilder newDocumentBuilder() throws ParserConfigurationException 
 public  void setAttribute(String name,
    Object value) throws IllegalArgumentException 
    Allows the user to set specific attributes on the underlying implementation.
 public  void setFeature(String name,
    boolean value) throws ParserConfigurationException 
 public  void setSchema(Schema grammar) 
 public  void setXIncludeAware(boolean state)