HomeSort by relevance Sort by last modified time
    Searched full:xslt (Results 76 - 100 of 372) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemVariable.java 44 * @see <a href="http://www.w3.org/TR/xslt#variables">variables in XSLT Specification</a>
138 * @see <a href="http://www.w3.org/TR/xslt#qname">qname in XSLT Specification</a>
153 * @see <a href="http://www.w3.org/TR/xslt#qname">qname in XSLT Specification</a>
170 * @see <a href="http://www.w3.org/TR/xslt#top-level-variables">top-level-variables in XSLT Specification</a>
182 * @see <a href="http://www.w3.org/TR/xslt#top-level-variables">top-level-variables in XSLT Specification</a
    [all...]
TemplateSubPatternAssociation.java 61 * @param pattern An executable XSLT StepPattern.
115 * Tell if two modes match according to the rules of XSLT.
127 * Tell if two modes match according to the rules of XSLT.
146 * @param mode reference, which may be null, to the <a href="http://www.w3.org/TR/xslt#modes">current mode</a>.
172 * Get associated XSLT StepPattern.
ElemAttribute.java 44 * @see <a href="http://www.w3.org/TR/xslt#creating-attributes">creating-attributes in XSLT Specification</a>
74 * @see <a href="http://www.w3.org/TR/xslt#creating-attributes">creating-attributes in XSLT Specification</a>
174 * @param sourceNode non-null reference to the <a href="http://www.w3.org/TR/xslt#dt-current-node">current source node</a>.
175 * @param mode reference, which may be null, to the <a href="http://www.w3.org/TR/xslt#modes">current mode</a>.
ElemVariablePsuedo.java 51 * @see <a href="http://www.w3.org/TR/xslt#variables">variables in XSLT Specification</a>
ElemPI.java 39 * @see <a href="http://www.w3.org/TR/xslt#section-Creating-Processing-Instructions">section-Creating-Processing-Instructions in XSLT Specification</a>
118 * @see <a href="http://www.w3.org/TR/xslt#section-Creating-Processing-Instructions">section-Creating-Processing-Instructions in XSLT Specification</a>
  /external/chromium_org/third_party/libxslt/libxslt/
xsltInternals.h 4 * by the XSLT engine.
22 #include <libxslt/xslt.h>
72 * for XSLT "tests"; e.g. in <xsl:if test="/foo/bar">
104 * namespaces of XSLT elements.
123 * quick test to detect XSLT elements
132 * quick test to detect XSLT attributes
160 * quick check whether this is an xslt element
169 * quick check for xslt namespace attribute
270 * The in-memory structure corresponding to an XSLT Template.
377 * The in-memory structure corresponding to an XSLT Stylesheet
    [all...]
xslt.c 2 * xslt.c: Implemetation of an XSL Transformation 1.0 engine
5 * XSLT specification
6 * http://www.w3.org/TR/1999/REC-xslt-19991116
31 #include "xslt.h"
80 const xmlChar *xsltXSLTTextMarker = (const xmlChar *) "XSLT Text Element";
84 * Marker for XSLT attribute on Literal Result Elements.
86 const xmlChar *xsltXSLTAttrMarker = (const xmlChar *) "LRE XSLT Attr";
133 "The XSLT-element '%s' is not allowed at this position.\n",
270 * Routines to handle XSLT data structures *
349 * @style: the XSLT styleshee
    [all...]
keys.c 5 * http://www.w3.org/TR/1999/REC-xslt-19991116
24 #include "xslt.h"
50 * Create a new XSLT KeyDef
75 * @keyd: an XSLT key definition
103 * @keyd: an XSLT key definition list
123 * Create a new XSLT KeyTable
148 * @keyt: an XSLT key table
169 * @keyt: an XSLT key table list
193 * @style: an XSLT stylesheet
195 * Free up the memory used by XSLT keys in a styleshee
    [all...]
xsltconfig.h 2 * Summary: compile-time version informations for the XSLT engine
3 * Description: compile-time version informations for the XSLT engine
functions.c 2 * functions.c: Implementation of the XSLT extra functions
5 * http://www.w3.org/TR/1999/REC-xslt-19991116
36 #include "xslt.h"
52 * in the list of decent XSLT processors <grin/>
58 * @ctxt: a void * but the XSLT transformation context actually
221 * Implement the document() XSLT function
348 * Implement the key() XSLT function
469 * FUTURE INFO: In XSLT 2.0 the key() function takes an additional
545 * Implement the unparsed-entity-uri() XSLT function
588 * Implement the format-number() XSLT functio
    [all...]
templates.c 5 * http://www.w3.org/TR/1999/REC-xslt-19991116
24 #include "xslt.h"
46 * @ctxt: the XSLT transformation context
105 * @ctxt: the XSLT transformation context
168 * @ctxt: the XSLT transformation context
183 * @ctxt: the XSLT transformation context
185 * @inst: the XSLT instruction (xsl:comment, xsl:processing-instruction)
238 * @ctxt: the XSLT transformation context
349 * @ctxt: the XSLT transformation context
364 * @ctxt: the XSLT transformation contex
    [all...]
  /external/libxslt/libxslt/
xsltInternals.h 4 * by the XSLT engine.
22 #include <libxslt/xslt.h>
72 * for XSLT "tests"; e.g. in <xsl:if test="/foo/bar">
104 * namespaces of XSLT elements.
123 * quick test to detect XSLT elements
132 * quick test to detect XSLT attributes
160 * quick check whether this is an xslt element
169 * quick check for xslt namespace attribute
270 * The in-memory structure corresponding to an XSLT Template.
377 * The in-memory structure corresponding to an XSLT Stylesheet
    [all...]
xslt.c 2 * xslt.c: Implemetation of an XSL Transformation 1.0 engine
5 * XSLT specification
6 * http://www.w3.org/TR/1999/REC-xslt-19991116
31 #include "xslt.h"
80 const xmlChar *xsltXSLTTextMarker = (const xmlChar *) "XSLT Text Element";
84 * Marker for XSLT attribute on Literal Result Elements.
86 const xmlChar *xsltXSLTAttrMarker = (const xmlChar *) "LRE XSLT Attr";
133 "The XSLT-element '%s' is not allowed at this position.\n",
270 * Routines to handle XSLT data structures *
349 * @style: the XSLT styleshee
    [all...]
keys.c 5 * http://www.w3.org/TR/1999/REC-xslt-19991116
24 #include "xslt.h"
50 * Create a new XSLT KeyDef
75 * @keyd: an XSLT key definition
103 * @keyd: an XSLT key definition list
123 * Create a new XSLT KeyTable
148 * @keyt: an XSLT key table
169 * @keyt: an XSLT key table list
193 * @style: an XSLT stylesheet
195 * Free up the memory used by XSLT keys in a styleshee
    [all...]
xsltconfig.h 2 * Summary: compile-time version informations for the XSLT engine
3 * Description: compile-time version informations for the XSLT engine
functions.c 2 * functions.c: Implementation of the XSLT extra functions
5 * http://www.w3.org/TR/1999/REC-xslt-19991116
36 #include "xslt.h"
52 * in the list of decent XSLT processors <grin/>
58 * @ctxt: a void * but the XSLT transformation context actually
221 * Implement the document() XSLT function
348 * Implement the key() XSLT function
469 * FUTURE INFO: In XSLT 2.0 the key() function takes an additional
545 * Implement the unparsed-entity-uri() XSLT function
588 * Implement the format-number() XSLT functio
    [all...]
templates.c 5 * http://www.w3.org/TR/1999/REC-xslt-19991116
23 #include "xslt.h"
45 * @ctxt: the XSLT transformation context
104 * @ctxt: the XSLT transformation context
167 * @ctxt: the XSLT transformation context
182 * @ctxt: the XSLT transformation context
184 * @inst: the XSLT instruction (xsl:comment, xsl:processing-instruction)
237 * @ctxt: the XSLT transformation context
348 * @ctxt: the XSLT transformation context
363 * @ctxt: the XSLT transformation contex
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorCharacters.java 33 * This class processes character events for a XSLT template element.
34 * @see <a href="http://www.w3.org/TR/xslt#dtd">XSLT DTD</a>
35 * @see <a href="http://www.w3.org/TR/xslt#section-Creating-the-Result-Tree">section-Creating-the-Result-Tree in XSLT Specification</a>
ProcessorTemplateElem.java 31 * This class processes parse events for an XSLT template element.
32 * @see <a href="http://www.w3.org/TR/xslt#dtd">XSLT DTD</a>
33 * @see <a href="http://www.w3.org/TR/xslt#section-Creating-the-Result-Tree">section-Creating-the-Result-Tree in XSLT Specification</a>
ProcessorKey.java 41 * @see <a href="http://www.w3.org/TR/xslt#dtd">XSLT DTD</a>
42 * @see <a href="http://www.w3.org/TR/xslt#key">key in XSLT Specification</a>
ProcessorStylesheetElement.java 34 * @see <a href="http://www.w3.org/TR/xslt#dtd">XSLT DTD</a>
35 * @see <a href="http://www.w3.org/TR/xslt#stylesheet-element">stylesheet-element in XSLT Specification</a>
  /external/chromium_org/third_party/libxslt/
libxslt.gyp 77 'libxslt/xslt.c',
78 'libxslt/xslt.h',
110 ['OS!="win"', {'product_name': 'xslt'}],
  /external/chromium_org/third_party/libxslt/linux/
xslt-config 12 Usage: xslt-config [OPTION]...
16 --prefix=DIR change XSLT prefix [default $prefix]
17 --exec-prefix=DIR change XSLT executable prefix [default $exec_prefix]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
package.html 27 <p>For each node in the XML source, TransformerImpl uses the StylesheetRoot and underlying XSLT schema to determine which
28 template to apply: one of the templates in the StylesheetRoot, a default template rule as specified in the XSLT spec, or
  /external/chromium_org/third_party/libxslt/linux/libxslt/
xsltconfig.h 2 * Summary: compile-time version informations for the XSLT engine
3 * Description: compile-time version informations for the XSLT engine

Completed in 379 milliseconds

1 2 34 5 6 7 8 91011>>