You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by sb...@locus.apache.org on 2000/11/06 18:46:28 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/stree SourceTreeHandler.java

sboag       00/11/06 09:46:26

  Modified:    java/src/org/apache/xalan/stree SourceTreeHandler.java
  Log:
  Remove commented section in startDocument.
  
  Revision  Changes    Path
  1.16      +0 -15     xml-xalan/java/src/org/apache/xalan/stree/SourceTreeHandler.java
  
  Index: SourceTreeHandler.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/stree/SourceTreeHandler.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- SourceTreeHandler.java	2000/11/03 23:28:07	1.15
  +++ SourceTreeHandler.java	2000/11/06 17:46:19	1.16
  @@ -280,21 +280,6 @@
       // System.out.println("startDocument: "+m_id);
       synchronized (m_root)
       {
  -
  -      /*
  -      if(false == m_initedRoot)
  -      {
  -        if(null != m_transformer)
  -        {
  -          String urlOfSource = m_transformer.getBaseURLOfSource();
  -          if(null == m_inputSource)
  -          {
  -            m_inputSource = new InputSource(urlOfSource);
  -          }
  -          m_transformer.getXPathContext().getSourceTreeManager().putDocumentInCache(m_root, m_inputSource);
  -        }
  -      }
  -      */
         ((DocumentImpl) m_root).setSourceTreeHandler(this);
         ((DocumentImpl) m_root).setUid(1);
         ((DocumentImpl) m_root).setLevel(new Integer(1).shortValue());