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/11/27 00:14:15 UTC

cvs commit: xml-xalan/c/src/XPath XPathExecutionContext.hpp XPathExecutionContextDefault.cpp XPathExecutionContextDefault.hpp

dbertoni    01/11/26 15:14:15

  Modified:    c/src/XPath XPathExecutionContext.hpp
                        XPathExecutionContextDefault.cpp
                        XPathExecutionContextDefault.hpp
  Log:
  Use QName for retrieving XalanDecimalFormat instances.
  
  Revision  Changes    Path
  1.47      +2 -2      xml-xalan/c/src/XPath/XPathExecutionContext.hpp
  
  Index: XPathExecutionContext.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XPathExecutionContext.hpp,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- XPathExecutionContext.hpp	2001/11/01 15:57:13	1.46
  +++ XPathExecutionContext.hpp	2001/11/26 23:14:15	1.47
  @@ -658,11 +658,11 @@
   	 * Retrieve the XalanDecimalFormatSymbols instance associated with
   	 * the name.
   	 *
  -	 * @param name the name for the lookup
  +	 * @param qname the QName for the lookup
   	 * @return a pointer to the matching instance, or 0 if none was found
   	 */
   	virtual const XalanDecimalFormatSymbols*
  -	getDecimalFormatSymbols(const XalanDOMString&	name) = 0;
  +	getDecimalFormatSymbols(const XalanQName&	qname) = 0;
   
   	// These interfaces are inherited from ExecutionContext...
   
  
  
  
  1.47      +1 -1      xml-xalan/c/src/XPath/XPathExecutionContextDefault.cpp
  
  Index: XPathExecutionContextDefault.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XPathExecutionContextDefault.cpp,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- XPathExecutionContextDefault.cpp	2001/11/01 15:57:13	1.46
  +++ XPathExecutionContextDefault.cpp	2001/11/26 23:14:15	1.47
  @@ -768,7 +768,7 @@
   
   
   const XalanDecimalFormatSymbols*
  -XPathExecutionContextDefault::getDecimalFormatSymbols(const XalanDOMString&		/* name */)
  +XPathExecutionContextDefault::getDecimalFormatSymbols(const XalanQName&		/* qname */)
   {
   	return 0;
   }
  
  
  
  1.42      +2 -1      xml-xalan/c/src/XPath/XPathExecutionContextDefault.hpp
  
  Index: XPathExecutionContextDefault.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/XPathExecutionContextDefault.hpp,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- XPathExecutionContextDefault.hpp	2001/11/01 15:57:13	1.41
  +++ XPathExecutionContextDefault.hpp	2001/11/26 23:14:15	1.42
  @@ -96,6 +96,7 @@
   
   class DOMSupport;
   class XPathEnvSupport;
  +class XalanQName;
   
   
   
  @@ -297,7 +298,7 @@
   			XalanDocument*			theDocument);
   
   	virtual const XalanDecimalFormatSymbols*
  -	getDecimalFormatSymbols(const XalanDOMString&	name);
  +	getDecimalFormatSymbols(const XalanQName&	qname);
   
   
   	// These interfaces are inherited from ExecutionContext...
  
  
  

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