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/05/17 23:18:46 UTC

cvs commit: xml-xalan/c/src/XercesParserLiaison XercesDocumentBridge.cpp XercesDocumentNamedNodeListCache.cpp XercesElementNamedNodeListCache.cpp

dbertoni    02/05/17 14:18:45

  Modified:    c/src/XercesParserLiaison XercesDocumentBridge.cpp
                        XercesDocumentNamedNodeListCache.cpp
                        XercesElementNamedNodeListCache.cpp
  Log:
  Removed unnecessary includes.
  
  Revision  Changes    Path
  1.23      +0 -1      xml-xalan/c/src/XercesParserLiaison/XercesDocumentBridge.cpp
  
  Index: XercesDocumentBridge.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XercesParserLiaison/XercesDocumentBridge.cpp,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- XercesDocumentBridge.cpp	6 Apr 2002 19:37:08 -0000	1.22
  +++ XercesDocumentBridge.cpp	17 May 2002 21:18:45 -0000	1.23
  @@ -63,7 +63,6 @@
   
   
   
  -#include <xercesc/dom/DOM_Node.hpp>
   #include <xercesc/dom/DOM_DOMException.hpp>
   
   
  
  
  
  1.4       +0 -1      xml-xalan/c/src/XercesParserLiaison/XercesDocumentNamedNodeListCache.cpp
  
  Index: XercesDocumentNamedNodeListCache.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XercesParserLiaison/XercesDocumentNamedNodeListCache.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XercesDocumentNamedNodeListCache.cpp	23 Feb 2002 04:16:42 -0000	1.3
  +++ XercesDocumentNamedNodeListCache.cpp	17 May 2002 21:18:45 -0000	1.4
  @@ -64,7 +64,6 @@
   
   
   
  -#include <xercesc/dom/DOM_Document.hpp>
   #include <xercesc/dom/DOM_NodeList.hpp>
   
   
  
  
  
  1.4       +2 -3      xml-xalan/c/src/XercesParserLiaison/XercesElementNamedNodeListCache.cpp
  
  Index: XercesElementNamedNodeListCache.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XercesParserLiaison/XercesElementNamedNodeListCache.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XercesElementNamedNodeListCache.cpp	23 Feb 2002 04:16:42 -0000	1.3
  +++ XercesElementNamedNodeListCache.cpp	17 May 2002 21:18:45 -0000	1.4
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2002 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -64,7 +64,6 @@
   
   
   
  -#include <xercesc/dom/DOM_Element.hpp>
   #include <xercesc/dom/DOM_NodeList.hpp>
   
   
  @@ -86,7 +85,7 @@
   
   
   DOM_NodeList
  -XercesElementNamedNodeListCache::getXercesNodeList(const XalanDOMString&		tagname) const
  +XercesElementNamedNodeListCache::getXercesNodeList(const XalanDOMString&	tagname) const
   {
   	return m_xercesElement.getElementsByTagName(c_wstr(tagname));
   }
  
  
  

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