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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DXML11NonValidatingConfiguration.java386 addCommonComponent(fEntityManager);
391 addCommonComponent(fErrorReporter);
1127 protected void addCommonComponent(XMLComponent component) { method in class:XML11NonValidatingConfiguration
1136 } // addCommonComponent(XMLComponent)
H A DXML11Configuration.java556 addCommonComponent(fEntityManager);
561 addCommonComponent(fErrorReporter);
1131 addCommonComponent(fSchemaValidator);
1225 addCommonComponent(fSchemaValidator);
1462 protected void addCommonComponent(XMLComponent component) { method in class:XML11Configuration
1471 } // addCommonComponent(XMLComponent)
H A DXML11DTDConfiguration.java449 addCommonComponent(fEntityManager);
454 addCommonComponent(fErrorReporter);
1228 protected void addCommonComponent(XMLComponent component) { method in class:XML11DTDConfiguration
1237 } // addCommonComponent(XMLComponent)

Completed in 59 milliseconds