src/java.xml/share/classes/com/sun/xml/internal/stream/XMLOutputFactoryImpl.java
changeset 48412 d4412e380f6b
parent 47216 71c04702a3d5
child 57915 8570f22b9b6a
equal deleted inserted replaced
48411:4ff5c5206427 48412:d4412e380f6b
    46 
    46 
    47 /**
    47 /**
    48  * This class provides the implementation of XMLOutputFactory.
    48  * This class provides the implementation of XMLOutputFactory.
    49  *
    49  *
    50  * @author  Neeraj Bajaj,
    50  * @author  Neeraj Bajaj,
    51  * @author k.venugopal@sun.com
    51  * @author k venugopal
    52  */
    52  */
    53 public class XMLOutputFactoryImpl extends XMLOutputFactory {
    53 public class XMLOutputFactoryImpl extends XMLOutputFactory {
    54 
    54 
    55     //List of supported properties and default values.
    55     //List of supported properties and default values.
    56     private PropertyManager fPropertyManager = new PropertyManager(PropertyManager.CONTEXT_WRITER);
    56     private PropertyManager fPropertyManager = new PropertyManager(PropertyManager.CONTEXT_WRITER);