org.w3c.domts
public class JAXPDOMTestDocumentBuilderFactory extends DOMTestDocumentBuilderFactory
Constructor Summary | |
---|---|
JAXPDOMTestDocumentBuilderFactory(DocumentBuilderFactory baseFactory, DocumentBuilderSetting[] settings)
Creates a JAXP implementation of DOMTestDocumentBuilderFactory. |
Method Summary | |
---|---|
protected DOMTestDocumentBuilderFactory | createInstance(DocumentBuilderFactory newFactory, DocumentBuilderSetting[] mergedSettings) |
static DocumentBuilderSetting[] | getConfiguration1() |
static DocumentBuilderSetting[] | getConfiguration2() |
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. settings array of settings, may be null.