Home
last modified time | relevance | path

Searched refs:m_stylesheetRoot (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/processor/
DStylesheetHandler.java1197 if (m_stylesheetRoot != null){ in getStylesheetRoot()
1198 m_stylesheetRoot.setOptimizer(m_optimize); in getStylesheetRoot()
1199 m_stylesheetRoot.setIncremental(m_incremental); in getStylesheetRoot()
1200 m_stylesheetRoot.setSource_location(m_source_location); in getStylesheetRoot()
1202 return m_stylesheetRoot; in getStylesheetRoot()
1206 StylesheetRoot m_stylesheetRoot; field in StylesheetHandler
1222 m_stylesheetRoot = (StylesheetRoot) s; in pushStylesheet()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerImpl.java219 private StylesheetRoot m_stylesheetRoot = null; field in TransformerImpl
554 base = m_stylesheetRoot.getBaseIdentifier(); in transform()
891 m_outputFormat.copyFrom(m_stylesheetRoot.getOutputProperties()); in setOutputProperties()
980 boolean isSecureProcessing = m_stylesheetRoot.isSecureProcessing(); in createSerializationHandler()
1389 StylesheetRoot sroot = m_stylesheetRoot; in setParameter()
2015 template = m_stylesheetRoot.getTemplateComposed(xctxt, child, mode, in applyTemplateToNode()
2018 template = m_stylesheetRoot.getTemplateComposed(xctxt, child, mode, in applyTemplateToNode()
2036 template = m_stylesheetRoot.getDefaultRule(); in applyTemplateToNode()
2041 template = m_stylesheetRoot.getDefaultTextRule(); in applyTemplateToNode()
2045 template = m_stylesheetRoot.getDefaultRootRule(); in applyTemplateToNode()
[all …]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DStylesheet.java96 m_stylesheetRoot = parent.getStylesheetRoot(); in Stylesheet()
1256 private StylesheetRoot m_stylesheetRoot; field in Stylesheet
1266 return m_stylesheetRoot; in getStylesheetRoot()
1277 m_stylesheetRoot = v; in setStylesheetRoot()