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

12 3 4 5 6 7 8 91011>>

  /external/libxslt/libxslt/
attributes.h 2 * Summary: interface for the XSLT attribute handling
extensions.c 5 * http://www.w3.org/TR/1999/REC-xslt-19991116
29 #include "xslt.h"
102 * Create a new XSLT ExtDef
127 * @extensiond: an XSLT extension definition
145 * @extensiond: an XSLT extension definition list
168 * Create a new XSLT extension module
195 * @ext: an XSLT extension module
212 * Create a new XSLT extension module data wrapper
236 * @ext: an XSLT extension module data wrapper
253 * Create a new XSLT extension elemen
    [all...]
functions.h 2 * Summary: interface for the XSLT functions not from XPath
3 * Description: a set of extra functions coming from XSLT but not in XPath
namespaces.h 2 * Summary: interface for the XSLT namespace handling
4 * of namespace nodes in XSLT.
numbersInternals.h 2 * Summary: Implementation of the XSLT number functions
3 * Description: Implementation of the XSLT number functions
attributes.c 2 * attributes.c: Implementation of the XSLT attributes handling
5 * http://www.w3.org/TR/1999/REC-xslt-19991116
42 #include "xslt.h"
80 * The in-memory structure corresponding to an XSLT Attribute in
96 * XSLT Attribute handling *
104 * Create a new XSLT AttrElem
125 * @attr: an XSLT AttrElem
136 * @list: an XSLT AttrElem list
158 * @list: an XSLT AttrElem list
190 * @list: an XSLT AttrElem lis
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
extensions.c 5 * http://www.w3.org/TR/1999/REC-xslt-19991116
29 #include "xslt.h"
102 * Create a new XSLT ExtDef
127 * @extensiond: an XSLT extension definition
145 * @extensiond: an XSLT extension definition list
168 * Create a new XSLT extension module
195 * @ext: an XSLT extension module
212 * Create a new XSLT extension module data wrapper
236 * @ext: an XSLT extension module data wrapper
253 * Create a new XSLT extension elemen
    [all...]
functions.h 2 * Summary: interface for the XSLT functions not from XPath
3 * Description: a set of extra functions coming from XSLT but not in XPath
namespaces.h 2 * Summary: interface for the XSLT namespace handling
4 * of namespace nodes in XSLT.
numbersInternals.h 2 * Summary: Implementation of the XSLT number functions
3 * Description: Implementation of the XSLT number functions
attributes.c 2 * attributes.c: Implementation of the XSLT attributes handling
5 * http://www.w3.org/TR/1999/REC-xslt-19991116
42 #include "xslt.h"
80 * The in-memory structure corresponding to an XSLT Attribute in
96 * XSLT Attribute handling *
104 * Create a new XSLT AttrElem
125 * @attr: an XSLT AttrElem
136 * @list: an XSLT AttrElem list
158 * @list: an XSLT AttrElem list
190 * @list: an XSLT AttrElem lis
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorUnknown.java 28 * xslt namespace when the version is higher than the version
29 * of XSLT that we are set up to process.
package.html 22 <p>Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot
31 <p>Before parsing the XSLT input, StylesheetHandler assembles an {@link org.apache.xalan.processor.XSLTSchema},
34 recursively define the elements and attributes that an XSLT stylesheet may
ProcessorAttributeSet.java 32 * @see <a href="http://www.w3.org/TR/xslt#dtd">XSLT DTD</a>
33 * @see <a href="http://www.w3.org/TR/xslt#attribute-sets">attribute-sets in XSLT Specification</a>
ProcessorGlobalParamDecl.java 28 * @see <a href="http://www.w3.org/TR/xslt#dtd">XSLT DTD</a>
29 * @see <a href="http://www.w3.org/TR/xslt#top-level-variables">top-level-variables in XSLT Specification</a>
ProcessorGlobalVariableDecl.java 28 * @see <a href="http://www.w3.org/TR/xslt#dtd">XSLT DTD</a>
29 * @see <a href="http://www.w3.org/TR/xslt#top-level-variables">top-level-variables in XSLT Specification</a>
  /external/apache-xml/src/main/java/org/apache/xalan/res/
XSLTInfo.properties 21 # XSLT Resource File
29 # W3C XSL Transformations (XSLT) Version 1.0
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemText.java 35 * @see <a href="http://www.w3.org/TR/xslt#section-Creating-Text">section-Creating-Text in XSLT Specification</a>
58 * XSLT provides a mechanism for disabling output escaping.
64 * @see <a href="http://www.w3.org/TR/xslt#disable-output-escaping">disable-output-escaping in XSLT Specification</a>
83 * XSLT provides a mechanism for disabling output escaping.
89 * @see <a href="http://www.w3.org/TR/xslt#disable-output-escaping">disable-output-escaping in XSLT Specification</a>
ElemTextLiteral.java 31 * @see <a href="http://www.w3.org/TR/xslt#section-Creating-Text">section-Creating-Text in XSLT Specification</a>
131 * XSLT provides a mechanism for disabling output escaping.
137 * @see <a href="http://www.w3.org/TR/xslt#disable-output-escaping">disable-output-escaping in XSLT Specification</a>
156 * XSLT provides a mechanism for disabling output escaping.
162 * @see <a href="http://www.w3.org/TR/xslt#disable-output-escaping">disable-output-escaping in XSLT Specification</a>
package.html 23 and defines a set of classes that represent an XSLT stylesheet.</p>
35 all XSLT instruction elements, including Stylesheet. The <i>x</i>Func classes
36 extend members of the org.apache.xpath package and implement XSLT functions. Unlike
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
package.html 20 <title>XPath nodetest and XSLT pattern matching support.</title>
22 <p>Implementation of XPath nodeTest support, and XSLT pattern matching support.<p>
  /libcore/luni/src/main/java/javax/xml/transform/
Templates.java 52 * <a href="http://www.w3.org/TR/xslt#output">section 16 of the
53 * XSL Transformations (XSLT) W3C Recommendation</a>. The properties that
55 * Properties list, while the XSLT default properties that were not
63 * <p>For XSLT,
64 * <a href="http://www.w3.org/TR/xslt#attribute-value-templates">Attribute
  /external/bison/data/
README 37 * xslt
38 This directory contains XSLT programs that transform Bison's XML output
42 A library of routines used by the other XSLT programs.
  /external/chromium_org/third_party/libxslt/win32/
defgen.xsl 4 This stylesheet is used to transform doc/lib[e]xslt-api.xml into a pseudo-source,
7 Use any XSLT processor to produce a file called lib[e]xslt.def.src in the win32
  /external/chromium_org/third_party/libxslt/
xslt-config.in 12 Usage: xslt-config [OPTION]...
16 --prefix=DIR change XSLT prefix [default $prefix]
17 --exec-prefix=DIR change XSLT executable prefix [default $exec_prefix]

Completed in 933 milliseconds

12 3 4 5 6 7 8 91011>>