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...@apache.org on 2001/04/17 17:51:17 UTC

cvs commit: xml-xalan/java/src/org/apache/xpath XPathContext.java

sboag       01/04/17 08:51:17

  Modified:    java/src/org/apache/xpath Tag: DTM_EXP XPathContext.java
  Log:
  Added getDTMIdentity.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.20.2.2  +8 -0      xml-xalan/java/src/org/apache/xpath/XPathContext.java
  
  Index: XPathContext.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xpath/XPathContext.java,v
  retrieving revision 1.20.2.1
  retrieving revision 1.20.2.2
  diff -u -r1.20.2.1 -r1.20.2.2
  --- XPathContext.java	2001/04/10 18:45:11	1.20.2.1
  +++ XPathContext.java	2001/04/17 15:51:13	1.20.2.2
  @@ -166,6 +166,14 @@
     }
     
     /**
  +   * %TBD% Doc
  +   */
  +  public int getDTMIdentity(DTM dtm)
  +  {
  +    return m_dtmManager.getDTMIdentity(dtm);
  +  }
  +  
  +  /**
      * Creates an empty <code>DocumentFragment</code> object. 
      * @return A new <code>DocumentFragment handle</code>.
      */
  
  
  

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