You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by jd...@locus.apache.org on 2000/03/08 21:54:56 UTC

cvs commit: xml-xalan/c/src/XSLT KeyTable.hpp

jdonohue    00/03/08 12:54:56

  Modified:    c/src/XSLT KeyTable.hpp
  Log:
  Fixed javadoc comments
  
  Revision  Changes    Path
  1.4       +8 -16     xml-xalan/c/src/XSLT/KeyTable.hpp
  
  Index: KeyTable.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/KeyTable.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- KeyTable.hpp	2000/02/29 20:54:23	1.3
  +++ KeyTable.hpp	2000/03/08 20:54:55	1.4
  @@ -58,7 +58,7 @@
   #define XALAN_KEYTABLE_HEADER_GUARD 
   
   /**
  - * $Id: KeyTable.hpp,v 1.3 2000/02/29 20:54:23 jdonohue Exp $
  + * $Id: KeyTable.hpp,v 1.4 2000/03/08 20:54:55 jdonohue Exp $
    * 
    * $State: Exp $
    * 
  @@ -121,11 +121,13 @@
   	/**
   	 * Build a keys table.
   	 *
  -	 * @param doc The owner document key (normally the same as startNode).
  -	 * @param startNode The node to start itterating from to build the keys index.
  -	 * @param nscontext The stylesheet's namespace context.
  -	 * @param keyDeclarations The stylesheet's xsl:key declarations.
  -	 * @param executionContext The current execution context.
  +	 * @param doc              owner document key (normally the same as
  +	 *                         startNode)
  +	 * @param startNode        node to start iterating from to build the keys
  +	 *                         index
  +	 * @param nscontext        stylesheet's namespace context
  +	 * @param keyDeclarations  stylesheet's xsl:key declarations
  +	 * @param executionContext current execution context
   	 */
   	KeyTable(
   			const DOM_Node&						doc,
  @@ -175,16 +177,6 @@
   	DOM_Node	m_docKey;
   
   	/**
  -	 * Hashtable of keys.
  -	 * The table is:
  -	 * a) keyed by name,
  -	 * b) each with a value of a hashtable, keyed by the value returned by 
  -	 *    the use attribute,
  -	 * c) each with a value that is a nodelist.
  -	 * Thus, for a given key or keyref, look up hashtable by name, 
  -	 * look up the nodelist by the given reference.
  -	 */
  -
   	/**
   	 * Table of element keys.  The table will be built on demand, 
   	 * when a key is requested, or set by the XMLParserLiaison or