< prev index next >

src/java.xml/share/classes/com/sun/xml/internal/stream/XMLOutputFactoryImpl.java

Print this page

        

*** 46,56 **** /** * This class provides the implementation of XMLOutputFactory. * * @author Neeraj Bajaj, ! * @author k.venugopal@sun.com */ public class XMLOutputFactoryImpl extends XMLOutputFactory { //List of supported properties and default values. private PropertyManager fPropertyManager = new PropertyManager(PropertyManager.CONTEXT_WRITER); --- 46,56 ---- /** * This class provides the implementation of XMLOutputFactory. * * @author Neeraj Bajaj, ! * @author k venugopal */ public class XMLOutputFactoryImpl extends XMLOutputFactory { //List of supported properties and default values. private PropertyManager fPropertyManager = new PropertyManager(PropertyManager.CONTEXT_WRITER);
< prev index next >