--- old/src/javax/xml/stream/XMLInputFactory.java Fri May 10 01:53:07 2013 +++ new/src/javax/xml/stream/XMLInputFactory.java Fri May 10 01:52:52 2013 @@ -448,7 +448,8 @@ * Access to external DTDs, external Entity References is restricted to the * protocols specified by the property. If access is denied during parsing * due to the restriction of this property, {@link javax.xml.stream.XMLStreamException} - * will be thrown. + * will be thrown by the {@link javax.xml.stream.XMLStreamReader#next()} or + * {@link javax.xml.stream.XMLEventReader#nextEvent()} method. *

* *