Home
last modified time | relevance | path

Searched refs:getStylesheetProcessor (Results 1 – 5 of 5) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorStylesheetElement.java123 …stylesheet = new StylesheetRoot(handler.getSchema(), handler.getStylesheetProcessor().getErrorList… in getStylesheetRoot()
125 if (handler.getStylesheetProcessor().isSecureProcessing()) in getStylesheetRoot()
DProcessorInclude.java193 TransformerFactoryImpl processor = handler.getStylesheetProcessor(); in parse()
276 if (handler.getStylesheetProcessor().isSecureProcessing()) in parse()
351 TransformerFactoryImpl processor = handler.getStylesheetProcessor(); in getSourceFromUriResolver()
DProcessorLRE.java185 handler.getStylesheetProcessor().getErrorListener()); in startElement()
322 …stylesheet = new StylesheetRoot(handler.getSchema(), handler.getStylesheetProcessor().getErrorList… in getStylesheetRoot()
323 if (handler.getStylesheetProcessor().isSecureProcessing()) in getStylesheetRoot()
DXSLTElementProcessor.java342 if(handler.getStylesheetProcessor()==null) in setPropertiesFromAttributes()
344 … if(attrDef.getName().compareTo("*")==0 && handler.getStylesheetProcessor().isSecureProcessing()) in setPropertiesFromAttributes()
DStylesheetHandler.java1112 public TransformerFactoryImpl getStylesheetProcessor() in getStylesheetProcessor() method in StylesheetHandler
1452 locator.setSystemId(this.getStylesheetProcessor().getDOMsystemID()); in getLocator()