8130716: Fix reference problems in jaxp javadoc
Reviewed-by: lancea
This commit is contained in:
parent
18b9b116dc
commit
bc9b78ac81
@ -49,7 +49,7 @@ public interface XMLEventReader extends Iterator {
|
||||
* Get the next XMLEvent
|
||||
* @see XMLEvent
|
||||
* @throws XMLStreamException if there is an error with the underlying XML.
|
||||
* @throws NoSuchElementException iteration has no more elements.
|
||||
* @throws java.util.NoSuchElementException iteration has no more elements.
|
||||
*/
|
||||
public XMLEvent nextEvent() throws XMLStreamException;
|
||||
|
||||
|
@ -170,7 +170,7 @@ public interface XMLEvent extends javax.xml.stream.XMLStreamConstants {
|
||||
* infoset expressed.
|
||||
*
|
||||
* @param writer The writer that will output the data
|
||||
* @throws XMLStreamException if there is a fatal error writing the event
|
||||
* @throws javax.xml.stream.XMLStreamException if there is a fatal error writing the event
|
||||
*/
|
||||
public void writeAsEncodedUnicode(Writer writer)
|
||||
throws javax.xml.stream.XMLStreamException;
|
||||
|
Loading…
Reference in New Issue
Block a user