Searched defs:getStylesheetRoot (Results 1 - 6 of 6) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorLRE.java93 stylesheet = getStylesheetRoot(handler);
319 protected Stylesheet getStylesheetRoot(StylesheetHandler handler) throws TransformerConfigurationException method in class:ProcessorLRE
H A DProcessorStylesheetElement.java74 stylesheet = getStylesheetRoot(handler);
120 protected Stylesheet getStylesheetRoot(StylesheetHandler handler) throws TransformerConfigurationException method in class:ProcessorStylesheetElement
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 DElemTemplate.java148 public StylesheetRoot getStylesheetRoot() method in class:ElemTemplate
150 return m_stylesheet.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 DStylesheet.java96 m_stylesheetRoot = parent.getStylesheetRoot();
1264 public StylesheetRoot getStylesheetRoot() method in class:Stylesheet

Completed in 275 milliseconds