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

  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
KeyManager.java 66 && null != template.getStylesheetRoot().getKeysComposed())
100 template.getStylesheetRoot().getKeysComposed(),
  /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/
StylesheetComposed.java 185 m_importNumber = getStylesheetRoot().getImportNumber(this);
187 StylesheetRoot root = getStylesheetRoot();
228 StylesheetRoot root = getStylesheetRoot();
ElemTemplate.java 148 public StylesheetRoot getStylesheetRoot()
150 return m_stylesheet.getStylesheetRoot();
ElemUse.java 200 applyAttrSets(transformer, getStylesheetRoot(),
ElemTemplateElement.java 172 public StylesheetRoot getStylesheetRoot()
174 return m_parentNode.getStylesheetRoot();
1040 StylesheetRoot stylesheet = this.getStylesheetRoot();
    [all...]
ElemCallTemplate.java 128 this.getStylesheetRoot().getTemplateComposed(m_templateName);
FuncFormatNumb.java 59 StylesheetRoot ss = templElem.getStylesheetRoot();
Stylesheet.java 96 m_stylesheetRoot = parent.getStylesheetRoot();
    [all...]
ElemForEach.java 149 getStylesheetRoot().m_selectDefault.getExpression();
183 // getStylesheetRoot().m_selectDefault.getExpression();
ElemLiteralResult.java 337 StylesheetRoot stylesheet = getStylesheetRoot();
    [all...]
RedundentExprEliminator.java 447 StylesheetRoot root = elem.getStylesheetRoot();
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
VariableStack.java 539 vvar = prev.getStylesheetRoot().getVariableOrParamComposed(qname);
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Variable.java 301 vvar = prev.getStylesheetRoot().getVariableOrParamComposed(m_qname);

Completed in 260 milliseconds