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

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DStylesheet.java96 m_stylesheetRoot = parent.getStylesheetRoot();
1256 private StylesheetRoot m_stylesheetRoot; field in class:Stylesheet
1266 return m_stylesheetRoot;
1277 m_stylesheetRoot = v;
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java219 private StylesheetRoot m_stylesheetRoot = null; field in class:TransformerImpl
552 base = m_stylesheetRoot.getBaseIdentifier();
889 m_outputFormat.copyFrom(m_stylesheetRoot.getOutputProperties());
978 boolean isSecureProcessing = m_stylesheetRoot.isSecureProcessing();
1234 // m_stylesheetRoot.getStartRule().execute(this);
1330 // if(null == m_urlOfSource && null != m_stylesheetRoot)
1331 // m_urlOfSource = m_stylesheetRoot.getBaseIdentifier();
1387 StylesheetRoot sroot = m_stylesheetRoot;
2013 template = m_stylesheetRoot.getTemplateComposed(xctxt, child, mode,
2016 template = m_stylesheetRoot
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DStylesheetHandler.java1197 if (m_stylesheetRoot != null){
1198 m_stylesheetRoot.setOptimizer(m_optimize);
1199 m_stylesheetRoot.setIncremental(m_incremental);
1200 m_stylesheetRoot.setSource_location(m_source_location);
1202 return m_stylesheetRoot;
1206 StylesheetRoot m_stylesheetRoot; field in class:StylesheetHandler
1222 m_stylesheetRoot = (StylesheetRoot) s;

Completed in 4458 milliseconds