You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2002/05/08 21:56:34 UTC

DO NOT REPLY [Bug 8917] New: - parameter descriptions badly formatted.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8917>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8917

parameter descriptions badly formatted.

           Summary: parameter descriptions badly formatted.
           Product: Xerces-J
           Version: 1.2.3
          Platform: All
               URL: http://xml.apache.org/xerces-
                    j/apiDocs/org/w3c/dom/traversal/DocumentTraversal.html
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Docs
        AssignedTo: xerces-j-dev@xml.apache.org
        ReportedBy: cebert@pocketthis.com


The parameters documentation is mildly broken: e.g. 'rootThe' instead 
of 'root'. The parameter list for 'createNodeIterator' looks like this:

Parameters:
rootThe - node which will be iterated together with its children. The iterator 
is initially positioned just before this node. The whatToShow flags and the 
filter, if any, are not considered when setting this position. The root must 
not be null.
whatToShowThis - flag specifies which node types may appear in the logical view 
of the tree presented by the iterator. See the description of NodeFilter for 
the set of possible SHOW_ values.These flags can be combined using OR.
filterThe - NodeFilter to be used with this TreeWalker, or null to indicate no 
filter.
entityReferenceExpansionThe - value of this flag determines whether entity 
reference nodes are expanded.

I looked around in the rest of the documentation and it looked like a general 
problem. Perhaps a global search and replace strayed?

Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org