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 2004/04/06 22:11:14 UTC

cvs commit: xml-xalan/c/src/xalanc/XSLT StylesheetExecutionContextDefault.cpp StylesheetExecutionContextDefault.hpp StylesheetRoot.cpp

dbertoni    2004/04/06 13:11:14

  Modified:    c/src/xalanc/XSLT StylesheetExecutionContextDefault.cpp
                        StylesheetExecutionContextDefault.hpp
                        StylesheetRoot.cpp
  Log:
  Removed obsolete references to FormatterToDOM.
  
  Revision  Changes    Path
  1.26      +0 -41     xml-xalan/c/src/xalanc/XSLT/StylesheetExecutionContextDefault.cpp
  
  Index: StylesheetExecutionContextDefault.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/StylesheetExecutionContextDefault.cpp,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- StylesheetExecutionContextDefault.cpp	6 Apr 2004 00:15:36 -0000	1.25
  +++ StylesheetExecutionContextDefault.cpp	6 Apr 2004 20:11:14 -0000	1.26
  @@ -47,7 +47,6 @@
   
   
   
  -#include <xalanc/XMLSupport/FormatterToDOM.hpp>
   #include <xalanc/XMLSupport/FormatterToXML.hpp>
   #include <xalanc/XMLSupport/FormatterToXML_UTF8.hpp>
   #include <xalanc/XMLSupport/FormatterToXML_UTF16.hpp>
  @@ -1303,46 +1302,6 @@
   	m_formatterListeners.push_back(theFormatter);
   
       theFormatter->setPrefixResolver(m_xsltProcessor);
  -
  -	return theFormatter;
  -}
  -
  -
  -
  -FormatterListener*
  -StylesheetExecutionContextDefault::createFormatterToDOM(
  -			XalanDocument*			doc,
  -			XalanDocumentFragment*	docFrag,
  -			XalanElement*			currentElement)
  -{
  -	FormatterToDOM* const	theFormatter =
  -		new FormatterToDOM(
  -			doc,
  -			docFrag,
  -			currentElement);
  -
  -	m_formatterListeners.push_back(theFormatter);
  -
  -	theFormatter->setPrefixResolver(m_xsltProcessor);
  -
  -	return theFormatter;
  -}
  -
  -
  -
  -FormatterListener*
  -StylesheetExecutionContextDefault::createFormatterToDOM(
  -			XalanDocument*	doc,
  -			XalanElement*	elem)
  -{
  -	FormatterToDOM* const	theFormatter =
  -		new FormatterToDOM(
  -			doc,
  -			elem);
  -
  -	m_formatterListeners.push_back(theFormatter);
  -
  -	theFormatter->setPrefixResolver(m_xsltProcessor);
   
   	return theFormatter;
   }
  
  
  
  1.21      +0 -11     xml-xalan/c/src/xalanc/XSLT/StylesheetExecutionContextDefault.hpp
  
  Index: StylesheetExecutionContextDefault.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/StylesheetExecutionContextDefault.hpp,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- StylesheetExecutionContextDefault.hpp	6 Apr 2004 01:03:49 -0000	1.20
  +++ StylesheetExecutionContextDefault.hpp	6 Apr 2004 20:11:14 -0000	1.21
  @@ -559,17 +559,6 @@
   			bool					omitMetaTag = false);
   
   	virtual FormatterListener*
  -	createFormatterToDOM(
  -			XalanDocument*			doc,
  -			XalanDocumentFragment*	docFrag,
  -			XalanElement*			currentElement);
  -
  -	virtual FormatterListener*
  -	createFormatterToDOM(
  -			XalanDocument*	doc,
  -			XalanElement*	elem);
  -
  -	virtual FormatterListener*
   	createFormatterToText(
   			Writer&					writer,
   			const XalanDOMString&	encoding);
  
  
  
  1.16      +0 -1      xml-xalan/c/src/xalanc/XSLT/StylesheetRoot.cpp
  
  Index: StylesheetRoot.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/StylesheetRoot.cpp,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- StylesheetRoot.cpp	6 Apr 2004 00:15:36 -0000	1.15
  +++ StylesheetRoot.cpp	6 Apr 2004 20:11:14 -0000	1.16
  @@ -48,7 +48,6 @@
   #include <xalanc/XMLSupport/FormatterToHTML.hpp>
   #include <xalanc/XMLSupport/FormatterToText.hpp>
   #include <xalanc/XMLSupport/FormatterToXML.hpp>
  -#include <xalanc/XMLSupport/FormatterToDOM.hpp>
   
   
   
  
  
  

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