org.apache.xindice.xml.jaxp
Class DocumentBuilderFactoryImpl
java.lang.Object
|
+--javax.xml.parsers.DocumentBuilderFactory
|
+--org.apache.xindice.xml.jaxp.DocumentBuilderFactoryImpl
- public class DocumentBuilderFactoryImpl
- extends javax.xml.parsers.DocumentBuilderFactory
DocumentBuilderFactoryImpl
- Version:
- $Revision: 511426 $, $Date: 2007-02-24 22:25:02 -0500 (Sat, 24 Feb 2007) $
Methods inherited from class javax.xml.parsers.DocumentBuilderFactory |
isCoalescing, isExpandEntityReferences, isIgnoringComments, isIgnoringElementContentWhitespace, isNamespaceAware, isValidating, newInstance, setCoalescing, setExpandEntityReferences, setIgnoringComments, setIgnoringElementContentWhitespace, setNamespaceAware, setValidating |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentBuilderFactoryImpl
public DocumentBuilderFactoryImpl()
setAttribute
public void setAttribute(String name,
Object value)
- Overrides:
setAttribute
in class javax.xml.parsers.DocumentBuilderFactory
getAttribute
public Object getAttribute(String name)
- Overrides:
getAttribute
in class javax.xml.parsers.DocumentBuilderFactory
setFeature
public void setFeature(String name,
boolean value)
throws javax.xml.parsers.ParserConfigurationException
getFeature
public boolean getFeature(String name)
throws javax.xml.parsers.ParserConfigurationException
newDocumentBuilder
public javax.xml.parsers.DocumentBuilder newDocumentBuilder()
throws javax.xml.parsers.ParserConfigurationException
- Overrides:
newDocumentBuilder
in class javax.xml.parsers.DocumentBuilderFactory
Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.