Home
last modified time | relevance | path

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

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