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:39 UTC

cvs commit: xml-xalan/c/src/XercesParserLiaison XercesDOMSupport.cpp XercesDOMSupport.hpp

dbertoni    02/03/01 23:18:39

  Modified:    c/src/XercesParserLiaison XercesDOMSupport.cpp
                        XercesDOMSupport.hpp
  Log:
  Removed obsolete function.
  
  Revision  Changes    Path
  1.8       +0 -11     xml-xalan/c/src/XercesParserLiaison/XercesDOMSupport.cpp
  
  Index: XercesDOMSupport.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XercesParserLiaison/XercesDOMSupport.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- XercesDOMSupport.cpp	14 May 2001 01:00:11 -0000	1.7
  +++ XercesDOMSupport.cpp	2 Mar 2002 07:18:38 -0000	1.8
  @@ -95,17 +95,6 @@
   
   
   
  -const XalanDOMString*
  -XercesDOMSupport::getNamespaceForPrefix(
  -			const XalanDOMString&	prefix, 
  -			const XalanElement&		namespaceContext) const
  -{
  -	return DOMServices::getNamespaceForPrefix(prefix,
  -											  namespaceContext);
  -}
  -
  -
  -
   const XalanDOMString&
   XercesDOMSupport::getUnparsedEntityURI(
   			const XalanDOMString&	theName,
  
  
  
  1.7       +0 -5      xml-xalan/c/src/XercesParserLiaison/XercesDOMSupport.hpp
  
  Index: XercesDOMSupport.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XercesParserLiaison/XercesDOMSupport.hpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- XercesDOMSupport.hpp	14 May 2001 01:00:11 -0000	1.6
  +++ XercesDOMSupport.hpp	2 Mar 2002 07:18:38 -0000	1.7
  @@ -85,11 +85,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