org.apache.xerces.dom
public class ASDOMImplementationImpl extends DOMImplementationImpl implements DOMImplementationAS
Deprecated:
The DOMImplementation class is description of a particular implementation of the Document Object Model. As such its data is static, shared by all instances of this implementation.The DOM API requires that it be a real object rather than static methods. However, there's nothing that says it can't be a singleton, so that's how I've implemented it.
This particular class, along with DocumentImpl, supports the DOM Core, DOM Level 2 optional mofules, and Abstract Schemas (Experimental).
Since: PR-DOM-Level-1-19980818.
Version: $Id: ASDOMImplementationImpl.java,v 1.6 2004/02/24 23:23:17 mrglavas Exp $
| Method Summary | |
|---|---|
| ASModel | createAS(boolean isNamespaceAware)
DOM Level 3 WD - Experimental.
|
| DOMASBuilder | createDOMASBuilder()
DOM Level 3 WD - Experimental.
|
| DOMASWriter | createDOMASWriter()
DOM Level 3 WD - Experimental.
|
| static DOMImplementation | getDOMImplementation() NON-DOM: Obtain and return the single shared object |
Parameters: isNamespaceAware Allow creation of ASModel with
this attribute set to a specific value.
Returns: A null return indicates failure.what is a
failure? Could be a system error.
DOMASBuilder.Do we need the method since we
already have DOMImplementationLS.createDOMParser?Returns: DOMASBuilder
DOMASWriter.Returns: a DOMASWriter