You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2001/08/06 03:35:09 UTC

cvs commit: xml-xalan/c/src/XalanDOM XalanDocument.hpp

dbertoni    01/08/05 18:35:09

  Modified:    c/src/XalanDOM XalanDocument.hpp
  Log:
  Added pure virtual to determine the instance number of the document.
  
  Revision  Changes    Path
  1.5       +8 -1      xml-xalan/c/src/XalanDOM/XalanDocument.hpp
  
  Index: XalanDocument.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanDOM/XalanDocument.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XalanDocument.hpp	2000/11/02 01:46:40	1.4
  +++ XalanDocument.hpp	2001/08/06 01:35:09	1.5
  @@ -726,7 +726,14 @@
       virtual XalanElement*
   	getElementById(const XalanDOMString&	elementId) const = 0;
   
  -	// This interface is a Xalan-specific extension.
  +	/**
  +	 * Get the document's number.  This interface is a Xalan-specific
  +	 * extension.
  +	 *
  +	 * @return The document number.
  +	 */
  +	virtual unsigned long
  +	getNumber() const = 0;
   
       //@}
   
  
  
  

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