HomeSort by relevance Sort by last modified time
    Searched refs:Stylesheet (Results 1 - 25 of 31) sorted by null

1 2

  /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/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) )
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 58 Stylesheet,
85 1 << static_cast<uint8_t>(XFA_PacketType::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);
1202 StylesheetRoot stylesheet = this.getStylesheet(); local
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_simple_parser.cpp 67 {0x6038580a, L"stylesheet", XFA_PacketType::Stylesheet,
    [all...]
  /external/guice/extensions/persist/lib/
dom4j-1.6.1.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 

Completed in 739 milliseconds

1 2