FileDocCategorySizeDatePackage
DOMImplementationAS.javaAPI DocJava SE 5 API1922Fri Aug 26 14:55:44 BST 2005com.sun.org.apache.xerces.internal.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