You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mm...@apache.org on 2002/04/17 20:53:55 UTC

cvs commit: xml-xalan/java/src/org/apache/xml/dtm/ref/dom2dtm DOM2DTM.java

mmidy       02/04/17 11:53:55

  Modified:    java/src/org/apache/xml/dtm/ref/dom2dtm Tag: XSLTC_DTM
                        DOM2DTM.java
  Log:
  Make getNumberOfNodes() public
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.28.2.2  +1 -1      xml-xalan/java/src/org/apache/xml/dtm/ref/dom2dtm/DOM2DTM.java
  
  Index: DOM2DTM.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xml/dtm/ref/dom2dtm/DOM2DTM.java,v
  retrieving revision 1.28.2.1
  retrieving revision 1.28.2.2
  diff -u -r1.28.2.1 -r1.28.2.2
  --- DOM2DTM.java	17 Apr 2002 18:13:49 -0000	1.28.2.1
  +++ DOM2DTM.java	17 Apr 2002 18:53:55 -0000	1.28.2.2
  @@ -342,7 +342,7 @@
     /**
      * Get the number of nodes that have been added.
      */
  -  protected int getNumberOfNodes()
  +  public int getNumberOfNodes()
     {
       return m_nodes.size();
     }
  
  
  

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