< prev index next >

src/java.xml.bind/share/classes/com/sun/xml/internal/org/jvnet/staxex/XMLStreamReaderEx.java

Print this page

        

@@ -109,11 +109,11 @@
     // *
     // * @throws IllegalStateException
     // *      if the parser is not pointing at characters infoset item.
     // * @throws XMLStreamException
     // *      if the parser points to text but text is not base64-encoded text,
-    // *      or if some other parsing error occurs (such as if the &lt;xop:Include>
+    // *      or if some other parsing error occurs (such as if the {@code <xop:Include>}
     // *      points to a non-existing attachment.)
     // *
     // *      <p>
     // *      It is also OK for this method to return successfully, only to fail
     // *      during an {@link InputStream} is read from {@link DataSource}.
< prev index next >