< prev index next >

src/java.xml/share/classes/javax/xml/transform/sax/SAXSource.java

Print this page

        

*** 38,48 **** * input source that is not * generated with a namespace-aware parser may result in errors. * Parsers can be made namespace aware by calling the * {@link javax.xml.parsers.SAXParserFactory#setNamespaceAware(boolean awareness)} method.</p> * ! * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a> * @since 1.4 */ public class SAXSource implements Source { /** --- 38,48 ---- * input source that is not * generated with a namespace-aware parser may result in errors. * Parsers can be made namespace aware by calling the * {@link javax.xml.parsers.SAXParserFactory#setNamespaceAware(boolean awareness)} method.</p> * ! * @author Jeff Suttor * @since 1.4 */ public class SAXSource implements Source { /**
< prev index next >