/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
XSLOutputAttributes.java | 27 * specified in the stylesheet that effect the format of the document output. 29 * In an XSLT stylesheet these attributes appear for example as: 113 * stylesheet property. 127 /** Set the value coming from the xsl:output doctype-public and doctype-system stylesheet properties 135 /** Set the value coming from the xsl:output doctype-public stylesheet attribute. 140 /** Set the value coming from the xsl:output doctype-system stylesheet attribute. 146 * Sets the character encoding coming from the xsl:output encoding stylesheet attribute. 151 * Sets the value coming from the xsl:output indent stylesheet 158 * Sets the value coming from the xsl:output media-type stylesheet attribute. 164 * Sets the value coming from the xsl:output omit-xml-declaration stylesheet attribut [all...] |
output_text.properties | 28 # Xalan-specific output properties. These can be overridden in the stylesheet 30 # <xsl:stylesheet version="1.0"
|
/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);
|
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...] |
/external/apache-xml/src/main/java/org/apache/xpath/ |
XPathException.java | 45 * Get the stylesheet node from where this error originated. 46 * @return The stylesheet node from where this error originated, or null. 54 * Set the stylesheet node from where this error originated. 55 * @param styleNode The stylesheet node from where this error originated, or null. 124 * an error message and the stylesheet node that 127 * @param styleNode The stylesheet node that the error originated from. 139 * an error message, the stylesheet node that 143 * @param styleNode The stylesheet node that the error originated from.
|
/external/clang/www/analyzer/ |
dev_cxx.html | 6 <link type="text/css" rel="stylesheet" href="menu.css" /> 7 <link type="text/css" rel="stylesheet" href="content.css" />
|
/external/clang/www/ |
clang_video-05-25-2007.html | 7 <link type="text/css" rel="stylesheet" href="menu.css" /> 8 <link type="text/css" rel="stylesheet" href="content.css" />
|
cxx_compatibility.html | 8 <link type="text/css" rel="stylesheet" href="menu.css" /> 9 <link type="text/css" rel="stylesheet" href="content.css" />
|
related.html | 8 <link type="text/css" rel="stylesheet" href="menu.css" /> 9 <link type="text/css" rel="stylesheet" href="content.css" />
|
/external/libvpx/examples/includes/geshi/docs/api/ |
todolist.html | 7 <link rel="stylesheet" href="media/stylesheet.css" />
|
/external/llvm/tools/llvmc/doc/ |
Makefile | 20 RST2HTML=rst2html --stylesheet=llvm.css --link-stylesheet
|
/external/webkit/LayoutTests/fast/xpath/4XPath/Core/ |
test_node_test.html | 4 <link rel="stylesheet" href="../../../js/resources/js-test-style.css"> 54 result = DOM.evaluate("//processing-instruction('xml-stylesheet')", ROOT, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null);
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8StyleSheetCustom.cpp | 40 v8::Handle<v8::Value> toV8(StyleSheet* impl) 47 // Add a hidden reference from stylesheet object to its owner node.
|
/external/webkit/Source/WebCore/css/ |
CSSBorderImageValue.cpp | 65 void CSSBorderImageValue::addSubresourceStyleURLs(ListHashSet<KURL>& urls, const CSSStyleSheet* styleSheet) 67 m_image->addSubresourceStyleURLs(urls, styleSheet);
|
CSSReflectValue.cpp | 62 void CSSReflectValue::addSubresourceStyleURLs(ListHashSet<KURL>& urls, const CSSStyleSheet* styleSheet) 65 m_mask->addSubresourceStyleURLs(urls, styleSheet);
|
CSSStyleSheet.cpp | 55 : StyleSheet(parentSheet, href, baseURL) 65 : StyleSheet(parentNode, href, baseURL) 76 : StyleSheet(ownerRule, href, baseURL) 272 return StyleSheet::completeURL(url); 283 CSSStyleSheet* styleSheet = styleSheetQueue.takeFirst(); 285 for (unsigned i = 0; i < styleSheet->length(); ++i) { 286 StyleBase* styleBase = styleSheet->item(i); 292 if (CSSStyleSheet* ruleStyleSheet = static_cast<CSSImportRule*>(rule)->styleSheet())
|
/external/libxslt/libxslt/ |
xslt.c | 9 * http://www.w3.org/1999/06/REC-xml-stylesheet-19990629 66 * to recognize such elements in the stylesheet's tree. 68 * of a stylesheet's node tree. 77 * for post-processing of the stylesheet's tree, where those 119 * @style: the stylesheet 146 * @style: the transformation stylesheet 191 * @style: the transformation stylesheet 349 * @style: the XSLT stylesheet 493 * Store the item at current stylesheet-level. 723 * Create a new XSLT Stylesheet [all...] |
namespaces.c | 76 * TODO: Store the item at current stylesheet-level. 86 * @style: the XSLT stylesheet 89 * Read the stylesheet-prefix and result-prefix attributes, register 114 * the one that occurs last in the stylesheet." 126 * Attribute "stylesheet-prefix". 128 stylePrefix = xmlGetNsProp(node, (const xmlChar *)"stylesheet-prefix", NULL); 131 "The attribute 'stylesheet-prefix' is missing.\n"); 140 "Attribute 'stylesheet-prefix': There's no namespace " 173 * <xsl:namespace-alias stylesheet-prefix="foo" 176 * <xsl:namespace-alias stylesheet-prefix="foo [all...] |
/external/webkit/Source/WebCore/html/ |
HTMLLinkElement.cpp | 123 StyleSheet* HTMLLinkElement::sheet() const 173 if (equalIgnoringCase(rel, "stylesheet")) 185 else if (equalIgnoringCase(rel, "alternate stylesheet") || equalIgnoringCase(rel, "stylesheet alternate")) { 196 if (equalIgnoringCase(*it, "stylesheet")) 310 // The request may have been denied if (for example) the stylesheet is local and the document is remote. 315 // we no longer contain a stylesheet, e.g. perhaps rel or type was changed 391 // If we're loading a stylesheet cross-origin, and the MIME type is not 405 DEFINE_STATIC_LOCAL(const String, mediaWikiKHTMLFixesStyleSheet, ("/* KHTML fix stylesheet */\n/* work around the horizontal scrollbars */\n#column-content { margin-left: 0; }\n\n")); 502 // Walk the URLs linked by the linked-to stylesheet [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/res/ |
XSLTErrorResources.java | 49 * XSLT is an acronym for "XML Stylesheet Language: Transformations". 52 * 2) A stylesheet is a description of how to transform an input XML document 54 * stylesheet itself is described in the form of an XML document. 56 * 3) A template is a component of a stylesheet that is used to match a 71 * results from compiling an XML stylesheet into a Java class. 586 "Stylesheet URL is bad: {0}"}, 589 "Stylesheet file was not found: {0}"}, 592 "Had IO Exception with stylesheet file: {0}"}, 625 "Stylesheet input was not specified!"}, 628 "Failed to process stylesheet!"}, [all...] |
/external/dbus/cmake/doc/ |
CMakeLists.txt | 35 set(STYLESHEET "${_meinproc_install_path}/share/apps/ksgmltools2/docbook/xsl/html/docbook.xsl") 55 ${MEINPROC4_EXECUTABLE} --stylesheet ${STYLESHEET} -o ${_outfile} ${_infile}
|
/external/webkit/Source/WebCore/xml/ |
XSLStyleSheet.h | 29 #include "StyleSheet.h" 42 class XSLStyleSheet : public StyleSheet { 60 // XSLTProcessor ensures that the stylesheet doesn't outlive its parent, in part by not exposing it to JavaScript.
|
/frameworks/base/docs/html/sdk/api_diff/10/changes/ |
classes_index_removals.html | 12 <link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" /> 13 <link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
|
constructors_index_additions.html | 12 <link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" /> 13 <link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
|
constructors_index_all.html | 12 <link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" /> 13 <link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
|