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

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXSLStyleSheetLibxslt.cpp169 xmlNodePtr stylesheetRoot = document()->children;
172 while (stylesheetRoot && stylesheetRoot->type != XML_ELEMENT_NODE)
173 stylesheetRoot = stylesheetRoot->next;
181 stylesheetRoot = idNode->parent;
187 if (stylesheetRoot) {
190 xmlNodePtr curr = stylesheetRoot->children;
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DRedundentExprEliminator.java837 * @param stylesheetRoot The broadest scope of where the variable
844 StylesheetRoot stylesheetRoot,
854 Vector globalVars = stylesheetRoot.getVariablesAndParamsComposed();
843 createGlobalPseudoVarDecl(QName uniquePseudoVarName, StylesheetRoot stylesheetRoot, LocPathIterator lpi) argument
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java2583 * @param stylesheetRoot A non-null StylesheetRoot object,
2586 public void setStylesheet(StylesheetRoot stylesheetRoot) argument
2588 m_stylesheetRoot = stylesheetRoot;

Completed in 184 milliseconds