HomeSort by relevance Sort by last modified time
    Searched refs:StylesheetRoot (Results 26 - 39 of 39) sorted by null

12

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemWithParam.java 149 public void compose(StylesheetRoot sroot) throws TransformerException
ElemApplyTemplates.java 126 public void compose(StylesheetRoot sroot) throws TransformerException
225 final StylesheetRoot sroot = transformer.getStylesheet();
ElemForEach.java 129 public void compose(StylesheetRoot sroot) throws TransformerException
156 public void endCompose(StylesheetRoot sroot) throws TransformerException
Stylesheet.java     [all...]
ElemExtensionDecl.java 199 public void compose(StylesheetRoot sroot) throws TransformerException
FuncFormatNumb.java 59 StylesheetRoot ss = templElem.getStylesheetRoot();
OutputProperties.java 540 public void recompose(StylesheetRoot root)
552 public void compose(StylesheetRoot sroot) throws TransformerException
RedundentExprEliminator.java 103 public void eleminateRedundentGlobals(StylesheetRoot stylesheet)
447 StylesheetRoot root = elem.getStylesheetRoot();
783 * being inserted, possibly a StylesheetRoot.
792 StylesheetRoot root = (StylesheetRoot)psuedoVarRecipient;
826 (StylesheetRoot)psuedoVarRecipient, lpi);
837 * @param stylesheetRoot The broadest scope of where the variable
838 * should be inserted, which must be a StylesheetRoot element in this case.
844 StylesheetRoot stylesheetRoot,
    [all...]
ElemLiteralResult.java 98 public void compose(StylesheetRoot sroot) throws TransformerException
101 StylesheetRoot.ComposeState cstate = sroot.getComposeState();
337 StylesheetRoot stylesheet = getStylesheetRoot();
    [all...]
StylesheetRoot.java 19 * $Id: StylesheetRoot.java 476466 2006-11-18 08:22:31Z minchau $
53 public class StylesheetRoot extends StylesheetComposed
82 public StylesheetRoot(ErrorListener errorListener) throws TransformerConfigurationException
102 * The schema used when creating this StylesheetRoot
108 * Creates a StylesheetRoot and retains a pointer to the schema used to create this
109 * StylesheetRoot. The schema may be needed later for an element-available() function call.
114 public StylesheetRoot(XSLTSchema schema, ErrorListener listener) throws TransformerConfigurationException
184 System.out.println("StylesheetRoot.runtimeInit()");
186 // try{throw new Exception("StylesheetRoot.runtimeInit()");} catch(Exception e){e.printStackTrace();}
721 * this StylesheetRoot
    [all...]
TemplateList.java 173 public void compose(StylesheetRoot sroot)
ElemNumber.java 502 public void compose(StylesheetRoot sroot) throws TransformerException
505 StylesheetRoot.ComposeState cstate = sroot.getComposeState();
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java 67 import org.apache.xalan.templates.StylesheetRoot;
219 private StylesheetRoot m_stylesheetRoot = null;
335 public TransformerImpl(StylesheetRoot stylesheet)
379 void setExtensionsTable(StylesheetRoot sroot)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 40 import org.apache.xalan.templates.StylesheetRoot;
97 * @throws TransformerConfigurationException if a StylesheetRoot
    [all...]

Completed in 575 milliseconds

12