/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
WhitespaceInfoPaths.java | 25 import org.apache.xalan.templates.Stylesheet; 72 * @param thisSheet The current stylesheet 74 public WhitespaceInfoPaths(Stylesheet thisSheet)
|
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...] |
ProcessorPreserveSpace.java | 25 import org.apache.xalan.templates.Stylesheet; 63 Stylesheet thisSheet = handler.getStylesheet();
|
ProcessorStripSpace.java | 25 import org.apache.xalan.templates.Stylesheet; 62 Stylesheet thisSheet = handler.getStylesheet();
|
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...] |
ProcessorExsltFunction.java | 45 import org.apache.xalan.templates.Stylesheet; 67 if (!(handler.getElemTemplateElement() instanceof Stylesheet))
|
StylesheetHandler.java | 39 import org.apache.xalan.templates.Stylesheet; 60 * Initializes and processes a stylesheet via SAX events. 92 * Create a StylesheetHandler object, creating a root stylesheet 255 * @return The stylesheet object that was created during 256 * the SAX event process, or null if no stylesheet has 269 * Set the base ID (URL or system ID) for the stylesheet 271 * resolve relative URLs in the stylesheet. 273 * @param baseID Base URL for this stylesheet. 363 * found position in the stylesheet. 388 error(XSLMessages.createMessage(XSLTErrorResources.ER_NOT_ALLOWED_IN_POSITION, new Object[]{rawName}),null);//rawName + " is not allowed in this position in the stylesheet!", [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
WhiteSpaceInfo.java | 52 * @param thisSheet The current stylesheet 54 public WhiteSpaceInfo(Stylesheet thisSheet) 67 * @param thisSheet The current stylesheet 69 public WhiteSpaceInfo(XPath matchPattern, boolean shouldStripSpace, Stylesheet thisSheet)
|
StylesheetComposed.java | 28 * Represents a stylesheet that has methods that resolve includes and 38 * <li>Properties in that are not atomic on a stylesheet will 46 public class StylesheetComposed extends Stylesheet 51 * Uses an XSL stylesheet document. 52 * @param parent The including or importing stylesheet. 54 public StylesheetComposed(Stylesheet parent) 81 //recomposeIncludes(this); // Build the global include list for this stylesheet. 89 Stylesheet included = getIncludeComposed(i); 167 /** The precedence of this stylesheet in the global import list. 168 * The lowest precedence stylesheet is 0. A highe [all...] |
ElemTemplate.java | 105 * The owning stylesheet. 110 private Stylesheet m_stylesheet; 113 * Get the stylesheet composed (resolves includes and 116 * @return The stylesheet composed. 124 * Get the owning stylesheet. 126 * @return The owning stylesheet. 128 public Stylesheet getStylesheet() 134 * Set the owning stylesheet. 136 * @param sheet The owning stylesheet for this element 138 public void setStylesheet(Stylesheet sheet [all...] |
Stylesheet.java | 19 * $Id: Stylesheet.java 468643 2006-10-28 06:56:03Z minchau $ 39 * Represents a stylesheet element. 72 * <!ELEMENT xsl:stylesheet %top-level;> 73 * <!ATTLIST xsl:stylesheet %top-level-atts;> 79 * @see <a href="http://www.w3.org/TR/xslt#section-Stylesheet-Structure">section-Stylesheet-Structure in XSLT Specification</a> 81 public class Stylesheet extends ElemTemplateElement 87 * Constructor for a Stylesheet. 88 * @param parent The including or importing stylesheet. 90 public Stylesheet(Stylesheet parent [all...] |
ElemVariable.java | 299 if(m_parentNode instanceof Stylesheet) // Global variable 346 // it was already added by stylesheet root. 347 if(!(m_parentNode instanceof Stylesheet) && m_qname != null) 351 else if (m_parentNode instanceof Stylesheet) 372 if(m_parentNode instanceof Stylesheet) 450 * @param root The root stylesheet for this transformation.
|
KeyDeclaration.java | 28 * A stylesheet declares a set of keys for each document using 43 * because the element is never added on to the stylesheet parent. 45 public KeyDeclaration(Stylesheet parentNode, int docOrderNumber) 191 * @param root The root stylesheet for this transformation.
|
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...] |
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/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ResourceType.js | 105 if (this === WebInspector.resourceTypes.Stylesheet) 117 Stylesheet: new WebInspector.ResourceType("stylesheet", "Stylesheet", "Stylesheets", "rgb(157,231,119)", true),
|
NetworkUISourceCodeProvider.js | 130 if (type !== WebInspector.resourceTypes.Stylesheet && type !== WebInspector.resourceTypes.Document && type !== WebInspector.resourceTypes.Script)
|
HandlerRegistry.js | 132 contentType !== WebInspector.resourceTypes.Stylesheet &&
|
AuditRules.js | 195 WebInspector.AuditRules.CombineExternalResourcesRule.call(this, "page-externalcss", "Combine external CSS", WebInspector.resourceTypes.Stylesheet, "CSS", allowedPerDomain); 273 [WebInspector.resourceTypes.Stylesheet, WebInspector.resourceTypes.Image], 351 var styleSheet = styleSheets[i]; 352 for (var curRule = 0; curRule < styleSheet.rules.length; ++curRule) { 353 var selectorText = styleSheet.rules[curRule].selectorText; 372 var styleSheet = styleSheets[i]; 374 for (var curRule = 0; curRule < styleSheet.rules.length; ++curRule) { 375 var rule = styleSheet.rules[curRule]; 380 totalStylesheetSize += styleSheet.rules.length; 386 var resource = WebInspector.resourceForURL(styleSheet.sourceURL) [all...] |
FileSystemProjectDelegate.js | 373 return WebInspector.resourceTypes.Stylesheet;
|
SASSSourceMapping.js | 518 var contentProvider = sourceMap.sourceContentProvider(url, WebInspector.resourceTypes.Stylesheet);
|
/external/apache-xml/src/main/java/org/apache/xalan/extensions/ |
ExtensionHandler.java | 29 import org.apache.xalan.templates.Stylesheet; 134 * @param stylesheetTree The compiled stylesheet tree. 146 Stylesheet stylesheetTree, Object methodKey) throws TransformerException, IOException;
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
VariableStack.java | 519 if (!(prev instanceof org.apache.xalan.templates.Stylesheet)) 521 while ( !(prev.getParentNode() instanceof org.apache.xalan.templates.Stylesheet) )
|
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
Variable.java | 109 * indexes at stylesheet build time. 278 if (!(prev instanceof org.apache.xalan.templates.Stylesheet)) 280 while ( prev != null && !(prev.getParentNode() instanceof org.apache.xalan.templates.Stylesheet) )
|