Uses of Interface
org.apache.xerces.dom3.as.NodeEditAS

Packages that use NodeEditAS
org.apache.xerces.dom3.as   
 

Uses of NodeEditAS in org.apache.xerces.dom3.as
 

Subinterfaces of NodeEditAS in org.apache.xerces.dom3.as
 interface CharacterDataEditAS
          Deprecated. This interface extends the NodeEditAS interface with additional methods for document editing. An object implementing this interface must also implement NodeEditAS interface.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

 interface DocumentEditAS
          Deprecated. This interface extends the NodeEditAS interface with additional methods for both document and AS editing.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

 interface ElementEditAS
          Deprecated. This interface extends the Element interface with additional methods for guided document editing. An object implementing this interface must also implement NodeEditAS interface.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.