jaxp/src/org/xml/sax/InputSource.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    72  * necessary).  However, standard processing of both byte and
    72  * necessary).  However, standard processing of both byte and
    73  * character streams is to close them on as part of end-of-parse cleanup,
    73  * character streams is to close them on as part of end-of-parse cleanup,
    74  * so applications should not attempt to re-use such streams after they
    74  * so applications should not attempt to re-use such streams after they
    75  * have been handed to a parser.  </p>
    75  * have been handed to a parser.  </p>
    76  *
    76  *
    77  * @since SAX 1.0
    77  * @since 1.4, SAX 1.0
    78  * @author David Megginson
    78  * @author David Megginson
    79  * @see org.xml.sax.XMLReader#parse(org.xml.sax.InputSource)
    79  * @see org.xml.sax.XMLReader#parse(org.xml.sax.InputSource)
    80  * @see org.xml.sax.EntityResolver#resolveEntity
    80  * @see org.xml.sax.EntityResolver#resolveEntity
    81  * @see java.io.InputStream
    81  * @see java.io.InputStream
    82  * @see java.io.Reader
    82  * @see java.io.Reader