FileDocCategorySizeDatePackage
DOMImplementationAS.javaAPI DocApache Xerces 3.0.11953Fri Sep 14 20:33:52 BST 2007org.apache.xerces.dom3.as

DOMImplementationAS

public interface DOMImplementationAS
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.

Fields Summary
Constructors Summary
Methods Summary
public ASModelcreateAS(boolean isNamespaceAware)
Creates an ASModel.

param
isNamespaceAware Allow creation of ASModel with this attribute set to a specific value.
return
A null return indicates failure.what is a failure? Could be a system error.

public DOMASBuildercreateDOMASBuilder()
Creates an DOMASBuilder.Do we need the method since we already have DOMImplementationLS.createDOMParser?

return
a DOMASBuilder

public DOMASWritercreateDOMASWriter()
Creates an DOMASWriter.

return
a DOMASWriter