HomeSort by relevance Sort by last modified time
    Searched defs:stylesheet (Results 1 - 25 of 29) sorted by null

1 2

  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorStylesheetElement.java 26 import org.apache.xalan.templates.Stylesheet;
33 * TransformerFactory for xsl:stylesheet or xsl:transform markup.
35 * @see <a href="http://www.w3.org/TR/xslt#stylesheet-element">stylesheet-element in XSLT Specification</a>
68 Stylesheet stylesheet; local
74 stylesheet = getStylesheetRoot(handler);
83 Stylesheet parent = handler.getStylesheet();
91 stylesheet = sc;
95 stylesheet = new Stylesheet(parent)
122 StylesheetRoot stylesheet; local
    [all...]
ProcessorLRE.java 35 import org.apache.xalan.templates.Stylesheet;
82 // Literal Result Template as stylesheet.
85 handler.getProcessorFor(Constants.S_XSLNAMESPACEURL, "stylesheet",
86 "xsl:stylesheet");
90 Stylesheet stylesheet; local
93 stylesheet = getStylesheetRoot(handler);
100 // stylesheet.setDOMBackPointer(handler.getOriginatingNode());
111 stylesheet.setLocaterInfo(slocator);
112 stylesheet.setPrefixes(handler.getNamespaceSupport())
321 StylesheetRoot stylesheet; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-trax.jar 
ant-junit.jar 
ant.jar 
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java 60 * that is also the stylesheet element.
68 * that is also the stylesheet element.
72 * represents a root element that is also the stylesheet element.
81 * that is also the stylesheet element.
85 * represents a root element that is also the stylesheet element.
117 * that were present on the element node in the stylesheet tree,
311 // stylesheet compile time.
337 StylesheetRoot stylesheet = getStylesheetRoot(); local
341 NamespaceAlias nsa = stylesheet.getNamespaceAliasComposed(m_namespace);
371 stylesheet.getNamespaceAliasComposed(m_namespace); // %REVIEW% ns
    [all...]
ElemTemplateElement.java 57 * @see Stylesheet
140 * Get the owning "composed" stylesheet. This looks up the
142 * on a Stylesheet object, which will Get the owning
143 * aggregated stylesheet, or that stylesheet if it is aggregated.
145 * @return the owning "composed" stylesheet.
153 * Get the owning stylesheet. This looks up the
155 * on a Stylesheet object, which will return itself.
157 * @return the owning stylesheet
159 public Stylesheet getStylesheet(
1040 StylesheetRoot stylesheet = this.getStylesheetRoot(); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java 65 import org.apache.xalan.templates.Stylesheet;
333 * @param stylesheet The root of the stylesheet tree.
335 public TransformerImpl(StylesheetRoot stylesheet)
338 m_optimizer = stylesheet.getOptimizer();
339 m_incremental = stylesheet.getIncremental();
340 m_source_location = stylesheet.getSource_location();
341 setStylesheet(stylesheet);
348 if (stylesheet.isSecureProcessing())
352 getXPathContext().setNamespaceContext(stylesheet);
1202 StylesheetRoot stylesheet = this.getStylesheet(); local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs-ant.jar 
ant.jar 
findbugs.jar 
  /prebuilts/tools/common/bazel/formc-deps/
jdom.jar 
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /prebuilts/misc/common/robolectric/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 475 milliseconds

1 2