org.w3c.domts
public abstract class DOMTestDocumentBuilderFactory extends Object
| Constructor Summary | |
|---|---|
| DOMTestDocumentBuilderFactory(DocumentBuilderSetting[] settings)
Constructor | |
| Method Summary | |
|---|---|
| String | addExtension(String testFileName) |
| Object | createXPathEvaluator(Document doc)
Creates XPath evaluator |
| DocumentBuilderSetting[] | getActualSettings()
Creates an array of all determinable settings for the DocumentBuilder
including those at implementation defaults. |
| String | getContentType() |
| abstract DOMImplementation | getDOMImplementation() |
| abstract boolean | hasFeature(String feature, String version) |
| abstract boolean | isCoalescing() |
| abstract boolean | isExpandEntityReferences() |
| abstract boolean | isIgnoringElementContentWhitespace() |
| abstract boolean | isNamespaceAware() |
| abstract boolean | isValidating() |
| abstract Document | load(URL url) |
| protected DocumentBuilderSetting[] | mergeSettings(DocumentBuilderSetting[] newSettings)
Merges the settings from the specific test case or suite
with the existing (typically session) settings. |
| abstract DOMTestDocumentBuilderFactory | newInstance(DocumentBuilderSetting[] settings)
Returns an instance of DOMTestDocumentBuilderFactory
with the settings from the argument list
and any non-revoked settings from the current object. |
Parameters: properties Array of parser settings, may be null.
Parameters: doc DOM document, may not be null
Parameters: builder must not be null
Parameters: settings new settings, may be null which will return clone of existing settings.
Parameters: settings array of settings, may be null.