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

Packages that use ASObject
org.apache.xerces.dom   
org.apache.xerces.dom3.as   
 

Uses of ASObject in org.apache.xerces.dom
 

Classes in org.apache.xerces.dom that implement ASObject
 class ASModelImpl
          Deprecated.  
 

Methods in org.apache.xerces.dom that return ASObject
 ASObject ASModelImpl.cloneASObject(boolean deep)
          Deprecated. Creates a copy of this ASObject.
 

Methods in org.apache.xerces.dom with parameters of type ASObject
 void ASModelImpl.importASObject(ASObject asobject)
          Deprecated. Imports ASObject into ASModel.
 void ASModelImpl.insertASObject(ASObject asobject)
          Deprecated. Inserts ASObject into ASModel.
 

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

Subinterfaces of ASObject in org.apache.xerces.dom3.as
 interface ASAttributeDeclaration
          Deprecated. An attribute declaration in the context of a ASObject.The constant 'REQUIRED' is missing from this interface.

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

 interface ASContentModel
          Deprecated. The content model of a declared element.

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

 interface ASElementDeclaration
          Deprecated. The element name along with the content specification in the context of an ASObject.

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

 interface ASEntityDeclaration
          Deprecated. Models a general entity declaration in an abstract schema. The abstract schema does not handle any parameter entity. It is assumed that the parameter entities are expanded by the implementation as the abstract schema is built.

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

 interface ASModel
          Deprecated. To begin with, an abstract schema is a generic structure that could contain both internal and external subsets. An ASModel is an abstract object that could map to a DTD , an XML Schema , a database schema, etc. An ASModel could represent either an internal or an external subset; hence an abstract schema could be composed of an ASModel representing the internal subset and an ASModel representing the external subset. Note that the ASModel representing the external subset could consult the ASModel representing the internal subset. Furthermore, the ASModel representing the internal subset could be set to null by the setInternalAS method as a mechanism for "removal". In addition, only one ASModel representing the external subset can be specified as "active" and it is possible that none are "active". Finally, the ASModel contains the factory methods needed to create a various types of ASObjects like ASElementDeclaration, ASAttributeDeclaration, etc.

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

 interface ASNotationDeclaration
          Deprecated. This interface represents a notation declaration.

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

 

Methods in org.apache.xerces.dom3.as that return ASObject
 ASObject ASObject.cloneASObject(boolean deep)
          Deprecated. Creates a copy of this ASObject.
 ASObject ASNamedObjectMap.getNamedItem(java.lang.String name)
          Deprecated. Retrieves an ASObject specified by name.
 ASObject ASNamedObjectMap.getNamedItemNS(java.lang.String namespaceURI, java.lang.String localName)
          Deprecated. Retrieves an ASObject specified by local name and namespace URI.
 ASObject ASNamedObjectMap.item(int index)
          Deprecated. Returns the indexth item in the map.
 ASObject ASObjectList.item(int index)
          Deprecated. Returns the indexth item in the collection.
 ASObject ASNamedObjectMap.removeNamedItem(java.lang.String name)
          Deprecated. Removes an ASObject specified by a nodeName.
 ASObject ASNamedObjectMap.removeNamedItemNS(java.lang.String namespaceURI, java.lang.String localName)
          Deprecated. Removes an ASObject specified by a namespace URI and a local name.
 ASObject ASNamedObjectMap.setNamedItem(ASObject newASObject)
          Deprecated. Adds an ASObject using its nodeName attribute.
 ASObject ASNamedObjectMap.setNamedItemNS(ASObject newASObject)
          Deprecated. Adds an ASObject using its namespaceURI and localName.
 

Methods in org.apache.xerces.dom3.as with parameters of type ASObject
 int ASContentModel.appendsubModel(ASObject newNode)
          Deprecated. Appends a new node to the end of the list representing the subModels.
 void ASContentModel.insertsubModel(ASObject newNode)
          Deprecated. Inserts a new node in the submodel.
 void ASContentModel.removesubModel(ASObject oldNode)
          Deprecated. Removes the ASObject in the submodel.
 ASObject ASNamedObjectMap.setNamedItem(ASObject newASObject)
          Deprecated. Adds an ASObject using its nodeName attribute.
 ASObject ASNamedObjectMap.setNamedItemNS(ASObject newASObject)
          Deprecated. Adds an ASObject using its namespaceURI and localName.