You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by Steven Traut <st...@bea.com> on 2004/10/02 02:00:47 UTC

Fixes to XmlCursor Javadoc

Here are a few fixes to a few Javadoc nits in XmlCursor. Changes include:

- update selectPath methods to specify that functions aren't supported.
- update getTextValue methods to note that:
  - a negative value for the character count is treated as meaning "the whole text", rather than as an illegal value.
  - getTextValue now returns NAMESPACE values
  - calling getTextValue on END or ENDDOC now throws java.lang.IllegalStateException.
  - calling getTextValue on a PI strips the PI name as well as the delimiting <? and ?>.

Steve

 <<XmlCursor.java>>