sboag       00/10/17 11:50:49

  Modified:    java/src/org/apache/xalan/stree Child.java
  Log:
  Pass m_doc directly from getOwnerDocument, instead of getDocumentImpl.
  
  Revision  Changes    Path
  1.9       +1 -1      xml-xalan/java/src/org/apache/xalan/stree/Child.java
  
  Index: Child.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/stree/Child.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Child.java        2000/10/09 23:25:16     1.8
  +++ Child.java        2000/10/17 18:50:47     1.9
  @@ -223,7 +223,7 @@
      * <code>null</code>.
      * @version DOM Level 2
      */
  -  public Document     getOwnerDocument()
  {
    return getDocumentImpl();
  +  public Document     getOwnerDocument()
  {
    return m_doc;
     }
  
     /**
      *  This is a convenience method to allow easy determination of whether a 
  
  
  

Reply via email to