org.w3c.domts
Class DOM4JTestDocumentBuilderFactory
java.lang.Object
org.w3c.domts.DOMTestDocumentBuilderFactory
org.w3c.domts.DOM4JTestDocumentBuilderFactory
public class DOM4JTestDocumentBuilderFactory
- extends DOMTestDocumentBuilderFactory
This class implements the generic parser and configuation
abstract class for JAXP supporting parsers.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOM4JTestDocumentBuilderFactory
public DOM4JTestDocumentBuilderFactory(DocumentBuilderSetting[] settings)
throws DOMTestIncompatibleException
- Creates a JAXP implementation of DOMTestDocumentBuilderFactory.
- Parameters:
factory - null for default JAXP provider. If not null,
factory will be mutated in constructor and should be released
by calling code upon return.XMLReader - if null use default XMLReader. If provided,
it may be mutated and should be released by the caller immediately
after the constructor.settings - array of settings, may be null.
- Throws:
DOMTestIncompatibleException
newInstance
public DOMTestDocumentBuilderFactory newInstance(DocumentBuilderSetting[] newSettings)
throws DOMTestIncompatibleException
- Description copied from class:
DOMTestDocumentBuilderFactory
- Returns an instance of DOMTestDocumentBuilderFactory
with the settings from the argument list
and any non-revoked settings from the current object.
- Specified by:
newInstance in class DOMTestDocumentBuilderFactory
- Parameters:
newSettings - array of settings, may be null.
- Throws:
DOMTestIncompatibleException
load
public org.w3c.dom.Document load(java.net.URL url)
throws DOMTestLoadException
- Specified by:
load in class DOMTestDocumentBuilderFactory
- Throws:
DOMTestLoadException
getDOMImplementation
public org.w3c.dom.DOMImplementation getDOMImplementation()
- Specified by:
getDOMImplementation in class DOMTestDocumentBuilderFactory
hasFeature
public boolean hasFeature(java.lang.String feature,
java.lang.String version)
- Specified by:
hasFeature in class DOMTestDocumentBuilderFactory
isCoalescing
public boolean isCoalescing()
- Specified by:
isCoalescing in class DOMTestDocumentBuilderFactory
isExpandEntityReferences
public boolean isExpandEntityReferences()
- Specified by:
isExpandEntityReferences in class DOMTestDocumentBuilderFactory
isIgnoringElementContentWhitespace
public boolean isIgnoringElementContentWhitespace()
- Specified by:
isIgnoringElementContentWhitespace in class DOMTestDocumentBuilderFactory
isNamespaceAware
public boolean isNamespaceAware()
- Specified by:
isNamespaceAware in class DOMTestDocumentBuilderFactory
isValidating
public boolean isValidating()
- Specified by:
isValidating in class DOMTestDocumentBuilderFactory