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.
public interface DOMImplementationAS
Modifier and Type | Method and Description |
---|---|
ASModel |
createAS(boolean isNamespaceAware)
Deprecated.
Creates an ASModel.
|
DOMASBuilder |
createDOMASBuilder()
Deprecated.
Creates an
DOMASBuilder .Do we need the method since we
already have DOMImplementationLS.createDOMParser ? |
DOMASWriter |
createDOMASWriter()
Deprecated.
Creates an
DOMASWriter . |
ASModel createAS(boolean isNamespaceAware)
isNamespaceAware
- Allow creation of ASModel
with
this attribute set to a specific value.null
return indicates failure.what is a
failure? Could be a system error.DOMASBuilder createDOMASBuilder()
DOMASBuilder
.Do we need the method since we
already have DOMImplementationLS.createDOMParser
?DOMASWriter createDOMASWriter()
DOMASWriter
.Copyright © 2017 JBoss by Red Hat. All rights reserved.