You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ne...@apache.org on 2003/11/24 06:13:41 UTC

cvs commit: xml-xerces/c/src/xercesc/validators/schema SchemaAttDef.hpp

neilg       2003/11/23 21:13:41

  Modified:    c/src/xercesc/validators/schema SchemaAttDef.hpp
  Log:
  update method documentation
  
  Revision  Changes    Path
  1.9       +31 -1     xml-xerces/c/src/xercesc/validators/schema/SchemaAttDef.hpp
  
  Index: SchemaAttDef.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/schema/SchemaAttDef.hpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- SchemaAttDef.hpp	21 Nov 2003 22:34:46 -0000	1.8
  +++ SchemaAttDef.hpp	24 Nov 2003 05:13:41 -0000	1.9
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.9  2003/11/24 05:13:41  neilg
  + * update method documentation
  + *
    * Revision 1.8  2003/11/21 22:34:46  neilg
    * More schema component model implementation, thanks to David Cargill.
    * In particular, this cleans up and completes the XSModel, XSNamespaceItem,
  @@ -178,6 +181,7 @@
        * 1.1 If it was valid as defined by Attribute Locally Valid (3.2.4), then valid;
        * 1.2 otherwise invalid.
        * 2 otherwise notKnown.
  +     * @deprecated
        */
       PSVIDefs::Validity getValidity() const;
   
  @@ -185,26 +189,31 @@
        * The appropriate case among the following:
        * 1 If it was strictly assessed, then full;
        * 2 otherwise none.
  +     * @deprecated
        */
       PSVIDefs::Validation getValidationAttempted() const;
   
       /**
        * @return the complexity. Always simple for attrs
  +     * @deprecated
        */
       PSVIDefs::Complexity getTypeType() const;
   
       /**
        * The target namespace of the type definition.
  +     * @deprecated
        */
       const XMLCh* getTypeUri() const;
   
       /**
        * The {name} of the type definition, if it is not absent. 
  +     * @deprecated
        */
       const XMLCh* getTypeName() const;
   
       /**
        * true if the {name} of the type definition is absent, otherwise false.
  +     * @deprecated
        */
       bool getTypeAnonymous() const;
   
  @@ -212,25 +221,35 @@
        * If this method returns true and validity is VALID then the next three 
        * produce accurate results
        * @return true if the element is validated using a union type
  +     * @deprecated
        */
       bool isTypeDefinitionUnion() const;
   
       /**
        * The {target namespace} of the actual member type definition.
  +     * @deprecated
        */
       const XMLCh* getMemberTypeUri() const;
   
       /**
        * @return true if the {name} of the actual member type definition is absent, otherwise false.
  +     * @deprecated
        */
       bool getMemberTypeAnonymous() const;
   
       /**
        * @return the {name} of the actual member type definition, if it is not absent. 
  +     * @deprecated
        */
       const XMLCh* getMemberTypeName() const;
   
  +    /*
  +     * @deprecated
  +     */
       virtual const XMLCh* getDOMTypeInfoUri() const;
  +    /*
  +     * @deprecated
  +     */
       virtual const XMLCh* getDOMTypeInfoName() const;
       
       
  @@ -256,10 +275,19 @@
       );
       void setDatatypeValidator(DatatypeValidator* newDatatypeValidator);
       void setAnyDatatypeValidator(DatatypeValidator* newDatatypeValidator);
  +    /*
  +     * @deprecated
  +     */
       void setMembertypeValidator(const DatatypeValidator* newDatatypeValidator);
       void setNamespaceList(const ValueVectorOf<unsigned int>* const toSet);
       void resetNamespaceList();
  +    /*
  +     * @deprecated
  +     */
       void setValidity(PSVIDefs::Validity valid);
  +    /*
  +     * @deprecated
  +     */
       void setValidationAttempted(PSVIDefs::Validation validation);
       void setEnclosingCT(ComplexTypeInfo* complexTypeInfo);
       /***
  
  
  

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