org.w3c.domts
public class DOM4JTestDocumentBuilderFactory extends DOMTestDocumentBuilderFactory
Constructor Summary | |
---|---|
DOM4JTestDocumentBuilderFactory(DocumentBuilderSetting[] settings)
Creates a JAXP implementation of DOMTestDocumentBuilderFactory. |
Method Summary | |
---|---|
DOMImplementation | getDOMImplementation() |
boolean | hasFeature(String feature, String version) |
boolean | isCoalescing() |
boolean | isExpandEntityReferences() |
boolean | isIgnoringElementContentWhitespace() |
boolean | isNamespaceAware() |
boolean | isValidating() |
Document | load(URL url) |
DOMTestDocumentBuilderFactory | newInstance(DocumentBuilderSetting[] newSettings) |
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.