You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by Apache Wiki <wi...@apache.org> on 2011/10/26 06:58:11 UTC

[Xmlbeans Wiki] Trivial Update of "NonvalidatingStronglyTypedWrapperOverJsr173Parser" by wentforgold

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Xmlbeans Wiki" for change notification.

The "NonvalidatingStronglyTypedWrapperOverJsr173Parser" page has been changed by wentforgold:
http://wiki.apache.org/xmlbeans/NonvalidatingStronglyTypedWrapperOverJsr173Parser?action=diff&rev1=26&rev2=27

    * calling getIntValue() should work like XML!StreamReader's getElementText() i.e.:
      * reads the content of a text-only element, an exception is thrown if this is not a  text-only element. Regardless of value of javax.xml.stream.isCoalescing this method always returns coalesced content. ( ex. for <a>  1<!--comment-->0  </a> getIntValue() will return an int with value 10 ) 
      * Precondition: the current event is START_ELEMENT. 
-     * Postcondition: the current event is the [[http://www.accountsandadvice.com.au/|bookkeepers in Melbourne]] corresponding END_ELEMENT. 
+     * Postcondition: the current event is the [[http://www.bookkeepersaustralia.com/|bookkeepers in Melbourne]] corresponding END_ELEMENT. 
      * plus there is one difference, in case of an inner element the stream will be consumed up to the corresponding END_ELEMENT and then thrown an exception
      * if the text inside is not lexically correct for the implied schema type an !InvalidLexicalValueException will be thrown for being consistent on all methods, the exception will contain the Location of the error.
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: commits-help@xmlbeans.apache.org