HomeSort by relevance Sort by last modified time
    Searched refs:xslt (Results 1 - 9 of 9) sorted by null

  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
SecuritySupport.java 22 package org.apache.xalan.xslt;
SecuritySupport12.java 22 package org.apache.xalan.xslt;
ObjectFactory.java 22 package org.apache.xalan.xslt;
EnvironmentCheck.java 21 package org.apache.xalan.xslt;
44 * java org.apache.xalan.xslt.EnvironmentCheck [-out outFile]
840 "org.apache.xalan.xslt.XSLProcessorVersion";
    [all...]
  /external/libxslt/
Android.mk 19 libxslt/xslt.c \
  /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/webkit/Source/WebCore/bindings/scripts/
CodeGenerator.pm 432 $ret =~ s/xSLT/xslt/ if $ret =~ /^xSLT/;
  /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...]
  /external/webkit/Source/WebCore/dom/
XMLDocumentParserLibxml2.cpp 65 #if ENABLE(XSLT)
67 #include <libxslt/xslt.h>
474 #if ENABLE(XSLT)
989 #if ENABLE(XSLT)
    [all...]

Completed in 923 milliseconds