HomeSort by relevance Sort by last modified time
    Searched refs:getStylesheetProcessor (Results 1 - 4 of 4) sorted by null

  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorStylesheetElement.java 123 stylesheet = new StylesheetRoot(handler.getSchema(), handler.getStylesheetProcessor().getErrorListener());
125 if (handler.getStylesheetProcessor().isSecureProcessing())
ProcessorInclude.java 193 TransformerFactoryImpl processor = handler.getStylesheetProcessor();
276 if (handler.getStylesheetProcessor().isSecureProcessing())
351 TransformerFactoryImpl processor = handler.getStylesheetProcessor();
ProcessorLRE.java 185 handler.getStylesheetProcessor().getErrorListener());
322 stylesheet = new StylesheetRoot(handler.getSchema(), handler.getStylesheetProcessor().getErrorListener());
323 if (handler.getStylesheetProcessor().isSecureProcessing())
StylesheetHandler.java     [all...]

Completed in 1100 milliseconds