You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ca...@apache.org on 2005/08/11 15:54:06 UTC

svn commit: r231457 - in /xerces/c/trunk/src/xercesc/validators/DTD: DTDAttDef.hpp DTDElementDecl.hpp

Author: cargilld
Date: Thu Aug 11 06:54:04 2005
New Revision: 231457

URL: http://svn.apache.org/viewcvs?rev=231457&view=rev
Log:
Remove deprecated uppercase enums that were conflicting with other products and the related methods that call them.

Modified:
    xerces/c/trunk/src/xercesc/validators/DTD/DTDAttDef.hpp
    xerces/c/trunk/src/xercesc/validators/DTD/DTDElementDecl.hpp

Modified: xerces/c/trunk/src/xercesc/validators/DTD/DTDAttDef.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/DTD/DTDAttDef.hpp?rev=231457&r1=231456&r2=231457&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/DTD/DTDAttDef.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/DTD/DTDAttDef.hpp Thu Aug 11 06:54:04 2005
@@ -73,17 +73,6 @@
     // -----------------------------------------------------------------------
     unsigned int getElemId() const;
 
-    /**
-     * @deprecated
-    **/
-    virtual const XMLCh* getDOMTypeInfoName() const;
-
-    /**
-     * @deprecated
-    **/
-    virtual const XMLCh* getDOMTypeInfoUri() const;
-
-
     // -----------------------------------------------------------------------
     //  Setter methods
     // -----------------------------------------------------------------------
@@ -135,16 +124,6 @@
 inline unsigned int DTDAttDef::getElemId() const
 {
     return fElemId;
-}
-
-inline const XMLCh* DTDAttDef::getDOMTypeInfoName() const 
-{
-    return getAttTypeString(getType(), getMemoryManager());
-}
-
-inline const XMLCh* DTDAttDef::getDOMTypeInfoUri() const 
-{
-    return 0;
 }
 
 // ---------------------------------------------------------------------------

Modified: xerces/c/trunk/src/xercesc/validators/DTD/DTDElementDecl.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/validators/DTD/DTDElementDecl.hpp?rev=231457&r1=231456&r2=231457&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/DTD/DTDElementDecl.hpp (original)
+++ xerces/c/trunk/src/xercesc/validators/DTD/DTDElementDecl.hpp Thu Aug 11 06:54:04 2005
@@ -123,16 +123,6 @@
     DTDAttDef* getAttDef(const XMLCh* const attName);
     ModelTypes getModelType() const;
 
-    /**
-     * @deprecated
-    **/
-    const XMLCh* getDOMTypeInfoName() const;
-
-    /**
-     * @deprecated
-    **/
-    const XMLCh* getDOMTypeInfoUri() const;
-
     // -----------------------------------------------------------------------
     //  Setter methods
     // -----------------------------------------------------------------------
@@ -251,14 +241,6 @@
 inline DTDElementDecl::ModelTypes DTDElementDecl::getModelType() const
 {
     return fModelType;
-}
-
-inline const XMLCh* DTDElementDecl::getDOMTypeInfoName() const {
-    return 0;
-}
-
-inline const XMLCh* DTDElementDecl::getDOMTypeInfoUri() const {
-    return 0;
 }
 
 // ---------------------------------------------------------------------------



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