Searched refs:Source (Results 1 – 25 of 36) sorted by relevance
12
/libcore/luni/src/main/java/javax/xml/transform/ |
D | TransformerFactory.java | 141 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()
|
D | Source.java | 26 public interface Source { interface
|
D | URIResolver.java | 42 public Source resolve(String href, String base) in resolve()
|
D | Transformer.java | 98 public abstract void transform(Source xmlSource, Result outputTarget) in transform()
|
/libcore/luni/src/main/java/javax/xml/validation/ |
D | Validator.java | 23 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()
|
D | SchemaFactory.java | 24 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/ |
D | SAXSource.java | 22 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/ |
D | XslSubstringTest.java | 37 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/ |
D | DOMSource.java | 22 import javax.xml.transform.Source; 38 public class DOMSource implements Source {
|
/libcore/ojluni/src/main/java/java/sql/ |
D | SQLXML.java | 34 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/ |
D | StreamSource.java | 25 import javax.xml.transform.Source; 37 public class StreamSource implements Source {
|
/libcore/luni/src/test/resources/tests/api/java/io/ |
D | sameFieldNames.smali | 1 # Source for sameFieldNames.dex
|
/libcore/benchmarks/libs/ |
D | caliper.jar.txt | 27 "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/ |
D | Android.bp | 2 // Copyright (C) 2021 The Android Open Source Project
|
/libcore/ |
D | known_oj_tags.txt | 1 # Copyright (C) 2015 The Android Open Source Project
|
/libcore/luni/src/test/java9language/ |
D | rewrite-test-for-jarjar.sed | 1 # Copyright (C) 2019 The Android Open Source Project
|
/libcore/metrictests/memory/host/ |
D | Android.bp | 1 // Copyright (C) 2017 The Android Open Source Project
|
/libcore/metrictests/memory/apps/ |
D | Android.bp | 1 // Copyright (C) 2017 The Android Open Source Project
|
/libcore/benchmarks/ |
D | Android.bp | 1 // Copyright (C) 2019 The Android Open Source Project
|
/libcore/tools/upstream/ |
D | Android.bp | 2 // Copyright (C) 2017 The Android Open Source Project
|
/libcore/luni/src/test/filesystems/ |
D | Android.bp | 1 // Copyright (C) 2019 The Android Open Source Project
|
/libcore/luni/src/main/native/ |
D | Android.bp | 1 // Copyright (C) 2017 The Android Open Source Project
|
/libcore/expectations/ |
D | Android.bp | 1 // Copyright (C) 2019 The Android Open Source Project
|
/libcore/luni/src/test/parameter_metadata/ |
D | Android.bp | 1 // Copyright (C) 2019 The Android Open Source Project
|
/libcore/ojluni/src/main/native/ |
D | Android.bp | 1 // Copyright (C) 2017 The Android Open Source Project
|
12