jaxp/src/com/sun/xml/internal/stream/StaxXMLInputSource.java
changeset 24887 47b6d4800c64
parent 22139 f4b2aa462b46
equal deleted inserted replaced
24801:410bccbded9e 24887:47b6d4800c64
    32 /**
    32 /**
    33  *
    33  *
    34  * @author  Neeraj
    34  * @author  Neeraj
    35  *
    35  *
    36  * This class wraps XMLInputSource and is also capable of telling wether application
    36  * This class wraps XMLInputSource and is also capable of telling wether application
    37  * returned XMLStreamReader or not when XMLResolver.resolveEnity
    37  * returned XMLStreamReader or not when XMLResolver.resolveEntity
    38  * was called.
    38  * was called.
    39  */
    39  */
    40 public class StaxXMLInputSource {
    40 public class StaxXMLInputSource {
    41 
    41 
    42     XMLStreamReader fStreamReader ;
    42     XMLStreamReader fStreamReader ;