: Class DocumentBuilderFactoryImpl
com.icl.saxon.om
Class DocumentBuilderFactoryImpl
java.lang.Object
|
|
+--com.icl.saxon.om.DocumentBuilderFactoryImpl
Implementation of JAXP 1.1 DocumentBuilderFactory. To build a Document using
"com.icl.saxon.om.DocumentBuilderFactoryImpl" and then call
DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(InputSource);
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 ()
getAttribute
public java.lang.Object getAttribute (java.lang.String name)
newDocumentBuilder
setAttribute
public void setAttribute (java.lang.String name,
java.lang.Object value)