dbertoni    01/06/29 11:50:37

  Modified:    c/src/XSLT NamespacesHandler.hpp
  Log:
  Added accessor for count of declarations.
  
  Revision  Changes    Path
  1.9       +6 -0      xml-xalan/c/src/XSLT/NamespacesHandler.hpp
  
  Index: NamespacesHandler.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/NamespacesHandler.hpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- NamespacesHandler.hpp     2001/05/14 22:21:12     1.8
  +++ NamespacesHandler.hpp     2001/06/29 18:50:35     1.9
  @@ -383,6 +383,12 @@
                m_processAliases = fValue;
        }
   
  +     NamespacesMapType::size_type
  +     getNamespaceDeclarationsCount() const
  +     {
  +             return m_namespaceDeclarations.size();
  +     }
  +
   private:
   
        /**
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to