prisonerjohn / processing-web

0 stars 0 forks source link

[CLOSED] All the summaries for XML.getXXX() methods are inconsistent with their description #76

Open prisonerjohn opened 10 years ago

prisonerjohn commented 10 years ago

Issue by teo1978 Saturday Mar 16, 2013 at 19:00 GMT Originally opened as https://github.com/processing/processing-web/issues/76


http://processing.org/reference/XML.html

getString() Gets the content of an element as a String

However at http://processing.org/reference/XML_getString_.html

Description Returns an attribute value of the element as a String.

I guess the first is wrong and the second is right.

Same with setString, getInt, setInt, and so on.

prisonerjohn commented 10 years ago

Comment by alignedleft Sunday Jun 02, 2013 at 17:37 GMT


Thanks! This will be fixed in 2.0.

For example, the getString() brief description now reads:

Gets the content of an attribute as a String