org.apache.xerces.dom3.as
Interface DOMImplementationAS
public interface DOMImplementationAS
createAS
public ASModel createAS(boolean isNamespaceAware)
Creates an ASModel.
isNamespaceAware
- Allow creation of ASModel
with
this attribute set to a specific value.
- 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
?
createDOMASWriter
public DOMASWriter createDOMASWriter()
Creates an DOMASWriter
.
Copyright © 1999-2004 Apache XML Project. All Rights Reserved.