dleslie 02/01/30 06:18:17
Modified: java/src/org/apache/xalan/lib NodeInfo.java
Log:
Changed "system id" to "public identifier" in javadoc
comments for publicId() methods.
Revision Changes Path
1.2 +3 -3 xml-xalan/java/src/org/apache/xalan/lib/NodeInfo.java
Index: NodeInfo.java
===================================================================
RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/lib/NodeInfo.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- NodeInfo.java 11 Jul 2001 04:00:09 -0000 1.1
+++ NodeInfo.java 30 Jan 2002 14:18:17 -0000 1.2
@@ -119,7 +119,7 @@
}
/**
- * <code>publicId</code> returns the system id of the current
+ * <code>publicId</code> returns the public identifier of the current
* context node.
*
* @param context an <code>ExpressionContext</code> value
@@ -139,8 +139,8 @@
}
/**
- * <code>publicId</code> returns the system id of the node passed as
- * argument. If a node set is passed as argument, the system id of
+ * <code>publicId</code> returns the public identifier of the node passed
as
+ * argument. If a node set is passed as argument, the public identifier of
* the first node in the set is returned.
*
* @param context an <code>ExpressionContext</code> value
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]