Searched defs:PropertyManager (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DPropertyManager.java38 * This class constructor also takes itself (PropertyManager object) as parameter and initializes the
46 public class PropertyManager { class
66 /** Creates a new instance of PropertyManager */
67 public PropertyManager(int context) { method in class:PropertyManager
81 * Initialize this object with the properties taken from passed PropertyManager object.
83 public PropertyManager(PropertyManager propertyManager){ method in class:PropertyManager
187 }//PropertyManager

Completed in 29 milliseconds