HomeSort by relevance Sort by last modified time
    Searched defs:getStylesheetRoot (Results 1 - 7 of 7) sorted by null

  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorStylesheetElement.java 74 stylesheet = getStylesheetRoot(handler);
120 protected Stylesheet getStylesheetRoot(StylesheetHandler handler) throws TransformerConfigurationException
ProcessorLRE.java 93 stylesheet = getStylesheetRoot(handler);
319 protected Stylesheet getStylesheetRoot(StylesheetHandler handler) throws TransformerConfigurationException
StylesheetHandler.java 158 xpath.callVisitors(xpath, new ExpressionVisitor(getStylesheetRoot()));
179 xpath.callVisitors(xpath, new ExpressionVisitor(getStylesheetRoot()));
265 return getStylesheetRoot();
468 if (null != getStylesheetRoot())
471 getStylesheetRoot().recompose();
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTemplate.java 148 public StylesheetRoot getStylesheetRoot()
150 return m_stylesheet.getStylesheetRoot();
ElemTemplateElement.java 172 public StylesheetRoot getStylesheetRoot()
174 return m_parentNode.getStylesheetRoot();
1040 StylesheetRoot stylesheet = this.getStylesheetRoot();
    [all...]
Stylesheet.java 96 m_stylesheetRoot = parent.getStylesheetRoot();
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 67 milliseconds