src/java.xml/share/classes/javax/xml/transform/sax/SAXSource.java
changeset 48412 d4412e380f6b
parent 47216 71c04702a3d5
equal deleted inserted replaced
48411:4ff5c5206427 48412:d4412e380f6b
    38  * input source that is not
    38  * input source that is not
    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 Jeff Suttor
    44  * @since 1.4
    44  * @since 1.4
    45  */
    45  */
    46 public class SAXSource implements Source {
    46 public class SAXSource implements Source {
    47 
    47 
    48     /**
    48     /**