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/10/10 21:06:57 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/lib/sql DTMDocument.java

mmidy       2002/10/10 12:06:57

  Modified:    java/src/org/apache/xalan/lib/sql Tag: xslt20
                        DTMDocument.java
  Log:
  New or updated functions: sum, sequence-deep-equal, sequence-node-equal, max, min, id, idref, document.
  Miscellaneous bug fixes...
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.8.6.1   +11 -0     xml-xalan/java/src/org/apache/xalan/lib/sql/DTMDocument.java
  
  Index: DTMDocument.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/lib/sql/DTMDocument.java,v
  retrieving revision 1.8
  retrieving revision 1.8.6.1
  diff -u -r1.8 -r1.8.6.1
  --- DTMDocument.java	22 Mar 2002 01:04:39 -0000	1.8
  +++ DTMDocument.java	10 Oct 2002 19:06:57 -0000	1.8.6.1
  @@ -69,6 +69,7 @@
   import org.apache.xml.utils.XMLString;
   import org.apache.xml.utils.XMLStringFactory;
   import org.apache.xml.utils.SuballocatedIntVector;
  +import org.apache.xml.utils.NodeVector;
   import org.w3c.dom.Node;
   import org.xml.sax.ext.DeclHandler;
   import org.xml.sax.ErrorHandler;
  @@ -1596,6 +1597,16 @@
     {
       if (DEBUG) System.out.println("getElementByID("+parm1+")");
       return DTM.NULL;
  +  }
  +  
  +  /**
  +   * @param parm1
  +   * @return
  +   */
  +  public NodeVector getElementByIdref( String parm1 )
  +  {
  +    if (DEBUG) System.out.println("getElementByIDREF("+parm1+")");
  +    return null;
     }
   
     /**
  
  
  

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