org.apache.xerces.dom3.as

Interface DOMImplementationAS

public interface DOMImplementationAS

Method Summary

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

Method Details

createAS

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


createDOMASBuilder

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

Returns:
a DOMASBuilder


createDOMASWriter

public DOMASWriter createDOMASWriter()
Creates an DOMASWriter.

Returns:
a DOMASWriter


Copyright B) 1999-2004 Apache XML Project. All Rights Reserved.