Uploaded image for project: 'XMLBeans'
  1. XMLBeans
  2. XMLBEANS-41

Documentation error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • unspecified
    • None
    • None

    Description

      http://xml.apache.org/xmlbeans/docs/guide/conUsingBookmarksToAnnotateXML.html

      The code sample should be

      XmlCursor orderCursor = xmlDoc.newCursor();
      OrderBookmark thisBookmark = new OrderBookmark("foo");
      orderCursor.setBookmark(thisBookmark);

      instead of

      XmlCursor orderCursor = xmlDoc.newCursor();
      OrderBookmark thisBookmark = new OrderBookmark("foo");
      orderCursor.setBookmark(thisAnnotation);

      I am picky hey

      Attachments

        Activity

          People

            Unassigned Unassigned
            cameronbraid Cameron Braid
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: