Searched refs:Source (Results 76 - 100 of 326) sorted by relevance

1234567891011>>

/openjdk10/jaxp/test/javax/xml/jaxp/unittest/validation/
H A DBug4969089.java28 import javax.xml.transform.Source;
45 * @summary Test when an ErrorHandler is set for a SchemaFactory, SchemaFactory.newSchema(Source[])
72 schemaFactory.newSchema(new Source[] { source });
H A DXMLSchemaValidator.java30 import javax.xml.transform.Source;
56 Source schemaFile = new StreamSource(schema);
H A DBug6526547.java29 import javax.xml.transform.Source;
66 Source schemaFile = new StreamSource(getClass().getResourceAsStream("Bug6526547.xsd"));
H A DBug4971605.java30 import javax.xml.transform.Source;
47 * @summary Test SchemaFactory.newSchema(Source) returns a Schema instance for DOMSource.
65 Schema schema = schemaFactory.newSchema(new Source[] { new DOMSource(document) });
/openjdk10/jaxws/src/java.xml.bind/share/classes/javax/xml/bind/annotation/
H A DW3CDomHandler.java35 import javax.xml.transform.Source;
106 public Source marshal(Element element, ValidationEventHandler errorHandler) {
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/soap/
H A DFastInfosetDataContentHandler.java34 import javax.xml.transform.Source;
114 (Source) obj);
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/transform/
H A DCR6935697Test.java31 import javax.xml.transform.Source;
69 Source source = new StreamSource(getClass().getResourceAsStream(inFilename));
H A DBug6559595.java31 import javax.xml.transform.Source;
57 Source src = new StreamSource(new StringReader(xml));
H A DCR7098746Test.java29 import javax.xml.transform.Source;
74 Source source = new StreamSource(getClass().getResourceAsStream(inFilename));
H A DNamespacePrefixTest.java34 import javax.xml.transform.Source;
58 final Source xslsrc = new StreamSource(new StringReader(XSL));
68 final Source xslsrc = new StreamSource(new StringReader(XSL));
78 final Source xslsrc = new StreamSource(new StringReader(XSL));
100 Source xmlSrc = new StreamSource(new StringReader(XML));
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/transform/util/
H A DSAXUtil.java29 import javax.xml.transform.Source;
53 public Source prepareSource(InputStream is) throws Exception {
H A DDOMUtil.java30 import javax.xml.transform.Source;
55 public Source prepareSource(InputStream is) throws Exception {
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/common/
H A DValidationWarningsTest.java32 import javax.xml.transform.Source;
72 Source src = new StreamSource(new StringReader(xml));
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/soap/ver1_2/
H A DSOAPPart1_2Impl.java36 import javax.xml.transform.Source;
69 Source tmp = source;
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/server/provider/
H A DSOAPProviderArgumentBuilder.java42 import javax.xml.transform.Source;
65 if(model.datatype==Source.class)
75 private static final class PayloadSource extends SOAPProviderArgumentBuilder<Source> {
80 /*protected*/ public Source getParameter(Packet packet) {
84 protected Message getResponseMessage(Source source) {
94 private static final class MessageSource extends SOAPProviderArgumentBuilder<Source> {
99 /*protected*/ public Source getParameter(Packet packet) {
103 protected Message getResponseMessage(Source source) {
H A DXMLProviderArgumentBuilder.java38 import javax.xml.transform.Source;
64 if(model.datatype==Source.class)
72 private static final class PayloadSource extends XMLProviderArgumentBuilder<Source> {
73 public Source getParameter(Packet packet) {
77 public Message getResponseMessage(Source source) {
/openjdk10/jdk/test/java/util/Spliterator/
H A DSpliteratorLateBindingTest.java65 @DataProvider(name = "Source")
159 @DataProvider(name = "Source.Non.Binding.Characteristics")
163 Supplier<Source<?>> s = (Supplier<Source<?>>) tc[1];
175 @Test(dataProvider = "Source")
176 public <T> void testForEach(String description, Supplier<Source<T>> ss) {
177 Source<T> source = ss.get();
190 @Test(dataProvider = "Source")
191 public <T> void testTryAdvance(String description, Supplier<Source<T>> ss) {
192 Source<
[all...]
/openjdk10/jdk/test/javax/sql/testng/util/
H A DStubSQLXML.java32 import javax.xml.transform.Source;
72 public <T extends Source> T getSource(Class<T> sourceClass) throws SQLException {
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DCodeStore.java105 final Source source,
123 final Source source,
133 public abstract StoredScript load(final Source source, final String functionKey);
147 public StoredScript storedScriptFor(final Source source, final String mainClassName,
252 public StoredScript load(final Source source, final String functionKey) {
280 public StoredScript store(final String functionKey, final Source source, final StoredScript script) {
305 private File getCacheFile(final Source source, final String functionKey) {
309 private boolean belowThreshold(final Source source) {
/openjdk10/langtools/test/tools/javac/processing/errors/CrashOnNonExistingAnnotation/
H A DSource.java32 * @run main Processor Source.java
38 public class Source { class
42 public @Anno("CONSTRUCTOR") InnerInner(@Anno("TYPE_USE") Source. @Anno("TYPE_USE") Inner Inner.this,
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/scripting/
H A DURLReader.java34 import jdk.nashorn.internal.runtime.Source;
115 reader = new CharArrayReader(Source.readFully(url, cs));
/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DSlot.java28 import com.sun.hotspot.igv.data.Source;
46 public abstract class Slot implements Port, Source.Provider, Properties.Provider {
49 private Source source;
60 source = new Source();
121 public Source getSource() {
H A DConnection.java26 import com.sun.hotspot.igv.data.Source;
38 public class Connection implements Source.Provider, Link {
53 private Source source;
72 source = new Source();
103 public Source getSource() {
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/oracle/webservices/internal/api/message/
H A DMessageContextFactory.java37 import javax.xml.transform.Source;
52 public abstract MessageContext createContext(Source m);
54 public abstract MessageContext createContext(Source m, EnvelopeStyle.Style envelopeStyle);
85 public abstract MessageContext doCreate(Source x, SOAPVersion soapVersion);
108 public static MessageContext create(final Source m, final SOAPVersion v, final ClassLoader... classLoader) {
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/encoding/
H A DXmlDataContentHandler.java34 import javax.xml.transform.Source;
102 if (!(obj instanceof DataSource || obj instanceof Source || obj instanceof String)) {
104 ". XmlDataContentHandler can only convert DataSource|Source|String to XML.");
125 Source source = (obj instanceof DataSource)
126 ? (Source)getContent((DataSource)obj) : (Source)obj;

Completed in 129 milliseconds

1234567891011>>