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/02/12 19:12:35 UTC

cvs commit: xml-xalan/c/src/XSLT StylesheetHandler.hpp

dbertoni    01/02/12 10:12:34

  Modified:    c/src/XSLT StylesheetHandler.hpp
  Log:
  Re-ordered member variables.
  
  Revision  Changes    Path
  1.26      +7 -8      xml-xalan/c/src/XSLT/StylesheetHandler.hpp
  
  Index: StylesheetHandler.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/StylesheetHandler.hpp,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- StylesheetHandler.hpp	2001/02/12 17:07:57	1.25
  +++ StylesheetHandler.hpp	2001/02/12 18:12:33	1.26
  @@ -527,17 +527,16 @@
   
   	BoolStackType	m_preserveSpaceStack;
   
  +	bool					m_inLXSLTScript;
  +
  +	XalanDOMString			m_LXSLTScriptBody;
  +	XalanDOMString			m_LXSLTScriptLang;
  +	XalanDOMString			m_LXSLTScriptSrcURL;
  +	ExtensionNSHandler*		m_pLXSLTExtensionNSH;
  +
   	// Note that this variable must not be saved by
   	// PushPopIncludeState...
   	unsigned long	m_locatorsPushed;
  -
  -	// BEGIN SANJIVA CODE
  -	bool m_inLXSLTScript;
  -	XalanDOMString m_LXSLTScriptBody;
  -	XalanDOMString m_LXSLTScriptLang;
  -	XalanDOMString m_LXSLTScriptSrcURL;
  -	ExtensionNSHandler* m_pLXSLTExtensionNSH;
  -	// END SANJIVA CODE
   
   	/**
   	 * Init the wrapperless template