You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by el...@apache.org on 2003/01/23 17:47:34 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/impl/xs/psvi PSVIProvider.java StringList.java XSAnnotation.java XSAttributeDeclaration.java XSAttributeGroupDefinition.java XSAttributeUse.java XSComplexTypeDefinition.java XSConstants.java XSElementDeclaration.java XSIDCDefinition.java XSModel.java XSModelGroup.java XSModelGroupDefinition.java XSNamedMap.java XSNamespaceItem.java XSNamespaceItemList.java XSNotationDeclaration.java XSObject.java XSObjectList.java XSParticle.java XSSimpleTypeDefinition.java XSTerm.java XSTypeDefinition.java XSWildcard.java

elena       2003/01/23 08:47:34

  Modified:    java/src/org/apache/xerces/impl/xs/psvi PSVIProvider.java
                        StringList.java XSAnnotation.java
                        XSAttributeDeclaration.java
                        XSAttributeGroupDefinition.java XSAttributeUse.java
                        XSComplexTypeDefinition.java XSConstants.java
                        XSElementDeclaration.java XSIDCDefinition.java
                        XSModel.java XSModelGroup.java
                        XSModelGroupDefinition.java XSNamedMap.java
                        XSNamespaceItem.java XSNamespaceItemList.java
                        XSNotationDeclaration.java XSObject.java
                        XSObjectList.java XSParticle.java
                        XSSimpleTypeDefinition.java XSTerm.java
                        XSTypeDefinition.java XSWildcard.java
  Log:
  Mark the interfaces as deprecated (next release those might move to another package)
  
  Revision  Changes    Path
  1.3       +1 -0      xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/PSVIProvider.java
  
  Index: PSVIProvider.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/PSVIProvider.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PSVIProvider.java	14 Jan 2003 20:21:46 -0000	1.2
  +++ PSVIProvider.java	23 Jan 2003 16:47:19 -0000	1.3
  @@ -69,6 +69,7 @@
    * handling the start and end of an element, applications may use the 
    * <code>PSVIProvider</code> to retrieve the PSVI related to that element 
    * and its attributes.
  + * @deprecated The interface may be updated or replaced. 
    */
   public interface PSVIProvider {
       /**
  
  
  
  1.4       +1 -0      xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/StringList.java
  
  Index: StringList.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/StringList.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- StringList.java	14 Jan 2003 20:21:46 -0000	1.3
  +++ StringList.java	23 Jan 2003 16:47:19 -0000	1.4
  @@ -59,6 +59,7 @@
   /**
    *  The <code>StringList</code> is an ordered collection of 
    * <code>GenericString</code>. 
  + * @deprecated The interface may be updated or replaced. 
    */
   public interface StringList {
       /**
  
  
  
  1.3       +1 -0      xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSAnnotation.java
  
  Index: XSAnnotation.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSAnnotation.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XSAnnotation.java	14 Jan 2003 20:21:46 -0000	1.2
  +++ XSAnnotation.java	23 Jan 2003 16:47:19 -0000	1.3
  @@ -58,6 +58,7 @@
   
   /**
    * This interface represents the Annotation schema component.
  + * @deprecated The interface may be updated or replaced. 
    */
   public interface XSAnnotation extends XSObject {
       // TargetType
  
  
  
  1.3       +1 -0      xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSAttributeDeclaration.java
  
  Index: XSAttributeDeclaration.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSAttributeDeclaration.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XSAttributeDeclaration.java	14 Jan 2003 20:21:46 -0000	1.2
  +++ XSAttributeDeclaration.java	23 Jan 2003 16:47:19 -0000	1.3
  @@ -58,6 +58,7 @@
   
   /**
    * The interfaces represents the Attribute Declaration schema component.
  + * @deprecated The interface may be updated or replaced. 
    */
   public interface XSAttributeDeclaration extends XSObject {
       /**
  
  
  
  1.3       +1 -0      xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSAttributeGroupDefinition.java
  
  Index: XSAttributeGroupDefinition.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSAttributeGroupDefinition.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XSAttributeGroupDefinition.java	14 Jan 2003 20:21:46 -0000	1.2
  +++ XSAttributeGroupDefinition.java	23 Jan 2003 16:47:19 -0000	1.3
  @@ -58,6 +58,7 @@
   
   /**
    * This interface represents the Attribute Group Definition schema component
  + * @deprecated The interface may be updated or replaced. 
    */
   public interface XSAttributeGroupDefinition extends XSObject {
       /**
  
  
  
  1.3       +1 -0      xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSAttributeUse.java
  
  Index: XSAttributeUse.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSAttributeUse.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XSAttributeUse.java	14 Jan 2003 20:21:46 -0000	1.2
  +++ XSAttributeUse.java	23 Jan 2003 16:47:19 -0000	1.3
  @@ -59,6 +59,7 @@
   
   /**
    * This interface represents the Attribute Use schema component. 
  + * @deprecated The interface may be updated or replaced. 
    */
   public interface XSAttributeUse extends XSObject {
       /**
  
  
  
  1.3       +1 -0      xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSComplexTypeDefinition.java
  
  Index: XSComplexTypeDefinition.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSComplexTypeDefinition.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XSComplexTypeDefinition.java	14 Jan 2003 20:21:46 -0000	1.2
  +++ XSComplexTypeDefinition.java	23 Jan 2003 16:47:19 -0000	1.3
  @@ -59,6 +59,7 @@
   
   /**
    * This interface represents the Complex Type Definition schema component.
  + * @deprecated The interface may be updated or replaced. 
    */
   public interface XSComplexTypeDefinition extends XSTypeDefinition {
       // Content Model Types
  
  
  
  1.3       +1 -0      xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSConstants.java
  
  Index: XSConstants.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSConstants.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XSConstants.java	14 Jan 2003 20:21:46 -0000	1.2
  +++ XSConstants.java	23 Jan 2003 16:47:19 -0000	1.3
  @@ -59,6 +59,7 @@
   
   /**
    *  This interface defines constants used by this specification.
  + * @deprecated The interface may be updated or replaced. 
    */
   public interface XSConstants {
       // XML Schema Components
  
  
  
  1.3       +1 -0      xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSElementDeclaration.java
  
  Index: XSElementDeclaration.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSElementDeclaration.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XSElementDeclaration.java	14 Jan 2003 20:21:46 -0000	1.2
  +++ XSElementDeclaration.java	23 Jan 2003 16:47:19 -0000	1.3
  @@ -59,6 +59,7 @@
   
   /**
    * The interfaces represents the Element Declaration schema component. 
  + * @deprecated The interface may be updated or replaced. 
    */
   public interface XSElementDeclaration extends XSTerm {
       /**
  
  
  
  1.3       +1 -0      xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSIDCDefinition.java
  
  Index: XSIDCDefinition.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSIDCDefinition.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XSIDCDefinition.java	20 Jan 2003 13:55:57 -0000	1.2
  +++ XSIDCDefinition.java	23 Jan 2003 16:47:19 -0000	1.3
  @@ -60,6 +60,7 @@
   /**
    * This interface represents the Identity-constraint Definition schema 
    * component.
  + * @deprecated The interface may be updated or replaced. 
    */
   public interface XSIDCDefinition extends XSObject {
       // Identity Constraints
  
  
  
  1.5       +1 -0      xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSModel.java
  
  Index: XSModel.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSModel.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XSModel.java	14 Jan 2003 20:21:46 -0000	1.4
  +++ XSModel.java	23 Jan 2003 16:47:19 -0000	1.5
  @@ -59,6 +59,7 @@
   
   /**
    * This interface represents an XML Schema. 
  + * @deprecated The interface may be updated or replaced. 
    */
   public interface XSModel {
       /**
  
  
  
  1.3       +1 -0      xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSModelGroup.java
  
  Index: XSModelGroup.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSModelGroup.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XSModelGroup.java	14 Jan 2003 20:21:46 -0000	1.2
  +++ XSModelGroup.java	23 Jan 2003 16:47:19 -0000	1.3
  @@ -59,6 +59,7 @@
   
   /**
    * This interface represents the Model Group schema component.
  + * @deprecated The interface may be updated or replaced. 
    */
   public interface XSModelGroup extends XSTerm {
       // Content model compositors
  
  
  
  1.3       +1 -0      xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSModelGroupDefinition.java
  
  Index: XSModelGroupDefinition.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSModelGroupDefinition.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XSModelGroupDefinition.java	14 Jan 2003 20:21:46 -0000	1.2
  +++ XSModelGroupDefinition.java	23 Jan 2003 16:47:19 -0000	1.3
  @@ -59,6 +59,7 @@
   
   /**
    * This interface represents is the Model Group Definition schema component.
  + * @deprecated The interface may be updated or replaced. 
    */
   public interface XSModelGroupDefinition extends XSObject {
       /**
  
  
  
  1.3       +1 -0      xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSNamedMap.java
  
  Index: XSNamedMap.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSNamedMap.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XSNamedMap.java	14 Jan 2003 20:21:46 -0000	1.2
  +++ XSNamedMap.java	23 Jan 2003 16:47:19 -0000	1.3
  @@ -63,6 +63,7 @@
    * name. Note that <code>XSNamedMap</code> does not inherit from 
    * <code>XSObjectList</code>. The <code>XSOBject</code>s in 
    * <code>XSNamedMap</code>s are not maintained in any particular order. 
  + * @deprecated The interface may be updated or replaced. 
    */
   public interface XSNamedMap {
       /**
  
  
  
  1.4       +1 -0      xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSNamespaceItem.java
  
  Index: XSNamespaceItem.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSNamespaceItem.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XSNamespaceItem.java	14 Jan 2003 20:21:46 -0000	1.3
  +++ XSNamespaceItem.java	23 Jan 2003 16:47:19 -0000	1.4
  @@ -61,6 +61,7 @@
    * The interfaces represents the namespace schema information information 
    * item. Each namespace schema information information item corresponds to 
    * an XML Schema with unique namespace name.
  + * @deprecated The interface may be updated or replaced. 
    */
   public interface XSNamespaceItem {
       /**
  
  
  
  1.2       +1 -0      xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSNamespaceItemList.java
  
  Index: XSNamespaceItemList.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSNamespaceItemList.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XSNamespaceItemList.java	14 Jan 2003 20:21:46 -0000	1.1
  +++ XSNamespaceItemList.java	23 Jan 2003 16:47:19 -0000	1.2
  @@ -61,6 +61,7 @@
    *  The <code>XSNamesaceItemList</code> interface provides the abstraction of 
    * an ordered collection of <code>XSNamespaceItem</code>s, without defining 
    * or constraining how this collection is implemented. 
  + * @deprecated The interface may be updated or replaced. 
    */
   public interface XSNamespaceItemList {
       /**
  
  
  
  1.3       +1 -0      xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSNotationDeclaration.java
  
  Index: XSNotationDeclaration.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSNotationDeclaration.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XSNotationDeclaration.java	14 Jan 2003 20:21:46 -0000	1.2
  +++ XSNotationDeclaration.java	23 Jan 2003 16:47:19 -0000	1.3
  @@ -59,6 +59,7 @@
   
   /**
    *  This interface represents the Notation Declaration schema component. 
  + * @deprecated The interface may be updated or replaced. 
    */
   public interface XSNotationDeclaration extends XSObject {
       /**
  
  
  
  1.3       +1 -0      xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSObject.java
  
  Index: XSObject.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSObject.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XSObject.java	14 Jan 2003 20:21:46 -0000	1.2
  +++ XSObject.java	23 Jan 2003 16:47:19 -0000	1.3
  @@ -59,6 +59,7 @@
   /**
    * The <code>XSObject</code> is a base object for the XML Schema component 
    * model. 
  + * @deprecated The interface may be updated or replaced. 
    */
   public interface XSObject {
       /**
  
  
  
  1.4       +1 -0      xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSObjectList.java
  
  Index: XSObjectList.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSObjectList.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XSObjectList.java	14 Jan 2003 20:21:46 -0000	1.3
  +++ XSObjectList.java	23 Jan 2003 16:47:19 -0000	1.4
  @@ -60,6 +60,7 @@
    *  The <code>XSObjectList</code> interface provides the abstraction of an 
    * ordered collection of <code>XSObject</code>s, without defining or 
    * constraining how this collection is implemented. 
  + * @deprecated The interface may be updated or replaced. 
    */
   public interface XSObjectList {
       /**
  
  
  
  1.3       +1 -0      xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSParticle.java
  
  Index: XSParticle.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSParticle.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XSParticle.java	14 Jan 2003 20:21:46 -0000	1.2
  +++ XSParticle.java	23 Jan 2003 16:47:19 -0000	1.3
  @@ -59,6 +59,7 @@
   
   /**
    * This interface represents the Particle schema component.
  + * @deprecated The interface may be updated or replaced. 
    */
   public interface XSParticle extends XSObject {
       /**
  
  
  
  1.4       +1 -0      xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSSimpleTypeDefinition.java
  
  Index: XSSimpleTypeDefinition.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSSimpleTypeDefinition.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XSSimpleTypeDefinition.java	14 Jan 2003 20:21:47 -0000	1.3
  +++ XSSimpleTypeDefinition.java	23 Jan 2003 16:47:19 -0000	1.4
  @@ -59,6 +59,7 @@
   
   /**
    * This interface represents the Simple Type Definition schema component.
  + * @deprecated The interface may be updated or replaced. 
    */
   public interface XSSimpleTypeDefinition extends XSTypeDefinition {
       // Variety definitions
  
  
  
  1.3       +1 -0      xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSTerm.java
  
  Index: XSTerm.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSTerm.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XSTerm.java	14 Jan 2003 20:21:47 -0000	1.2
  +++ XSTerm.java	23 Jan 2003 16:47:19 -0000	1.3
  @@ -62,6 +62,7 @@
    * declaration. Objects implementing <code>XSElementDeclaration</code>, 
    * <code>XSModelGroup</code> and <code>XSWildcard</code> interfaces also 
    * implement this interface. 
  + * @deprecated The interface may be updated or replaced. 
    */
   public interface XSTerm extends XSObject {
   }
  
  
  
  1.4       +1 -0      xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSTypeDefinition.java
  
  Index: XSTypeDefinition.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSTypeDefinition.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XSTypeDefinition.java	14 Jan 2003 20:21:47 -0000	1.3
  +++ XSTypeDefinition.java	23 Jan 2003 16:47:19 -0000	1.4
  @@ -59,6 +59,7 @@
   
   /**
    * This interface represents a complex or simple type definition.
  + * @deprecated The interface may be updated or replaced. 
    */
   public interface XSTypeDefinition extends XSObject {
       /**
  
  
  
  1.4       +1 -0      xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSWildcard.java
  
  Index: XSWildcard.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xs/psvi/XSWildcard.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XSWildcard.java	14 Jan 2003 20:21:47 -0000	1.3
  +++ XSWildcard.java	23 Jan 2003 16:47:19 -0000	1.4
  @@ -59,6 +59,7 @@
   
   /**
    * This interface represents the Wildcard schema component.
  + * @deprecated The interface may be updated or replaced. 
    */
   public interface XSWildcard extends XSTerm {
       // Namespace Constraint
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org