src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/PropertyManager.java
changeset 48412 d4412e380f6b
parent 47312 d4f959806fe9
equal deleted inserted replaced
48411:4ff5c5206427 48412:d4412e380f6b
    35 import javax.xml.stream.XMLOutputFactory;
    35 import javax.xml.stream.XMLOutputFactory;
    36 import javax.xml.stream.XMLResolver;
    36 import javax.xml.stream.XMLResolver;
    37 import jdk.xml.internal.JdkXmlUtils;
    37 import jdk.xml.internal.JdkXmlUtils;
    38 
    38 
    39 /**
    39 /**
    40  *  This class manages different properties related to Stax specification and its implementation.
    40  * This class manages different properties related to Stax specification and its implementation.
    41  * This class constructor also takes itself (PropertyManager object) as parameter and initializes the
    41  * This class constructor also takes itself (PropertyManager object) as parameter and initializes the
    42  * object with the property taken from the object passed.
    42  * object with the property taken from the object passed.
    43  *
    43  *
    44  * @author  Neeraj Bajaj, neeraj.bajaj@sun.com
    44  * @author Neeraj Bajaj
    45  * @author K.Venugopal@sun.com
    45  * @author K Venugopal
    46  * @author Sunitha Reddy, sunitha.reddy@sun.com
    46  * @author Sunitha Reddy
    47  */
    47  */
    48 
    48 
    49 public class PropertyManager {
    49 public class PropertyManager {
    50 
    50 
    51 
    51