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

1 2 3 4 56 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeListBase.java 30 * told that some of the XPath/XSLT folks say they must have this
44 * <li>Since the whole XPath/XSLT architecture assumes that the source
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DecodedDataDocumentParser.cpp 66 // stops parsing when handling an XSLT processing instruction and still
78 // stops parsing when handling an XSLT processing instruction and still
  /external/chromium_org/third_party/libxslt/libxslt/
xsltconfig.h.in 2 * Summary: compile-time version informations for the XSLT engine
3 * Description: compile-time version informations for the XSLT engine
pattern.c 5 * http://www.w3.org/TR/1999/REC-xslt-19991116
28 #include "xslt.h"
138 * Create a new XSLT CompMatch
171 * @comp: an XSLT comp
204 * @comp: an XSLT comp list
246 * Create a new XSLT ParserContext
268 * @ctxt: an XSLT parser context
288 * Add an step to an XSLT Compiled Match
509 * @ctxt: a XSLT process context
616 * @ctxt: a XSLT process contex
    [all...]
namespaces.c 2 * namespaces.c: Implementation of the XSLT namespaces handling
5 * http://www.w3.org/TR/1999/REC-xslt-19991116
46 #include "xslt.h"
86 * @style: the XSLT stylesheet
107 * SPEC XSLT 1.0:
111 * one such declaration. An XSLT processor may signal the error;
119 * NOTE that the XSLT 2.0 also *does* use the NULL namespace if
122 * Most XSLT 1.0 implementations work this way.
123 * The XSLT 1.0 spec has nothing to say on the subject.
355 * will be the XSLT instruction (also a literal result element/attribute)
    [all...]
  /external/iptables/iptables/
iptables-xml.1 77 iptables.xslt script and xsltproc, or a custom program using
80 xsltproc iptables.xslt my-iptables.xml | iptables-restore
  /external/libxslt/libxslt/
xsltconfig.h.in 2 * Summary: compile-time version informations for the XSLT engine
3 * Description: compile-time version informations for the XSLT engine
pattern.c 5 * http://www.w3.org/TR/1999/REC-xslt-19991116
28 #include "xslt.h"
138 * Create a new XSLT CompMatch
171 * @comp: an XSLT comp
204 * @comp: an XSLT comp list
246 * Create a new XSLT ParserContext
268 * @ctxt: an XSLT parser context
288 * Add an step to an XSLT Compiled Match
509 * @ctxt: a XSLT process context
616 * @ctxt: a XSLT process contex
    [all...]
namespaces.c 2 * namespaces.c: Implementation of the XSLT namespaces handling
5 * http://www.w3.org/TR/1999/REC-xslt-19991116
46 #include "xslt.h"
86 * @style: the XSLT stylesheet
107 * SPEC XSLT 1.0:
111 * one such declaration. An XSLT processor may signal the error;
119 * NOTE that the XSLT 2.0 also *does* use the NULL namespace if
122 * Most XSLT 1.0 implementations work this way.
123 * The XSLT 1.0 spec has nothing to say on the subject.
355 * will be the XSLT instruction (also a literal result element/attribute)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorOutputElem.java 35 * @see <a href="http://www.w3.org/TR/xslt#dtd">XSLT DTD</a>
36 * @see <a href="http://www.w3.org/TR/xslt#output">output in XSLT Specification</a>
ProcessorInclude.java 47 * @see <a href="http://www.w3.org/TR/xslt#dtd">XSLT DTD</a>
48 * @see <a href="http://www.w3.org/TR/xslt#include">include in XSLT Specification</a>
181 * @param uri The Namespace URI, which should be the XSLT namespace.
StylesheetHandler.java 72 * The function table of XPath and XSLT;
149 * @see <a href="http://www.w3.org/TR/xslt#section-Expressions">Section 4 Expressions in XSLT Specification</a>
170 * @see <a href="http://www.w3.org/TR/xslt#patterns">Section 5.2 Patterns in XSLT Specification</a>
790 ns.equals("org.apache.xalan.xslt.extensions.Redirect") )
954 * Receive notification of a XSLT processing warning.
982 * Receive notification of a recoverable XSLT processing error.
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
output_text.properties 24 # XSLT properties do not need namespace qualification.
SerializerFactory.java 46 * These property keys and their values are described in the XSLT recommendation,
47 * see {@link <a href="http://www.w3.org/TR/1999/REC-xslt-19991116"> XSLT 1.0 recommendation</a>}
OutputPropertiesFactory.java 88 * built-in XSLT Extensions. When used in stylesheets, this is often
99 S_BUILTIN_OLD_EXTENSIONS_URL = "http://xml.apache.org/xslt";
180 private static final String S_XSLT_PREFIX = "xslt.output.";
182 private static final String S_XALAN_PREFIX = "org.apache.xslt.";
335 * key name such as "org.apache.xslt.xxx", fix up the start of
337 * "xslt.output.xxx", clip off "xslt.output.". If a key name *or* a
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
SubContextList.java 34 * Get the number of nodes in the node list, which, in the XSLT 1 based
  /external/chromium_org/third_party/libxslt/
INSTALL 1 How to install the XSLT library:
  /external/libxslt/
Android.mk 19 libxslt/xslt.c \
  /external/smack/asmack-master/patch/
23-strip-unused-xml-transform.patch 33 - transformer.setOutputProperty("{http://xml.apache.org/xslt}indent-amount", "3");
  /libcore/luni/src/test/java/libcore/xml/
XsltXPathConformanceTestSuite.java 67 * The <a href="http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=xslt">OASIS
68 * XSLT conformance test suite</a>, adapted for use by JUnit. To run these tests
71 * <li>Obtain the <a href="http://www.oasis-open.org/committees/download.php/12171/XSLT-testsuite-04.ZIP">test
75 * adb push ./XSLT-Conformance-TC /data/oasis</code>.
93 = "/home/dalvik-prebuild/OASIS/XSLT-Conformance-TC/TESTS/catalog.xml";
187 * Extract the XSLT test from a DOM entity with the following structure:
189 * <test-case category="XSLT-Result-Tree" id="attribset_attribset01">
194 * <spec-citation place="7.1.4" type="section" version="1.0" spec="xslt"/>
307 * Processes an input XML file with an input XSLT stylesheet and compares
371 Source xslt = new StreamSource(principalStylesheet) local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java 72 * @see <a href="http://www.w3.org/TR/xslt#number">number in XSLT Specification</a>
308 * @see <a href="http://www.w3.org/TR/xslt#convert">convert in XSLT Specification</a>
317 * @see <a href="http://www.w3.org/TR/xslt#convert">convert in XSLT Specification</a>
330 * @see <a href="http://www.w3.org/TR/xslt#convert">convert in XSLT Specification</a>
353 * @see <a href="http://www.w3.org/TR/xslt#convert">convert in XSLT Specification</a
    [all...]
ElemTemplateElement.java 101 return "Unknown XSLT Element";
121 * @param transformer The XSLT TransformerFactory.
131 * @param transformer The XSLT TransformerFactory.
782 * @see <a href="http://www.w3.org/TR/xslt#strip">strip in XSLT Specification</a>
783 * @see <a href="http://www.w3.org/TR/xslt#section-Creating-Text">section-Creating-Text in XSLT Specification</a>
798 * @see <a href="http://www.w3.org/TR/xslt#strip">strip in XSLT Specification</a>
799 * @see <a href="http://www.w3.org/TR/xslt#section-Creating-Text">section-Creating-Text in XSLT Specification</a
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
NodeTest.java 156 * @see <a href="http://www.w3.org/TR/xslt#conflict">XSLT Specification - 5.5 Conflict Resolution for Template Rules</a>
163 * @see <a href="http://www.w3.org/TR/xslt#conflict">XSLT Specification - 5.5 Conflict Resolution for Template Rules</a>
171 * @see <a href="http://www.w3.org/TR/xslt#conflict">XSLT Specification - 5.5 Conflict Resolution for Template Rules</a>
179 * @see <a href="http://www.w3.org/TR/xslt#conflict">XSLT Specification - 5.5 Conflict Resolution for Template Rules</a>
186 * @see <a href="http://www.w3.org/TR/xslt#conflict">XSLT Specification - 5.5 Conflict Resolution for Template Rules</a>
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathContext.java 447 /** The owner context of this XPathContext. In the case of XSLT, this will be a
452 /** The owner context of this XPathContext. In the case of XSLT, this will be a
459 * in the case of XSLT, the Transformer object. This is needed
460 * so that XSLT functions can get the Transformer.
676 * @return the <a href="http://www.w3.org/TR/xslt#dt-current-node-list">current node list</a>,
691 * @param nl the <a href="http://www.w3.org/TR/xslt#dt-current-node-list">current node list</a>,
718 /** The stack of <a href="http://www.w3.org/TR/xslt#dt-current-node">current node</a> objects.
732 * @return the <a href="http://www.w3.org/TR/xslt#dt-current-node">current node</a>.
742 * @param cn the <a href="http://www.w3.org/TR/xslt#dt-current-node">current node</a>.
763 * @param cn the <a href="http://www.w3.org/TR/xslt#dt-current-node">current node</a>
    [all...]
  /libcore/luni/src/main/java/javax/xml/transform/
TransformerFactory.java 115 * <code>Object</code>. The <code>Source</code> is an XSLT document that
116 * conforms to <a href="http://www.w3.org/TR/xslt">
117 * XSL Transformations (XSLT) Version 1.0</a>. Care must
123 * @param source <code>Source </code> of XSLT document used to create
138 * @see <a href="http://www.w3.org/TR/xslt">
139 * XSL Transformations (XSLT) Version 1.0</a>

Completed in 941 milliseconds

1 2 3 4 56 7 8 91011>>