jaxp/src/javax/xml/transform/sax/SAXSource.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    39  * generated with a namespace-aware parser may result in errors.
    39  * generated with a namespace-aware parser may result in errors.
    40  * Parsers can be made namespace aware by calling the
    40  * Parsers can be made namespace aware by calling the
    41  * {@link javax.xml.parsers.SAXParserFactory#setNamespaceAware(boolean awareness)} method.</p>
    41  * {@link javax.xml.parsers.SAXParserFactory#setNamespaceAware(boolean awareness)} method.</p>
    42  *
    42  *
    43  * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a>
    43  * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a>
       
    44  * @since 1.4
    44  */
    45  */
    45 public class SAXSource implements Source {
    46 public class SAXSource implements Source {
    46 
    47 
    47     /**
    48     /**
    48      * If {@link javax.xml.transform.TransformerFactory#getFeature}
    49      * If {@link javax.xml.transform.TransformerFactory#getFeature}