Searched refs:getStylesheetProcessor (Results 1 - 4 of 4) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorStylesheetElement.java123 stylesheet = new StylesheetRoot(handler.getSchema(), handler.getStylesheetProcessor().getErrorListener());
125 if (handler.getStylesheetProcessor().isSecureProcessing())
H A DProcessorInclude.java193 TransformerFactoryImpl processor = handler.getStylesheetProcessor();
276 if (handler.getStylesheetProcessor().isSecureProcessing())
351 TransformerFactoryImpl processor = handler.getStylesheetProcessor();
H A DProcessorLRE.java185 handler.getStylesheetProcessor().getErrorListener());
322 stylesheet = new StylesheetRoot(handler.getSchema(), handler.getStylesheetProcessor().getErrorListener());
323 if (handler.getStylesheetProcessor().isSecureProcessing())
H A DStylesheetHandler.java1112 public TransformerFactoryImpl getStylesheetProcessor() method in class:StylesheetHandler
1452 locator.setSystemId(this.getStylesheetProcessor().getDOMsystemID());

Completed in 122 milliseconds