public interface

DOMImplementationAS

org.apache.xerces.dom3.as.DOMImplementationAS
Known Indirect Subclasses

This interface is deprecated.
This interface allows creation of an ASModel. The expectation is that an instance of the DOMImplementationAS interface can be obtained by using binding-specific casting methods on an instance of the DOMImplementation interface when the DOM implementation supports the feature "AS-EDIT".

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

Summary

Public Methods
abstract ASModel createAS(boolean isNamespaceAware)
Creates an ASModel.
abstract DOMASBuilder createDOMASBuilder()
Creates an DOMASBuilder.Do we need the method since we already have DOMImplementationLS.createDOMParser?
abstract DOMASWriter createDOMASWriter()
Creates an DOMASWriter.

Public Methods

public abstract ASModel createAS (boolean isNamespaceAware)

Creates an ASModel.

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.

public abstract DOMASBuilder createDOMASBuilder ()

Creates an DOMASBuilder.Do we need the method since we already have DOMImplementationLS.createDOMParser?

Returns
  • a DOMASBuilder

public abstract DOMASWriter createDOMASWriter ()

Creates an DOMASWriter.

Returns
  • a DOMASWriter