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 2002/03/02 08:18:51 UTC

cvs commit: xml-xalan/c/src/XalanSourceTree XalanSourceTreeDOMSupport.cpp XalanSourceTreeDOMSupport.hpp

dbertoni    02/03/01 23:18:51

  Modified:    c/src/XalanSourceTree XalanSourceTreeDOMSupport.cpp
                        XalanSourceTreeDOMSupport.hpp
  Log:
  Removed obsolete function.
  
  Revision  Changes    Path
  1.6       +0 -11     xml-xalan/c/src/XalanSourceTree/XalanSourceTreeDOMSupport.cpp
  
  Index: XalanSourceTreeDOMSupport.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanSourceTree/XalanSourceTreeDOMSupport.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XalanSourceTreeDOMSupport.cpp	14 May 2001 00:59:53 -0000	1.5
  +++ XalanSourceTreeDOMSupport.cpp	2 Mar 2002 07:18:51 -0000	1.6
  @@ -103,17 +103,6 @@
   
   
   
  -const XalanDOMString*
  -XalanSourceTreeDOMSupport::getNamespaceForPrefix(
  -			const XalanDOMString&	prefix, 
  -			const XalanElement&		namespaceContext) const
  -{
  -	return DOMServices::getNamespaceForPrefix(prefix,
  -											  namespaceContext);
  -}
  -
  -
  -
   const XalanDOMString&
   XalanSourceTreeDOMSupport::getUnparsedEntityURI(
   			const XalanDOMString&	theName,
  
  
  
  1.6       +0 -5      xml-xalan/c/src/XalanSourceTree/XalanSourceTreeDOMSupport.hpp
  
  Index: XalanSourceTreeDOMSupport.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanSourceTree/XalanSourceTreeDOMSupport.hpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XalanSourceTreeDOMSupport.hpp	6 Jun 2001 21:39:25 -0000	1.5
  +++ XalanSourceTreeDOMSupport.hpp	2 Mar 2002 07:18:51 -0000	1.6
  @@ -87,11 +87,6 @@
   
   	// These interfaces are inherited from DOMSupport...
   
  -	virtual const XalanDOMString*
  -	getNamespaceForPrefix(
  -			const XalanDOMString&	prefix, 
  -			const XalanElement&		namespaceContext) const;
  -
   	virtual const XalanDOMString&
   	getUnparsedEntityURI(
   			const XalanDOMString&	theName,
  
  
  

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