HomeSort by relevance Sort by last modified time
    Searched refs:stylesheet (Results 1 - 25 of 41) 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/webkit/Source/WebCore/css/
StyleBase.cpp 28 #include "StyleSheet.h"
43 StyleSheet* StyleBase::stylesheet() function in class:WebCore::StyleBase
48 return static_cast<StyleSheet*>(b);
56 StyleSheet* sheet = const_cast<StyleBase*>(this)->stylesheet();
CSSMediaRule.cpp 91 if (stylesheet())
92 stylesheet()->styleSheetChanged();
108 if (stylesheet())
109 stylesheet()->styleSheetChanged();
StyleBase.h 31 class StyleSheet;
73 StyleSheet* stylesheet();
WebKitCSSKeyframesRule.cpp 32 #include "StyleSheet.h"
69 if (stylesheet())
70 stylesheet()->styleSheetChanged();
CSSStyleRule.cpp 30 #include "StyleSheet.h"
60 StyleSheet* ownerStyleSheet = m_style->stylesheet();
  /external/libvpx/examples/includes/geshi/contrib/
cssgen.php 287 What languages are you wanting to make this stylesheet for?<br /><br />
330 echo '<p>Here is your completed stylesheet. Note that it may not be perfect - no regular expression styles are included for one thing,
334 // Make the stylesheet
367 $stylesheet = "/* GeSHi (c) Nigel McNie 2004 (http://qbnz.com/highlighter) */"; variable
371 $stylesheet .= "\n$overall_selector {{$overall_styles}}";
376 $stylesheet .= "\n$default_selector {{$default_styles}}";
384 $stylesheet .= "\n$keyword_selector_1 {{$keywords_1}}";
391 $stylesheet .= "\n$keyword_selector_2 {{$keywords_2}}";
398 $stylesheet .= "\n$keyword_selector_3 {{$keywords_3}}";
405 $stylesheet .= "\n$keyword_selector_4 {{$keywords_4}}"
    [all...]
  /external/webkit/Source/WebCore/xml/
XSLTProcessorQt.cpp 118 RefPtr<XSLStyleSheet> stylesheet = m_stylesheet; local
119 if (!stylesheet && m_stylesheetRootNode) {
121 stylesheet = XSLStyleSheet::createForXSLTProcessor(node->parentNode() ? node->parentNode() : node,
125 // According to Mozilla documentation, the node must be a Document node, an xsl:stylesheet or xsl:transform element.
127 stylesheet->parseString(createMarkup(node));
130 if (!stylesheet || stylesheet->sheetString().isEmpty())
157 styleSheetBuffer.setData(QString(stylesheet->sheetString()).toUtf8());
164 query.setQuery(&styleSheetBuffer, QUrl(stylesheet->href()));
XSLTProcessor.idl 42 [Custom] void importStylesheet(in Node stylesheet);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemUse.java 116 * @param stylesheet The owning root stylesheet
121 TransformerImpl transformer, StylesheetRoot stylesheet)
124 applyAttrSets(transformer, stylesheet, m_attributeSetsNames);
135 * @param stylesheet The owning root stylesheet
141 TransformerImpl transformer, StylesheetRoot stylesheet, QName attributeSetsNames[])
152 java.util.List attrSets = stylesheet.getAttributeSetComposed(qname);
ElemExtensionCall.java 106 * @param stylesheet Stylesheet root associated with this extension element
111 private ElemExtensionDecl getElemExtensionDecl(StylesheetRoot stylesheet,
116 int n = stylesheet.getGlobalImportCount();
120 Stylesheet imported = stylesheet.getGlobalImport(i);
StylesheetRoot.java 50 * This class represents the root object of the stylesheet tree.
79 * Uses an XSL stylesheet document.
111 * @param schema The schema used to create this stylesheet
122 * Tell if this is the root of the stylesheet tree.
124 * @return True since this is the root of the stylesheet tree.
162 * (i.e., if the stylesheet contains extension functions and/or elements).
174 * namespaces encountered during composition of a stylesheet.
264 // Build the global include list for this stylesheet.
340 Stylesheet included = imported.getIncludeComposed(j);
373 * The combined list of imports. The stylesheet with the highes
    [all...]
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-trax.jar 
  /build/tools/droiddoc/templates-sdk/
trailer.cs 22 <link href="<?cs var:toroot ?>assets/js/grid/960.gridder.css" rel="stylesheet" type="text/css">
  /external/libvpx/examples/includes/geshi/
geshi.php 761 * string of valid stylesheet declarations
777 * class can then be used in a stylesheet to style this object's
789 * be used in a stylesheet to style this object's output
811 * containing valid stylesheet declarations. If $preserve_defaults is
4231 $stylesheet = "\/**\\n". variable
4241 $stylesheet = "\/**\\n". variable
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLLinkElement07.js 104 assertEquals("revLink","stylesheet",vrev);
HTMLStyleElement01.js 78 The disabled attribute enables/disables the stylesheet.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLLinkElement07.js 104 assertEquals("revLink","stylesheet",vrev);
HTMLStyleElement01.js 78 The disabled attribute enables/disables the stylesheet.
  /external/webkit/LayoutTests/fast/dom/Node/script-tests/
initial-values.js 181 shouldThrow("document.createProcessingInstruction('xml-stylesheet', 'type=\"text/xsl\" href=\"missing.xsl\"')");
182 var processingInstruction = xmlDoc.createProcessingInstruction('xml-stylesheet', 'type="text/xsl" href="missing.xsl"');
183 shouldBe("processingInstruction.nodeName", "'xml-stylesheet'");
193 shouldBe("processingInstruction.target", "'xml-stylesheet'");
  /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);
1200 StylesheetRoot stylesheet = this.getStylesheet(); local
    [all...]
  /external/chromium-trace/
systrace.py 207 linked_css_tag = """<link rel="stylesheet" href="%s"></link>"""

Completed in 4386 milliseconds

1 2