You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mi...@apache.org on 2003/10/22 20:59:52 UTC

cvs commit: xml-xalan/java/src/org/apache/xml/dtm/ref DTMNodeProxy.java DTMNodeIterator.java DTMManagerDefault.java

minchau     2003/10/22 11:59:52

  Modified:    java/src/org/apache/xml/dtm/ref Tag: xslt20-compiled
                        DTMNodeProxy.java DTMNodeIterator.java
                        DTMManagerDefault.java
  Log:
  javadoc update for bug 23983
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.17.4.2  +62 -62    xml-xalan/java/src/org/apache/xml/dtm/ref/DTMNodeProxy.java
  
  Index: DTMNodeProxy.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xml/dtm/ref/DTMNodeProxy.java,v
  retrieving revision 1.17.4.1
  retrieving revision 1.17.4.2
  diff -u -r1.17.4.1 -r1.17.4.2
  --- DTMNodeProxy.java	22 Oct 2003 18:59:07 -0000	1.17.4.1
  +++ DTMNodeProxy.java	22 Oct 2003 18:59:52 -0000	1.17.4.2
  @@ -203,7 +203,7 @@
   
     /**
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Node
      */
     public final String getNodeName()
  @@ -222,7 +222,7 @@
      * <p>
      * Note that getNodeName is aliased to getTarget.
      *
  -   * @return
  +   *
      */
     public final String getTarget()
     {
  @@ -231,7 +231,7 @@
   
     /**
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Node as of DOM Level 2
      */
     public final String getLocalName()
  @@ -262,7 +262,7 @@
   
     /**
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Node as of DOM Level 2
      */
     public final String getNamespaceURI()
  @@ -310,7 +310,7 @@
   
     /**
      *
  -   * @return
  +   *
      *
      * @throws DOMException
      * @see org.w3c.dom.Node
  @@ -344,7 +344,7 @@
   
     /**
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Node
      */
     public final short getNodeType()
  @@ -354,7 +354,7 @@
   
     /**
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Node
      */
     public final Node getParentNode()
  @@ -370,7 +370,7 @@
   
     /**
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Node
      */
     public final Node getOwnerNode()
  @@ -383,7 +383,7 @@
   
     /**
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Node
      */
     public final NodeList getChildNodes()
  @@ -399,7 +399,7 @@
   
     /**
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Node
      */
     public final Node getFirstChild()
  @@ -412,7 +412,7 @@
   
     /**
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Node
      */
     public final Node getLastChild()
  @@ -425,7 +425,7 @@
   
     /**
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Node
      */
     public final Node getPreviousSibling()
  @@ -438,7 +438,7 @@
   
     /**
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Node
      */
     public final Node getNextSibling()
  @@ -457,7 +457,7 @@
   
     /**
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Node
      */
     public final NamedNodeMap getAttributes()
  @@ -472,7 +472,7 @@
      *
      * @param name
      *
  -   * (hasAttribute) @return
  +   *
      */
     public boolean hasAttribute(String name)
     {
  @@ -486,7 +486,7 @@
      * @param name
      * @param x
      *
  -   * (hasAttributeNS) @return
  +   *
      */
     public boolean hasAttributeNS(String name, String x)
     {
  @@ -495,7 +495,7 @@
   
     /**
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Node
      */
     public final Document getOwnerDocument()
  @@ -509,7 +509,7 @@
      * @param newChild
      * @param refChild
      *
  -   * @return
  +   *
      *
      * @throws DOMException
      * @see org.w3c.dom.Node -- DTMNodeProxy is read-only
  @@ -525,7 +525,7 @@
      * @param newChild
      * @param oldChild
      *
  -   * @return
  +   *
      *
      * @throws DOMException
      * @see org.w3c.dom.Node -- DTMNodeProxy is read-only
  @@ -540,7 +540,7 @@
      *
      * @param oldChild
      *
  -   * @return
  +   *
      *
      * @throws DOMException
      * @see org.w3c.dom.Node -- DTMNodeProxy is read-only
  @@ -554,7 +554,7 @@
      *
      * @param newChild
      *
  -   * @return
  +   *
      *
      * @throws DOMException
      * @see org.w3c.dom.Node -- DTMNodeProxy is read-only
  @@ -566,7 +566,7 @@
   
     /**
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Node
      */
     public final boolean hasChildNodes()
  @@ -578,7 +578,7 @@
      *
      * @param deep
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Node -- DTMNodeProxy is read-only
      */
     public final Node cloneNode(boolean deep)
  @@ -588,7 +588,7 @@
   
     /**
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Document
      */
     public final DocumentType getDoctype()
  @@ -598,7 +598,7 @@
   
     /**
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Document
      */
     public final DOMImplementation getImplementation()
  @@ -610,7 +610,7 @@
      * Fragment and hence not have a clear-cut Document Element. We can
      * make it work in the well-formed cases but would that be confusing for others?
      * 
  -   * @return
  +   *
      * @see org.w3c.dom.Document
      */
     public final Element getDocumentElement()
  @@ -655,7 +655,7 @@
      *
      * @param tagName
      *
  -   * @return
  +   *
      *
      * @throws DOMException
      * @see org.w3c.dom.Document
  @@ -667,7 +667,7 @@
   
     /**
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Document
      */
     public final DocumentFragment createDocumentFragment()
  @@ -679,7 +679,7 @@
      *
      * @param data
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Document
      */
     public final Text createTextNode(String data)
  @@ -691,7 +691,7 @@
      *
      * @param data
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Document
      */
     public final Comment createComment(String data)
  @@ -703,7 +703,7 @@
      *
      * @param data
      *
  -   * @return
  +   *
      *
      * @throws DOMException
      * @see org.w3c.dom.Document
  @@ -719,7 +719,7 @@
      * @param target
      * @param data
      *
  -   * @return
  +   *
      *
      * @throws DOMException
      * @see org.w3c.dom.Document
  @@ -734,7 +734,7 @@
      *
      * @param name
      *
  -   * @return
  +   *
      *
      * @throws DOMException
      * @see org.w3c.dom.Document
  @@ -748,7 +748,7 @@
      *
      * @param name
      *
  -   * @return
  +   *
      *
      * @throws DOMException
      * @see org.w3c.dom.Document
  @@ -763,7 +763,7 @@
      *
      * @param tagname
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Document
      */
     public final NodeList getElementsByTagName(String tagname)
  @@ -776,7 +776,7 @@
      * @param importedNode
      * @param deep
      *
  -   * @return
  +   *
      *
      * @throws DOMException
      * @see org.w3c.dom.Document as of DOM Level 2 -- DTMNodeProxy is read-only
  @@ -792,7 +792,7 @@
      * @param namespaceURI
      * @param qualifiedName
      *
  -   * @return
  +   *
      *
      * @throws DOMException
      * @see org.w3c.dom.Document as of DOM Level 2
  @@ -808,7 +808,7 @@
      * @param namespaceURI
      * @param qualifiedName
      *
  -   * @return
  +   *
      *
      * @throws DOMException
      * @see org.w3c.dom.Document as of DOM Level 2
  @@ -824,7 +824,7 @@
      * @param namespaceURI
      * @param localName
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Document as of DOM Level 2
      */
     public final NodeList getElementsByTagNameNS(String namespaceURI,
  @@ -837,7 +837,7 @@
      *
      * @param elementId
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Document as of DOM Level 2
      */
     public final Element getElementById(String elementId)
  @@ -849,7 +849,7 @@
      *
      * @param offset
      *
  -   * @return
  +   *
      *
      * @throws DOMException
      * @see org.w3c.dom.Text
  @@ -861,7 +861,7 @@
   
     /**
      *
  -   * @return
  +   *
      *
      * @throws DOMException
      * @see org.w3c.dom.CharacterData
  @@ -885,7 +885,7 @@
   
     /**
      *
  -   * @return
  +   *
      * @see org.w3c.dom.CharacterData
      */
     public final int getLength()
  @@ -899,7 +899,7 @@
      * @param offset
      * @param count
      *
  -   * @return
  +   *
      *
      * @throws DOMException
      * @see org.w3c.dom.CharacterData
  @@ -964,7 +964,7 @@
   
     /**
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Element
      */
     public final String getTagName()
  @@ -976,7 +976,7 @@
      *
      * @param name
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Element
      */
     public final String getAttribute(String name)
  @@ -1017,7 +1017,7 @@
      *
      * @param name
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Element
      */
     public final Attr getAttributeNode(String name)
  @@ -1031,7 +1031,7 @@
      *
      * @param newAttr
      *
  -   * @return
  +   *
      *
      * @throws DOMException
      * @see org.w3c.dom.Element
  @@ -1045,7 +1045,7 @@
      *
      * @param oldAttr
      *
  -   * @return
  +   *
      *
      * @throws DOMException
      * @see org.w3c.dom.Element
  @@ -1058,7 +1058,7 @@
     /**
      * Introduced in DOM Level 2.
      *
  -   * @return
  +   *
      */
     public boolean hasAttributes()
     {
  @@ -1076,7 +1076,7 @@
      * @param namespaceURI
      * @param localName
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Element
      */
     public final String getAttributeNS(String namespaceURI, String localName)
  @@ -1121,7 +1121,7 @@
      * @param namespaceURI
      * @param localName
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Element
      */
     public final Attr getAttributeNodeNS(String namespaceURI, String localName)
  @@ -1133,7 +1133,7 @@
      *
      * @param newAttr
      *
  -   * @return
  +   *
      *
      * @throws DOMException
      * @see org.w3c.dom.Element
  @@ -1145,7 +1145,7 @@
   
     /**
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Attr
      */
     public final String getName()
  @@ -1155,7 +1155,7 @@
   
     /**
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Attr
      */
     public final boolean getSpecified()
  @@ -1169,7 +1169,7 @@
   
     /**
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Attr
      */
     public final String getValue()
  @@ -1190,7 +1190,7 @@
     /**
      * Get the owner element of an attribute.
      *
  -   * @return
  +   *
      * @see org.w3c.dom.Attr as of DOM Level 2
      */
     public final Element getOwnerElement()
  @@ -1209,7 +1209,7 @@
      *
      * NEEDSDOC @param source
      *
  -   * NEEDSDOC (adoptNode) @return
  +   *
      *
      * @throws DOMException
      */
  @@ -1228,7 +1228,7 @@
      * of this document. This is <code>null</code> when unspecified.
      * @since DOM Level 3
      *
  -   * NEEDSDOC ($objectName$) @return
  +   *
      */
     public String getEncoding()
     {
  @@ -1261,7 +1261,7 @@
      * document is standalone.
      * @since DOM Level 3
      *
  -   * NEEDSDOC ($objectName$) @return
  +   *
      */
     public boolean getStandalone()
     {
  @@ -1298,7 +1298,7 @@
      * defaults.
      * @since DOM Level 3
      *
  -   * NEEDSDOC ($objectName$) @return
  +   *
      */
     public boolean getStrictErrorChecking()
     {
  @@ -1335,7 +1335,7 @@
      * number of this document. This is <code>null</code> when unspecified.
      * @since DOM Level 3
      *
  -   * NEEDSDOC ($objectName$) @return
  +   *
      */
     public String getVersion()
     {
  
  
  
  1.7.6.1   +2 -2      xml-xalan/java/src/org/apache/xml/dtm/ref/DTMNodeIterator.java
  
  Index: DTMNodeIterator.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xml/dtm/ref/DTMNodeIterator.java,v
  retrieving revision 1.7
  retrieving revision 1.7.6.1
  diff -u -r1.7 -r1.7.6.1
  --- DTMNodeIterator.java	30 Jan 2003 18:46:17 -0000	1.7
  +++ DTMNodeIterator.java	22 Oct 2003 18:59:52 -0000	1.7.6.1
  @@ -188,7 +188,7 @@
     /** @return the next node in the set and advance the position of the
      * iterator in the set.
      *
  -   * @throw DOMException - INVALID_STATE_ERR Raised if this method is
  +   * @throws DOMException - INVALID_STATE_ERR Raised if this method is
      * called after the detach method was invoked.
      *  */
     public Node nextNode() throws DOMException
  @@ -206,7 +206,7 @@
     /** @return the next previous in the set and advance the position of the
      * iterator in the set.
      *
  -   * @throw DOMException - INVALID_STATE_ERR Raised if this method is
  +   * @throws DOMException - INVALID_STATE_ERR Raised if this method is
      * called after the detach method was invoked.
      *  */
     public Node previousNode() 
  
  
  
  1.47.2.1  +1 -1      xml-xalan/java/src/org/apache/xml/dtm/ref/DTMManagerDefault.java
  
  Index: DTMManagerDefault.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xml/dtm/ref/DTMManagerDefault.java,v
  retrieving revision 1.47
  retrieving revision 1.47.2.1
  diff -u -r1.47 -r1.47.2.1
  --- DTMManagerDefault.java	11 Sep 2003 13:37:31 -0000	1.47
  +++ DTMManagerDefault.java	22 Oct 2003 18:59:52 -0000	1.47.2.1
  @@ -621,7 +621,7 @@
      * 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.
      *
      * @return non-null XMLReader reference ready to parse.
      */
  
  
  

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