net.sf.saxon.om
Class DocumentBuilderFactoryImpl
java.lang.Object
javax.xml.parsers.DocumentBuilderFactory
net.sf.saxon.om.DocumentBuilderFactoryImpl
public class DocumentBuilderFactoryImpl
- extends DocumentBuilderFactory
Implementation of JAXP 1.1 DocumentBuilderFactory. To build a Document using
Saxon, set the system property javax.xml.parsers.DocumentBuilderFactory to
"net.sf.saxon.om.DocumentBuilderFactoryImpl" and then call
DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(InputSource);
Methods inherited from class javax.xml.parsers.DocumentBuilderFactory |
getFeature, getSchema, isCoalescing, isExpandEntityReferences, isIgnoringComments, isIgnoringElementContentWhitespace, isNamespaceAware, isValidating, isXIncludeAware, newInstance, setCoalescing, setExpandEntityReferences, setFeature, setIgnoringComments, setIgnoringElementContentWhitespace, setNamespaceAware, setSchema, setValidating, setXIncludeAware |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentBuilderFactoryImpl
public DocumentBuilderFactoryImpl()
getAttribute
public Object getAttribute(String name)
- Specified by:
getAttribute
in class DocumentBuilderFactory
newDocumentBuilder
public DocumentBuilder newDocumentBuilder()
throws ParserConfigurationException
- Specified by:
newDocumentBuilder
in class DocumentBuilderFactory
- Throws:
ParserConfigurationException
setAttribute
public void setAttribute(String name,
Object value)
- Specified by:
setAttribute
in class DocumentBuilderFactory