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
|
* Get the next XMLEvent
|
||||||
* @see XMLEvent
|
* @see XMLEvent
|
||||||
* @throws XMLStreamException if there is an error with the underlying XML.
|
* @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;
|
public XMLEvent nextEvent() throws XMLStreamException;
|
||||||
|
|
||||||
|
@ -170,7 +170,7 @@ public interface XMLEvent extends javax.xml.stream.XMLStreamConstants {
|
|||||||
* infoset expressed.
|
* infoset expressed.
|
||||||
*
|
*
|
||||||
* @param writer The writer that will output the data
|
* @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)
|
public void writeAsEncodedUnicode(Writer writer)
|
||||||
throws javax.xml.stream.XMLStreamException;
|
throws javax.xml.stream.XMLStreamException;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user