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

Packages that use ASModel
org.apache.xerces.dom   
org.apache.xerces.dom3.as   
org.apache.xerces.parsers   
 

Uses of ASModel in org.apache.xerces.dom
 

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

Methods in org.apache.xerces.dom that return ASModel
 ASModel ASDOMImplementationImpl.createAS(boolean isNamespaceAware)
          Deprecated. DOM Level 3 WD - Experimental.
 ASModel ASModelImpl.getOwnerASModel()
          Deprecated. The ASModel object associated with this ASObject.
 

Methods in org.apache.xerces.dom with parameters of type ASModel
 void ASModelImpl.addASModel(ASModel abstractSchema)
          Deprecated. This method will allow the nesting or "importation" of ASModels.
 void ASModelImpl.removeAS(ASModel as)
          Deprecated. Removes only the specified ASModel from the list of ASModels.
 void ASModelImpl.setOwnerASModel(ASModel ownerASModel)
          Deprecated. The ASModel object associated with this ASObject.
 

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

Methods in org.apache.xerces.dom3.as that return ASModel
 ASModel DOMImplementationAS.createAS(boolean isNamespaceAware)
          Deprecated. Creates an ASModel.
 ASModel DOMASBuilder.getAbstractSchema()
          Deprecated. Associate an ASModel with a LSParser.
 ASModel DocumentAS.getActiveASModel()
          Deprecated. The active external ASModel.
 ASModel DocumentAS.getInternalAS()
          Deprecated. Retrieve the internal ASModel of a document.
 ASModel ASObject.getOwnerASModel()
          Deprecated. The ASModel object associated with this ASObject.
 ASModel DOMASBuilder.parseASInputSource(LSInput is)
          Deprecated. Parse a Abstract Schema from a location identified by an LSInput.
 ASModel DOMASBuilder.parseASURI(java.lang.String uri)
          Deprecated. Parse a Abstract Schema from a location identified by an URI reference.
 

Methods in org.apache.xerces.dom3.as with parameters of type ASModel
 void DocumentAS.addAS(ASModel as)
          Deprecated. Associate a ASModel with a document.
 void ASModel.addASModel(ASModel abstractSchema)
          Deprecated. This method will allow the nesting or "importation" of ASModels.
 void ASModel.removeAS(ASModel as)
          Deprecated. Removes only the specified ASModel from the list of ASModels.
 void DocumentAS.removeAS(ASModel as)
          Deprecated. Removes a ASModel associated with a document.
 void DOMASBuilder.setAbstractSchema(ASModel abstractSchema)
          Deprecated. Associate an ASModel with a LSParser.
 void DocumentAS.setActiveASModel(ASModel activeASModel)
          Deprecated. The active external ASModel.
 void DocumentAS.setInternalAS(ASModel as)
          Deprecated. Sets the internal subset ASModel of a document.
 void ASObject.setOwnerASModel(ASModel ownerASModel)
          Deprecated. The ASModel object associated with this ASObject.
 void DOMASWriter.writeASModel(java.io.OutputStream destination, ASModel model)
          Deprecated. Write out the specified Abstract Schema to the specified destination.
 

Uses of ASModel in org.apache.xerces.parsers
 

Methods in org.apache.xerces.parsers that return ASModel
 ASModel DOMASBuilderImpl.getAbstractSchema()
          Deprecated. Associate an ASModel with a document instance.
 ASModel DOMASBuilderImpl.parseASInputSource(LSInput is)
          Deprecated. Parse a Abstract Schema from a location identified by an LSInput.
 ASModel DOMASBuilderImpl.parseASURI(java.lang.String uri)
          Deprecated. Parse a Abstract Schema from a location identified by an URI.
 

Methods in org.apache.xerces.parsers with parameters of type ASModel
 void DOMASBuilderImpl.setAbstractSchema(ASModel abstractSchema)
          Deprecated. Associate an ASModel with a document instance.