mcnamara 2005/01/22 17:02:11
Modified: java/src/org/apache/xml/utils StylesheetPIHandler.java
SuballocatedByteVector.java
SuballocatedIntVector.java
ThreadControllerWrapper.java UnImplNode.java
XMLChar.java XMLCharacterRecognizer.java
XMLReaderManager.java
java/src/org/apache/xpath CachedXPathAPI.java
Expression.java NodeSet.java NodeSetDTM.java
SourceTreeManager.java VariableStack.java
XPathAPI.java
java/src/org/apache/xpath/axes ChildTestIterator.java
DescendantIterator.java FilterExprIterator.java
FilterExprIteratorSimple.java FilterExprWalker.java
LocPathIterator.java MatchPatternIterator.java
NodeSequence.java OneStepIterator.java
OneStepIteratorForward.java PredicatedNodeTest.java
SelfIteratorNoPredicate.java UnionPathIterator.java
WalkerFactory.java WalkingIterator.java
Log:
Clean up javadoc to reduce warnings during doc builds. See XALANJ-2048
Revision Changes Path
1.3 +4 -4
xml-xalan/java/src/org/apache/xml/utils/StylesheetPIHandler.java
Index: StylesheetPIHandler.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xml/utils/StylesheetPIHandler.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- StylesheetPIHandler.java 17 Feb 2004 04:21:14 -0000 1.2
+++ StylesheetPIHandler.java 23 Jan 2005 01:02:10 -0000 1.3
@@ -307,10 +307,10 @@
* so, at least for right now, I'm going to go ahead an throw a
TransformerException
* in order to stop the parse.
*
- * @param uri The Namespace URI, or an empty string.
+ * @param namespaceURI The Namespace URI, or an empty string.
* @param localName The local name (without prefix), or empty string if
not namespace processing.
- * @param rawName The qualified name (with prefix).
- * @param attributes The specified or defaulted attributes.
+ * @param qName The qualified name (with prefix).
+ * @param atts The specified or defaulted attributes.
*
* @throws StopParseException since there can be no valid xml-stylesheet
processing
* instructions past the first element.
1.7 +6 -6
xml-xalan/java/src/org/apache/xml/utils/SuballocatedByteVector.java
Index: SuballocatedByteVector.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xml/utils/SuballocatedByteVector.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- SuballocatedByteVector.java 17 Feb 2004 04:21:14 -0000 1.6
+++ SuballocatedByteVector.java 23 Jan 2005 01:02:10 -0000 1.7
@@ -184,7 +184,7 @@
* Append several slots onto the vector, but do not set the values.
* Note: "Not Set" means the value is unspecified.
*
- * @param value Byte to add to the list
+ * @param numberOfElements
*/
private void addElements(int numberOfElements)
{
@@ -337,8 +337,8 @@
* The index must be a value greater than or equal to 0 and less
* than the current size of the vector.
*
- * @param node object to set
- * @param index Index of where to set the object
+ * @param value
+ * @param at Index of where to set the object
*/
public void setElementAt(byte value, int at)
{
@@ -379,10 +379,10 @@
* exception (see below), may return zero, or (if setSize has previously
* been used) may return stale data.
*
- * @throw ArrayIndexOutOfBoundsException if the index was _clearly_
+ * @throws ArrayIndexOutOfBoundsException if the index was _clearly_
* unreasonable (negative, or past the highest block).
*
- * @throw NullPointerException if the index points to a block that could
+ * @throws NullPointerException if the index points to a block that could
* have existed (based on the highest index used) but has never had
anything
* set into it.
* %REVIEW% Could add a catch to create the block in that case, or return
0.
1.11 +6 -6
xml-xalan/java/src/org/apache/xml/utils/SuballocatedIntVector.java
Index: SuballocatedIntVector.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xml/utils/SuballocatedIntVector.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- SuballocatedIntVector.java 17 Feb 2004 04:21:14 -0000 1.10
+++ SuballocatedIntVector.java 23 Jan 2005 01:02:10 -0000 1.11
@@ -224,7 +224,7 @@
* Append several slots onto the vector, but do not set the values.
* Note: "Not Set" means the value is unspecified.
*
- * @param value Int to add to the list
+ * @param numberOfElements Int to add to the list
*/
private void addElements(int numberOfElements)
{
@@ -379,8 +379,8 @@
* The index must be a value greater than or equal to 0 and less
* than the current size of the vector.
*
- * @param node object to set
- * @param index Index of where to set the object
+ * @param value object to set
+ * @param at Index of where to set the object
*/
public void setElementAt(int value, int at)
{
@@ -421,10 +421,10 @@
* exception (see below), may return zero, or (if setSize has previously
* been used) may return stale data.
*
- * @throw ArrayIndexOutOfBoundsException if the index was _clearly_
+ * @throws ArrayIndexOutOfBoundsException if the index was _clearly_
* unreasonable (negative, or past the highest block).
*
- * @throw NullPointerException if the index points to a block that could
+ * @throws NullPointerException if the index points to a block that could
* have existed (based on the highest index used) but has never had
anything
* set into it.
* %REVIEW% Could add a catch to create the block in that case, or return
0.
1.5 +2 -4
xml-xalan/java/src/org/apache/xml/utils/ThreadControllerWrapper.java
Index: ThreadControllerWrapper.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xml/utils/ThreadControllerWrapper.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ThreadControllerWrapper.java 15 Dec 2004 17:35:52 -0000 1.4
+++ ThreadControllerWrapper.java 23 Jan 2005 01:02:10 -0000 1.5
@@ -58,10 +58,8 @@
* NEEDSDOC @param task
* @param priority if >0 the task will run with the given priority
* ( doesn't seem to be used in xalan, since it's allways the default )
- * @returns The thread that is running the task, can be used
+ * @return The thread that is running the task, can be used
* to wait for completion
- *
- * NEEDSDOC ($objectName$) @return
*/
public Thread run(Runnable task, int priority)
{
1.11 +5 -12 xml-xalan/java/src/org/apache/xml/utils/UnImplNode.java
Index: UnImplNode.java
===================================================================
RCS file: /home/cvs/xml-xalan/java/src/org/apache/xml/utils/UnImplNode.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- UnImplNode.java 17 Feb 2004 04:21:14 -0000 1.10
+++ UnImplNode.java 23 Jan 2005 01:02:10 -0000 1.11
@@ -477,7 +477,6 @@
* Unimplemented. See org.w3c.dom.Element
*
* @param namespaceURI Namespace URI of attribute node to set
- * @param localName Local part of qualified name of attribute node to set
* NEEDSDOC @param qualifiedName
* @param value value of attribute
*
@@ -695,16 +694,14 @@
/**
* Tests whether the DOM implementation implements a specific feature and
* that feature is supported by this node.
- * @param featureThe name of the feature to test. This is the same name
+ * @param feature The name of the feature to test. This is the same name
* which can be passed to the method <code>hasFeature</code> on
* <code>DOMImplementation</code>.
- * @param versionThis is the version number of the feature to test. In
+ * @param version This is the version number of the feature to test. In
* Level 2, version 1, this is the string "2.0". If the version is not
* specified, supporting any version of the feature will cause the
* method to return <code>true</code>.
*
- * NEEDSDOC @param feature
- * NEEDSDOC @param version
* @return Returns <code>false</code>
* @since DOM Level 2
*/
@@ -937,15 +934,12 @@
/**
* Unimplemented. See org.w3c.dom.Document
*
- * @param importedNodeThe node to import.
- * @param deepIf <code>true</code>, recursively import the subtree under
+ * @param importedNode The node to import.
+ * @param deep If <code>true</code>, recursively import the
subtree under
* the specified node; if <code>false</code>, import only the node
* itself, as explained above. This has no effect on <code>Attr</code>
* , <code>EntityReference</code>, and <code>Notation</code> nodes.
*
- * NEEDSDOC @param importedNode
- * NEEDSDOC @param deep
- *
* @return null
*
* @throws DOMException
@@ -1058,7 +1052,6 @@
* Unimplemented.
*
* @param offset Start offset of substring to insert.
- * @param count The length of the substring to insert.
* NEEDSDOC @param arg
*
* @throws DOMException
1.6 +1 -1 xml-xalan/java/src/org/apache/xml/utils/XMLChar.java
Index: XMLChar.java
===================================================================
RCS file: /home/cvs/xml-xalan/java/src/org/apache/xml/utils/XMLChar.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- XMLChar.java 15 Dec 2004 17:35:52 -0000 1.5
+++ XMLChar.java 23 Jan 2005 01:02:10 -0000 1.6
@@ -539,7 +539,7 @@
* Check to see if a string is a valid NCName according to [4]
* from the XML Namespaces 1.0 Recommendation
*
- * @param name string to check
+ * @param ncName string to check
* @return true if name is a valid NCName
*/
public static boolean isValidNCName(String ncName) {
1.8 +2 -2
xml-xalan/java/src/org/apache/xml/utils/XMLCharacterRecognizer.java
Index: XMLCharacterRecognizer.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xml/utils/XMLCharacterRecognizer.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- XMLCharacterRecognizer.java 17 Feb 2004 04:21:14 -0000 1.7
+++ XMLCharacterRecognizer.java 23 Jan 2005 01:02:10 -0000 1.8
@@ -84,7 +84,7 @@
/**
* Tell if the string is whitespace.
*
- * @param buf StringBuffer to check as XML whitespace.
+ * @param s String to check as XML whitespace.
* @return True if characters in buffer are XML whitespace, false otherwise
*/
public static boolean isWhiteSpace(String s)
1.4 +2 -2
xml-xalan/java/src/org/apache/xml/utils/XMLReaderManager.java
Index: XMLReaderManager.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xml/utils/XMLReaderManager.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XMLReaderManager.java 30 Aug 2004 15:41:55 -0000 1.3
+++ XMLReaderManager.java 23 Jan 2005 01:02:10 -0000 1.4
@@ -73,7 +73,7 @@
* Retrieves a cached XMLReader for this thread, or creates a new
* XMLReader, if the existing reader is in use. When the caller no
* longer needs the reader, it must release it with a call to
- * [EMAIL PROTECTED] releaseXMLReader}.
+ * [EMAIL PROTECTED] #releaseXMLReader}.
*/
public synchronized XMLReader getXMLReader() throws SAXException {
XMLReader reader;
1.6 +1 -3 xml-xalan/java/src/org/apache/xpath/CachedXPathAPI.java
Index: CachedXPathAPI.java
===================================================================
RCS file: /home/cvs/xml-xalan/java/src/org/apache/xpath/CachedXPathAPI.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- CachedXPathAPI.java 17 Feb 2004 04:30:02 -0000 1.5
+++ CachedXPathAPI.java 23 Jan 2005 01:02:10 -0000 1.6
@@ -217,7 +217,6 @@
* XPath namespace prefixes will be resolved from the namespaceNode.
* @param contextNode The node to start searching from.
* @param str A valid XPath string.
- * @param namespaceNode The node from which prefixes in the XPath will be
resolved to namespaces.
* @return An XObject, which can be used to obtain a string, number,
nodelist, etc, should never be null.
* @see org.apache.xpath.objects.XObject
* @see org.apache.xpath.objects.XNull
@@ -291,7 +290,6 @@
*
* @param contextNode The node to start searching from.
* @param str A valid XPath string.
- * @param namespaceNode The node from which prefixes in the XPath will
be resolved to namespaces.
* @param prefixResolver Will be called if the parser encounters
namespace
* prefixes, to resolve the prefixes to URLs.
* @return An XObject, which can be used to obtain a string, number,
nodelist, etc, should never be null.
1.25 +2 -2 xml-xalan/java/src/org/apache/xpath/Expression.java
Index: Expression.java
===================================================================
RCS file: /home/cvs/xml-xalan/java/src/org/apache/xpath/Expression.java,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- Expression.java 17 Aug 2004 19:25:33 -0000 1.24
+++ Expression.java 23 Jan 2005 01:02:10 -0000 1.25
@@ -201,7 +201,7 @@
/**
* Tell if the expression is a nodeset expression. In other words, tell
- * if you can execute [EMAIL PROTECTED] asNode() asNode} without an
exception.
+ * if you can execute [EMAIL PROTECTED] #asNode(XPathContext) asNode}
without an exception.
* @return true if the expression can be represented as a nodeset.
*/
public boolean isNodesetExpr()
1.22 +1 -7 xml-xalan/java/src/org/apache/xpath/NodeSet.java
Index: NodeSet.java
===================================================================
RCS file: /home/cvs/xml-xalan/java/src/org/apache/xpath/NodeSet.java,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- NodeSet.java 17 Feb 2004 04:30:02 -0000 1.21
+++ NodeSet.java 23 Jan 2005 01:02:10 -0000 1.22
@@ -620,9 +620,6 @@
/**
* Add the node into a vector of nodes where it should occur in
* document order.
- * @param v Vector of nodes, presumably containing Nodes
- * @param obj Node object.
- *
* @param node The node to be added.
* @param test true if we should test for doc order
* @param support The XPath runtime context.
@@ -697,9 +694,6 @@
/**
* Add the node into a vector of nodes where it should occur in
* document order.
- * @param v Vector of nodes, presumably containing Nodes
- * @param obj Node object.
- *
* @param node The node to be added.
* @param support The XPath runtime context.
*
1.17 +3 -10 xml-xalan/java/src/org/apache/xpath/NodeSetDTM.java
Index: NodeSetDTM.java
===================================================================
RCS file: /home/cvs/xml-xalan/java/src/org/apache/xpath/NodeSetDTM.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- NodeSetDTM.java 17 Aug 2004 19:25:33 -0000 1.16
+++ NodeSetDTM.java 23 Jan 2005 01:02:10 -0000 1.17
@@ -133,7 +133,7 @@
* Create a NodeSetDTM, and copy the members of the
* given DTMIterator into it.
*
- * @param ni Iterator which yields Nodes to be made members of the new set.
+ * @param iterator Iterator which yields Nodes to be made members of the
new set.
*/
public NodeSetDTM(NodeIterator iterator, XPathContext xctxt)
{
@@ -154,7 +154,6 @@
* Create a NodeSetDTM, and copy the members of the
* given DTMIterator into it.
*
- * @param ni Iterator which yields Nodes to be made members of the new set.
*/
public NodeSetDTM(NodeList nodeList, XPathContext xctxt)
{
@@ -228,7 +227,7 @@
* Initialize the context values for this expression
* after it is cloned.
*
- * @param execContext The XPath runtime context for this
+ * @param context The XPath runtime context for this
* transformation.
*/
public void setRoot(int context, Object environment)
@@ -781,9 +780,6 @@
/**
* Add the node into a vector of nodes where it should occur in
* document order.
- * @param v Vector of nodes, presumably containing Nodes
- * @param obj Node object.
- *
* @param node The node to be added.
* @param test true if we should test for doc order
* @param support The XPath runtime context.
@@ -859,9 +855,6 @@
/**
* Add the node into a vector of nodes where it should occur in
* document order.
- * @param v Vector of nodes, presumably containing Nodes
- * @param obj Node object.
- *
* @param node The node to be added.
* @param support The XPath runtime context.
*
1.35 +2 -4
xml-xalan/java/src/org/apache/xpath/SourceTreeManager.java
Index: SourceTreeManager.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xpath/SourceTreeManager.java,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- SourceTreeManager.java 17 Feb 2004 04:30:02 -0000 1.34
+++ SourceTreeManager.java 23 Jan 2005 01:02:10 -0000 1.35
@@ -331,10 +331,8 @@
* not currently in use for another parse().
*
* @param inputSource The value returned from the URIResolver.
- * @returns a SAX2 XMLReader to use to resolve the inputSource argument.
+ * @return a SAX2 XMLReader to use to resolve the inputSource argument.
* @param locator The location of the original caller, for diagnostic
purposes.
- *
- * @return non-null XMLReader reference ready to parse.
*
* @throws TransformerException if the reader can not be created.
*/
1.47 +3 -3 xml-xalan/java/src/org/apache/xpath/VariableStack.java
Index: VariableStack.java
===================================================================
RCS file: /home/cvs/xml-xalan/java/src/org/apache/xpath/VariableStack.java,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- VariableStack.java 17 Feb 2004 04:30:02 -0000 1.46
+++ VariableStack.java 23 Jan 2005 01:02:10 -0000 1.47
@@ -205,7 +205,7 @@
/**
* Free up the stack frame that was last allocated with
- * [EMAIL PROTECTED] link(int size)}.
+ * [EMAIL PROTECTED] #link(int size)}.
*/
public void unlink()
{
@@ -215,7 +215,7 @@
/**
* Free up the stack frame that was last allocated with
- * [EMAIL PROTECTED] link(int size)}.
+ * [EMAIL PROTECTED] #link(int size)}.
* @param currentFrame The current frame to set to
* after the unlink.
*/
1.18 +1 -3 xml-xalan/java/src/org/apache/xpath/XPathAPI.java
Index: XPathAPI.java
===================================================================
RCS file: /home/cvs/xml-xalan/java/src/org/apache/xpath/XPathAPI.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- XPathAPI.java 17 Feb 2004 04:30:02 -0000 1.17
+++ XPathAPI.java 23 Jan 2005 01:02:10 -0000 1.18
@@ -173,7 +173,6 @@
* XPath namespace prefixes will be resolved from the namespaceNode.
* @param contextNode The node to start searching from.
* @param str A valid XPath string.
- * @param namespaceNode The node from which prefixes in the XPath will be
resolved to namespaces.
* @return An XObject, which can be used to obtain a string, number,
nodelist, etc, should never be null.
* @see org.apache.xpath.objects.XObject
* @see org.apache.xpath.objects.XNull
@@ -248,7 +247,6 @@
*
* @param contextNode The node to start searching from.
* @param str A valid XPath string.
- * @param namespaceNode The node from which prefixes in the XPath will
be resolved to namespaces.
* @param prefixResolver Will be called if the parser encounters
namespace
* prefixes, to resolve the prefixes to URLs.
* @return An XObject, which can be used to obtain a string, number,
nodelist, etc, should never be null.
1.22 +2 -2
xml-xalan/java/src/org/apache/xpath/axes/ChildTestIterator.java
Index: ChildTestIterator.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xpath/axes/ChildTestIterator.java,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChildTestIterator.java 17 Aug 2004 19:25:34 -0000 1.21
+++ ChildTestIterator.java 23 Jan 2005 01:02:10 -0000 1.22
@@ -116,7 +116,7 @@
* Initialize the context values for this expression
* after it is cloned.
*
- * @param execContext The XPath runtime context for this
+ * @param context The XPath runtime context for this
* transformation.
*/
public void setRoot(int context, Object environment)
1.25 +2 -7
xml-xalan/java/src/org/apache/xpath/axes/DescendantIterator.java
Index: DescendantIterator.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xpath/axes/DescendantIterator.java,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- DescendantIterator.java 2 Nov 2004 14:53:47 -0000 1.24
+++ DescendantIterator.java 23 Jan 2005 01:02:10 -0000 1.25
@@ -125,11 +125,6 @@
/**
* Create a DescendantIterator object.
*
- * @param compiler A reference to the Compiler that contains the op map.
- * @param opPos The position within the op map, which contains the
- * location path expression for this itterator.
- *
- * @throws javax.xml.transform.TransformerException
*/
public DescendantIterator()
{
@@ -257,7 +252,7 @@
* Initialize the context values for this expression
* after it is cloned.
*
- * @param execContext The XPath runtime context for this
+ * @param context The XPath runtime context for this
* transformation.
*/
public void setRoot(int context, Object environment)
1.7 +4 -12
xml-xalan/java/src/org/apache/xpath/axes/FilterExprIterator.java
Index: FilterExprIterator.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xpath/axes/FilterExprIterator.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- FilterExprIterator.java 17 Aug 2004 19:25:34 -0000 1.6
+++ FilterExprIterator.java 23 Jan 2005 01:02:10 -0000 1.7
@@ -38,11 +38,8 @@
private boolean m_canDetachNodeset = true;
/**
- * Create a ChildTestIterator object.
+ * Create a FilterExprIterator object.
*
- * @param traverser Traverser that tells how the KeyIterator is to be
handled.
- *
- * @throws javax.xml.transform.TransformerException
*/
public FilterExprIterator()
{
@@ -50,11 +47,8 @@
}
/**
- * Create a ChildTestIterator object.
- *
- * @param traverser Traverser that tells how the KeyIterator is to be
handled.
+ * Create a FilterExprIterator object.
*
- * @throws javax.xml.transform.TransformerException
*/
public FilterExprIterator(Expression expr)
{
@@ -66,7 +60,7 @@
* Initialize the context values for this expression
* after it is cloned.
*
- * @param execContext The XPath runtime context for this
+ * @param context The XPath runtime context for this
* transformation.
*/
public void setRoot(int context, Object environment)
@@ -191,8 +185,6 @@
* each member. If the called visitor method returns
* false, the subtree should not be called.
*
- * @param owner The owner of the visitor, where that path may be
- * rewritten if needed.
* @param visitor The visitor whose appropriate method will be called.
*/
public void callPredicateVisitors(XPathVisitor visitor)
1.7 +4 -12
xml-xalan/java/src/org/apache/xpath/axes/FilterExprIteratorSimple.java
Index: FilterExprIteratorSimple.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xpath/axes/FilterExprIteratorSimple.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- FilterExprIteratorSimple.java 17 Aug 2004 19:25:34 -0000 1.6
+++ FilterExprIteratorSimple.java 23 Jan 2005 01:02:10 -0000 1.7
@@ -46,11 +46,8 @@
private boolean m_canDetachNodeset = true;
/**
- * Create a ChildTestIterator object.
+ * Create a FilterExprIteratorSimple object.
*
- * @param traverser Traverser that tells how the KeyIterator is to be
handled.
- *
- * @throws javax.xml.transform.TransformerException
*/
public FilterExprIteratorSimple()
{
@@ -58,11 +55,8 @@
}
/**
- * Create a ChildTestIterator object.
- *
- * @param traverser Traverser that tells how the KeyIterator is to be
handled.
+ * Create a FilterExprIteratorSimple object.
*
- * @throws javax.xml.transform.TransformerException
*/
public FilterExprIteratorSimple(Expression expr)
{
@@ -74,7 +68,7 @@
* Initialize the context values for this expression
* after it is cloned.
*
- * @param execContext The XPath runtime context for this
+ * @param context The XPath runtime context for this
* transformation.
*/
public void setRoot(int context, Object environment)
@@ -276,8 +270,6 @@
* each member. If the called visitor method returns
* false, the subtree should not be called.
*
- * @param owner The owner of the visitor, where that path may be
- * rewritten if needed.
* @param visitor The visitor whose appropriate method will be called.
*/
public void callPredicateVisitors(XPathVisitor visitor)
1.26 +1 -3
xml-xalan/java/src/org/apache/xpath/axes/FilterExprWalker.java
Index: FilterExprWalker.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xpath/axes/FilterExprWalker.java,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- FilterExprWalker.java 17 Aug 2004 19:25:34 -0000 1.25
+++ FilterExprWalker.java 23 Jan 2005 01:02:10 -0000 1.26
@@ -318,8 +318,6 @@
* each member. If the called visitor method returns
* false, the subtree should not be called.
*
- * @param owner The owner of the visitor, where that path may be
- * rewritten if needed.
* @param visitor The visitor whose appropriate method will be called.
*/
public void callPredicateVisitors(XPathVisitor visitor)
1.43 +2 -7
xml-xalan/java/src/org/apache/xpath/axes/LocPathIterator.java
Index: LocPathIterator.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xpath/axes/LocPathIterator.java,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- LocPathIterator.java 17 Aug 2004 19:25:34 -0000 1.42
+++ LocPathIterator.java 23 Jan 2005 01:02:10 -0000 1.43
@@ -52,8 +52,6 @@
/**
* Create a LocPathIterator object.
*
- * @param nscontext The namespace context for this iterator,
- * should be OK if null.
*/
protected LocPathIterator()
{
@@ -254,9 +252,6 @@
*
* @param xctxt The execution context.
* @param contextNode The node that "." expresses.
- * @param namespaceContext The context in which namespaces in the
- * XPath are supposed to be expanded.
- *
* @throws TransformerException thrown if the active ProblemListener
decides
* the error condition is severe enough to halt processing.
*
@@ -354,7 +349,7 @@
* Initialize the context values for this expression
* after it is cloned.
*
- * @param execContext The XPath runtime context for this
+ * @param context The XPath runtime context for this
* transformation.
*/
public void setRoot(int context, Object environment)
1.11 +2 -2
xml-xalan/java/src/org/apache/xpath/axes/MatchPatternIterator.java
Index: MatchPatternIterator.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xpath/axes/MatchPatternIterator.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- MatchPatternIterator.java 15 Dec 2004 17:35:55 -0000 1.10
+++ MatchPatternIterator.java 23 Jan 2005 01:02:10 -0000 1.11
@@ -151,7 +151,7 @@
* Initialize the context values for this expression
* after it is cloned.
*
- * @param execContext The XPath runtime context for this
+ * @param context The XPath runtime context for this
* transformation.
*/
public void setRoot(int context, Object environment)
1.14 +2 -7
xml-xalan/java/src/org/apache/xpath/axes/NodeSequence.java
Index: NodeSequence.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xpath/axes/NodeSequence.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- NodeSequence.java 21 Oct 2004 15:45:57 -0000 1.13
+++ NodeSequence.java 23 Jan 2005 01:02:10 -0000 1.14
@@ -124,7 +124,7 @@
/**
* Create a new NodeSequence from a (already cloned) iterator.
*
- * @param iter Cloned (not static) DTMIterator.
+ * @param nodeVector
*/
public NodeSequence(Object nodeVector)
{
@@ -592,12 +592,7 @@
/**
* Add the node into a vector of nodes where it should occur in
* document order.
- * @param v Vector of nodes, presumably containing Nodes
- * @param obj Node object.
- *
* @param node The node to be added.
- * @param test true if we should test for doc order
- * @param support The XPath runtime context.
* @return insertIndex.
* @throws RuntimeException thrown if this NodeSetDTM is not of
* a mutable type.
1.17 +2 -2
xml-xalan/java/src/org/apache/xpath/axes/OneStepIterator.java
Index: OneStepIterator.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xpath/axes/OneStepIterator.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- OneStepIterator.java 17 Aug 2004 19:25:34 -0000 1.16
+++ OneStepIterator.java 23 Jan 2005 01:02:10 -0000 1.17
@@ -84,7 +84,7 @@
* Initialize the context values for this expression
* after it is cloned.
*
- * @param execContext The XPath runtime context for this
+ * @param context The XPath runtime context for this
* transformation.
*/
public void setRoot(int context, Object environment)
1.12 +2 -2
xml-xalan/java/src/org/apache/xpath/axes/OneStepIteratorForward.java
Index: OneStepIteratorForward.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xpath/axes/OneStepIteratorForward.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- OneStepIteratorForward.java 17 Aug 2004 19:25:34 -0000 1.11
+++ OneStepIteratorForward.java 23 Jan 2005 01:02:11 -0000 1.12
@@ -79,7 +79,7 @@
* Initialize the context values for this expression
* after it is cloned.
*
- * @param execContext The XPath runtime context for this
+ * @param context The XPath runtime context for this
* transformation.
*/
public void setRoot(int context, Object environment)
1.17 +1 -3
xml-xalan/java/src/org/apache/xpath/axes/PredicatedNodeTest.java
Index: PredicatedNodeTest.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xpath/axes/PredicatedNodeTest.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- PredicatedNodeTest.java 17 Aug 2004 19:25:34 -0000 1.16
+++ PredicatedNodeTest.java 23 Jan 2005 01:02:11 -0000 1.17
@@ -541,8 +541,6 @@
* each member. If the called visitor method returns
* false, the subtree should not be called.
*
- * @param owner The owner of the visitor, where that path may be
- * rewritten if needed.
* @param visitor The visitor whose appropriate method will be called.
*/
public void callPredicateVisitors(XPathVisitor visitor)
1.14 +1 -6
xml-xalan/java/src/org/apache/xpath/axes/SelfIteratorNoPredicate.java
Index: SelfIteratorNoPredicate.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xpath/axes/SelfIteratorNoPredicate.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- SelfIteratorNoPredicate.java 17 Aug 2004 19:25:34 -0000 1.13
+++ SelfIteratorNoPredicate.java 23 Jan 2005 01:02:11 -0000 1.14
@@ -51,11 +51,6 @@
/**
* Create a SelfIteratorNoPredicate object.
*
- * @param compiler A reference to the Compiler that contains the op map.
- * @param opPos The position within the op map, which contains the
- * location path expression for this itterator.
- * @param analysis Analysis bits.
- *
* @throws javax.xml.transform.TransformerException
*/
public SelfIteratorNoPredicate()
1.36 +3 -3
xml-xalan/java/src/org/apache/xpath/axes/UnionPathIterator.java
Index: UnionPathIterator.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xpath/axes/UnionPathIterator.java,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- UnionPathIterator.java 21 Oct 2004 15:45:57 -0000 1.35
+++ UnionPathIterator.java 23 Jan 2005 01:02:11 -0000 1.36
@@ -58,7 +58,7 @@
* Initialize the context values for this expression
* after it is cloned.
*
- * @param execContext The XPath runtime context for this
+ * @param context The XPath runtime context for this
* transformation.
*/
public void setRoot(int context, Object environment)
@@ -90,7 +90,7 @@
/**
* Add an iterator to the union list.
*
- * @param iter non-null reference to a location path iterator.
+ * @param expr non-null reference to a location path iterator.
*/
public void addIterator(DTMIterator expr)
{
1.30 +1 -8
xml-xalan/java/src/org/apache/xpath/axes/WalkerFactory.java
Index: WalkerFactory.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xpath/axes/WalkerFactory.java,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- WalkerFactory.java 15 Dec 2004 17:35:55 -0000 1.29
+++ WalkerFactory.java 23 Jan 2005 01:02:11 -0000 1.30
@@ -44,9 +44,6 @@
/**
* This method is for building an array of possible levels
* where the target element(s) could be found for a match.
- * @param xpath The xpath that is executing.
- * @param context The current source tree context node.
- *
* @param lpi The owning location path iterator.
* @param compiler non-null reference to compiler object that has processed
* the XPath operations into an opcode map.
@@ -81,9 +78,6 @@
/**
* This method is for building an array of possible levels
* where the target element(s) could be found for a match.
- * @param xpath The xpath that is executing.
- * @param context The current source tree context node.
- *
* @param lpi The owning location path iterator object.
* @param compiler non-null reference to compiler object that has processed
* the XPath operations into an opcode map.
@@ -294,7 +288,6 @@
* @param compiler non-null reference to compiler object that has processed
* the XPath operations into an opcode map.
* @param stepOpCodePos The opcode position for the step.
- * @param stepIndex The top-level step index withing the iterator.
*
* @return 32 bits as an integer that give information about the location
* path as a whole.
1.12 +2 -2
xml-xalan/java/src/org/apache/xpath/axes/WalkingIterator.java
Index: WalkingIterator.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xpath/axes/WalkingIterator.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- WalkingIterator.java 17 Aug 2004 19:25:34 -0000 1.11
+++ WalkingIterator.java 23 Jan 2005 01:02:11 -0000 1.12
@@ -141,7 +141,7 @@
* Initialize the context values for this expression
* after it is cloned.
*
- * @param execContext The XPath runtime context for this
+ * @param context The XPath runtime context for this
* transformation.
*/
public void setRoot(int context, Object environment)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]