Home
last modified time | relevance | path

Searched refs:Source (Results 1 – 25 of 36) sorted by relevance

12

/libcore/luni/src/main/java/javax/xml/transform/
DTransformerFactory.java141 public abstract Transformer newTransformer(Source source) in newTransformer()
174 public abstract Templates newTemplates(Source source) in newTemplates()
202 public abstract Source getAssociatedStylesheet( in getAssociatedStylesheet()
203 Source source, in getAssociatedStylesheet()
DSource.java26 public interface Source { interface
DURIResolver.java42 public Source resolve(String href, String base) in resolve()
DTransformer.java98 public abstract void transform(Source xmlSource, Result outputTarget) in transform()
/libcore/luni/src/main/java/javax/xml/validation/
DValidator.java23 import javax.xml.transform.Source;
91 public void validate(Source source) throws SAXException, IOException { in validate()
197 public abstract void validate(Source source, Result result) throws SAXException, IOException; in validate()
DSchemaFactory.java24 import javax.xml.transform.Source;
526 public Schema newSchema(Source schema) throws SAXException { in newSchema()
527 return newSchema(new Source[]{schema}); in newSchema()
628 public abstract Schema newSchema(Source[] schemas) throws SAXException; in newSchema()
/libcore/luni/src/main/java/javax/xml/transform/sax/
DSAXSource.java22 import javax.xml.transform.Source;
39 public class SAXSource implements Source {
186 public static InputSource sourceToInputSource(Source source) { in sourceToInputSource()
/libcore/ojluni/src/test/javax/xml/jaxp/transform/
DXslSubstringTest.java37 import javax.xml.transform.Source;
89 Source src = new StreamSource(new StringReader(xml)); in testTransform()
90 Source xslsrc = new StreamSource(new StringReader(xslPre + xsl + xslPost)); in testTransform()
/libcore/luni/src/main/java/javax/xml/transform/dom/
DDOMSource.java22 import javax.xml.transform.Source;
38 public class DOMSource implements Source {
/libcore/ojluni/src/main/java/java/sql/
DSQLXML.java34 import javax.xml.transform.Source;
383 <T extends Source> T getSource(Class<T> sourceClass) throws SQLException; in getSource()
/libcore/luni/src/main/java/javax/xml/transform/stream/
DStreamSource.java25 import javax.xml.transform.Source;
37 public class StreamSource implements Source {
/libcore/luni/src/test/resources/tests/api/java/io/
DsameFieldNames.smali1 # Source for sameFieldNames.dex
/libcore/benchmarks/libs/
Dcaliper.jar.txt27 "Source" form shall mean the preferred form for making modifications,
32 transformation or translation of a Source form, including but
36 "Work" shall mean the work of authorship, whether in Source or
41 "Derivative Works" shall mean any work, whether in Source or Object
72 Work and such Derivative Works in Source or Object form.
92 modifications, and in Source or Object form, provided that You
101 (c) You must retain, in the Source form of any Derivative Works
103 attribution notices from the Source form of the Work,
113 as part of the Derivative Works; within the Source form or
/libcore/luni/
DAndroid.bp2 // Copyright (C) 2021 The Android Open Source Project
/libcore/
Dknown_oj_tags.txt1 # Copyright (C) 2015 The Android Open Source Project
/libcore/luni/src/test/java9language/
Drewrite-test-for-jarjar.sed1 # Copyright (C) 2019 The Android Open Source Project
/libcore/metrictests/memory/host/
DAndroid.bp1 // Copyright (C) 2017 The Android Open Source Project
/libcore/metrictests/memory/apps/
DAndroid.bp1 // Copyright (C) 2017 The Android Open Source Project
/libcore/benchmarks/
DAndroid.bp1 // Copyright (C) 2019 The Android Open Source Project
/libcore/tools/upstream/
DAndroid.bp2 // Copyright (C) 2017 The Android Open Source Project
/libcore/luni/src/test/filesystems/
DAndroid.bp1 // Copyright (C) 2019 The Android Open Source Project
/libcore/luni/src/main/native/
DAndroid.bp1 // Copyright (C) 2017 The Android Open Source Project
/libcore/expectations/
DAndroid.bp1 // Copyright (C) 2019 The Android Open Source Project
/libcore/luni/src/test/parameter_metadata/
DAndroid.bp1 // Copyright (C) 2019 The Android Open Source Project
/libcore/ojluni/src/main/native/
DAndroid.bp1 // Copyright (C) 2017 The Android Open Source Project

12