You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2001/06/29 20:50:37 UTC

cvs commit: xml-xalan/c/src/XSLT NamespacesHandler.hpp

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: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org