dbertoni    2003/02/04 16:07:41

  Modified:    c/src/XSLT StylesheetHandler.cpp
  Log:
  Changed name of accessor functions.
  
  Revision  Changes    Path
  1.102     +2 -2      xml-xalan/c/src/XSLT/StylesheetHandler.cpp
  
  Index: StylesheetHandler.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/StylesheetHandler.cpp,v
  retrieving revision 1.101
  retrieving revision 1.102
  diff -u -r1.101 -r1.102
  --- StylesheetHandler.cpp     21 Dec 2002 00:21:25 -0000      1.101
  +++ StylesheetHandler.cpp     5 Feb 2003 00:07:41 -0000       1.102
  @@ -1249,7 +1249,7 @@
   
   
   void
  -StylesheetHandler::endElement(const XMLCh* const /* name */)
  +StylesheetHandler::endElement(const XMLCh* const     /* name */)
   {
        processAccumulatedText();
   
  @@ -1264,7 +1264,7 @@
        assert(m_lastPopped != 0);
   
        m_elemStack.pop_back();
  -     m_lastPopped->finishedConstruction();
  +     m_lastPopped->setFinishedConstruction(true);
   
        const int tok = m_lastPopped->getXSLToken();
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to