Searched refs:getStylesheetRoot (Results 1 - 16 of 16) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DKeyManager.java66 && null != template.getStylesheetRoot().getKeysComposed())
100 template.getStylesheetRoot().getKeysComposed(),
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorStylesheetElement.java74 stylesheet = getStylesheetRoot(handler);
120 protected Stylesheet getStylesheetRoot(StylesheetHandler handler) throws TransformerConfigurationException method in class:ProcessorStylesheetElement
H A DProcessorLRE.java93 stylesheet = getStylesheetRoot(handler);
319 protected Stylesheet getStylesheetRoot(StylesheetHandler handler) throws TransformerConfigurationException method in class:ProcessorLRE
H A DStylesheetHandler.java158 xpath.callVisitors(xpath, new ExpressionVisitor(getStylesheetRoot()));
179 xpath.callVisitors(xpath, new ExpressionVisitor(getStylesheetRoot()));
265 return getStylesheetRoot();
468 if (null != getStylesheetRoot())
471 getStylesheetRoot().recompose();
1195 public StylesheetRoot getStylesheetRoot() method in class:StylesheetHandler
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DStylesheetComposed.java185 m_importNumber = getStylesheetRoot().getImportNumber(this);
187 StylesheetRoot root = getStylesheetRoot();
228 StylesheetRoot root = getStylesheetRoot();
H A DElemTemplate.java148 public StylesheetRoot getStylesheetRoot() method in class:ElemTemplate
150 return m_stylesheet.getStylesheetRoot();
H A DElemUse.java200 applyAttrSets(transformer, getStylesheetRoot(),
H A DElemTemplateElement.java172 public StylesheetRoot getStylesheetRoot() method in class:ElemTemplateElement
174 return m_parentNode.getStylesheetRoot();
1040 StylesheetRoot stylesheet = this.getStylesheetRoot();
1537 StylesheetRoot sroot = this.getStylesheetRoot();
1549 StylesheetRoot sroot = this.getStylesheetRoot();
H A DElemCallTemplate.java128 this.getStylesheetRoot().getTemplateComposed(m_templateName);
H A DFuncFormatNumb.java59 StylesheetRoot ss = templElem.getStylesheetRoot();
H A DStylesheet.java96 m_stylesheetRoot = parent.getStylesheetRoot();
1264 public StylesheetRoot getStylesheetRoot() method in class:Stylesheet
H A DElemForEach.java149 getStylesheetRoot().m_selectDefault.getExpression();
183 // getStylesheetRoot().m_selectDefault.getExpression();
H A DElemLiteralResult.java337 StylesheetRoot stylesheet = getStylesheetRoot();
H A DRedundentExprEliminator.java447 StylesheetRoot root = elem.getStylesheetRoot();
/external/apache-xml/src/main/java/org/apache/xpath/
H A DVariableStack.java539 vvar = prev.getStylesheetRoot().getVariableOrParamComposed(qname);
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DVariable.java301 vvar = prev.getStylesheetRoot().getVariableOrParamComposed(m_qname);

Completed in 8676 milliseconds