[ http://nagoya.apache.org/jira/browse/XALANJ-1470?page=history ]

Henry Zongaro updated XALANJ-1470:
----------------------------------

           type: Improvement  (was: Bug)
       Priority: Minor  (was: Major)
    Bugzilla Id:   (was: 18720)

> Current Node and Context Node terminology
> -----------------------------------------
>
>          Key: XALANJ-1470
>          URL: http://nagoya.apache.org/jira/browse/XALANJ-1470
>      Project: XalanJ2
>         Type: Improvement
>   Components: Documentation
>     Versions: 2.5Dx
>  Environment: Operating System: All
> Platform: Other
>     Reporter: Igor Hersht
>     Priority: Minor

>
> This is actually a suggestion.
> In code and comments (a lot of files) we use incorrect terminology.
> We use Current Node when we mean Context Node and vice versa. 
> As an example (see below from  XPathContext).
> 1. "current context node" is wrong terminology
> 2.  getContextNode returns getCurrentNode()
>  (getCurrentNode() is final).
> /**
>    * Get the current context node.
>    * @return The current context node.
>    */
>   public final int getContextNode()
>   {
>     return this.getCurrentNode();
>   }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to