Searched refs:fLastComponent (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DIntegratedParserConfiguration.java175 fLastComponent = fDTDValidator;
183 fLastComponent = fNamespaceScanner;
197 fLastComponent = fNonNSDTDValidator;
204 fLastComponent = fScanner;
225 fLastComponent.setDocumentHandler(fSchemaValidator);
226 fSchemaValidator.setDocumentSource(fLastComponent);
231 fLastComponent = fSchemaValidator;
H A DXIncludeParserConfiguration.java157 prev = fLastComponent;
158 fLastComponent = fXIncludeHandler;
199 prev = fLastComponent;
200 fLastComponent = fXIncludeHandler;
H A DXIncludeAwareParserConfiguration.java194 prev = fLastComponent;
195 fLastComponent = fXIncludeHandler;
254 prev = fLastComponent;
255 fLastComponent = fXIncludeHandler;
H A DXPointerParserConfiguration.java172 prev = fLastComponent;
173 fLastComponent = fXPointerHandler;
216 prev = fLastComponent;
217 fLastComponent = fXPointerHandler;
H A DBasicParserConfiguration.java173 protected XMLDocumentSource fLastComponent; field in class:BasicParserConfiguration
328 if (fLastComponent != null) {
329 fLastComponent.setDocumentHandler(fDocumentHandler);
331 fDocumentHandler.setDocumentSource(fLastComponent);
H A DXML11Configuration.java322 protected XMLDocumentSource fLastComponent; field in class:XML11Configuration
662 if (fLastComponent != null) {
663 fLastComponent.setDocumentHandler(fDocumentHandler);
665 fDocumentHandler.setDocumentSource(fLastComponent);
1098 fLastComponent = fXML11NSDTDValidator;
1121 fLastComponent = fXML11DTDValidator;
1140 fLastComponent.setDocumentHandler(fSchemaValidator);
1141 fSchemaValidator.setDocumentSource(fLastComponent);
1146 fLastComponent = fSchemaValidator;
1193 fLastComponent
[all...]
H A DXML11DTDConfiguration.java242 protected XMLDocumentSource fLastComponent; field in class:XML11DTDConfiguration
547 if (fLastComponent != null) {
548 fLastComponent.setDocumentHandler(fDocumentHandler);
550 fDocumentHandler.setDocumentSource(fLastComponent);
957 fLastComponent = fXML11NSDTDValidator;
980 fLastComponent = fXML11DTDValidator;
1027 fLastComponent = fDTDValidator;
1049 fLastComponent = fNonNSDTDValidator;
H A DXML11NonValidatingConfiguration.java199 protected XMLDocumentSource fLastComponent; field in class:XML11NonValidatingConfiguration
473 if (fLastComponent != null) {
474 fLastComponent.setDocumentHandler(fDocumentHandler);
476 fDocumentHandler.setDocumentSource(fLastComponent);
870 fLastComponent = fXML11NSDocScanner;
888 fLastComponent = fXML11DocScanner;
920 fLastComponent = fNamespaceScanner;
939 fLastComponent = fNonNSScanner;
H A DDTDConfiguration.java647 fLastComponent = fNamespaceBinder;
652 fLastComponent = fDTDValidator;
660 fLastComponent = fNamespaceBinder;
664 fLastComponent = fScanner;
H A DStandardParserConfiguration.java266 fLastComponent = fSchemaValidator;
H A DNonValidatingConfiguration.java627 fLastComponent = fScanner;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaParsingConfig.java749 fLastComponent = fNamespaceScanner;
785 fLastComponent = fXML11NSDocScanner;

Completed in 79 milliseconds