Searched refs:Source (Results 26 - 50 of 326) sorted by relevance

1234567891011>>

/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DXMLInputSourceAdaptor.java24 import javax.xml.transform.Source;
31 * {@link Source} that represents an {@link XMLInputSource}.
35 * derive from {@link Source}, but the way
37 * different from the way {@link Source#getSystemId()} method works.
46 public final class XMLInputSourceAdaptor implements Source {
/openjdk10/jaxp/test/javax/xml/jaxp/libs/test/astro/
H A DSourceFilterFactory.java28 import javax.xml.transform.Source;
43 abstract protected Source getSource(String xslFileName) throws SAXException, ParserConfigurationException, IOException;
H A DStreamFilterFactoryImpl.java31 import javax.xml.transform.Source;
36 protected Source getSource(String xslFileName) {
/openjdk10/jaxp/test/javax/xml/jaxp/module/ServiceProviderTest/src/xmlprovider1/xp1/
H A DSchemaFactoryImpl.java28 import javax.xml.transform.Source;
68 public Schema newSchema(Source[] schemas) throws SAXException {
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/transform/util/
H A DTransformerUtil.java33 import javax.xml.transform.Source;
41 public abstract Source prepareSource(InputStream is) throws Exception;
/openjdk10/jaxp/src/java.xml/share/classes/javax/xml/catalog/
H A DCatalogResolver.java29 import javax.xml.transform.Source;
150 * @return a {@link javax.xml.transform.Source} object if a mapping is found.
151 * If no mapping is found, returns an empty {@link javax.xml.transform.Source}
154 * returns a {@link javax.xml.transform.Source} object with the original URI
162 public Source resolve(String href, String base);
/openjdk10/jaxp/src/java.xml/share/classes/javax/xml/transform/dom/
H A DDOMSource.java28 import javax.xml.transform.Source;
33 * <p>Acts as a holder for a transformation Source tree in the
45 public class DOMSource implements Source {
60 * the Transformer supports Source input of this type.
72 * @see javax.xml.transform.Transformer#transform(Source xmlSource, Result outputTarget)
83 * @param n The DOM node that will contain the Source tree.
93 * @param node The DOM node that will contain the Source tree.
102 * Set the node that will represents a Source DOM tree.
111 * Get the node that represents a Source DOM tree.
/openjdk10/jaxp/test/javax/xml/jaxp/module/ServiceProviderTest/src/DefaultFactoryWrapperTest/xmlwrapperprovider/xwp/
H A DSchemaFactoryWrapper.java26 import javax.xml.transform.Source;
63 public Schema newSchema(Source[] schemas) throws SAXException {
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/message/
H A DAttachment.java33 import javax.xml.transform.Source;
81 * Gets the attachment as a {@link Source}.
84 Source asSource();
/openjdk10/jaxws/src/java.xml.ws/share/classes/javax/xml/ws/
H A DEndpointReference.java30 import javax.xml.transform.Source;
112 public static EndpointReference readFrom(Source eprInfoset) {
/openjdk10/jdk/src/java.sql/share/classes/java/sql/
H A DSQLXML.java34 import javax.xml.transform.Source;
47 * may also be accessed through a Source or set as a Result, which
122 * Source source = sqlxml.getSource(null);
138 * Source streamSource = new StreamSource(sourceFile);
142 * Any Source can be transformed to a Result using the identity transform
146 * Source source = sqlxml.getSource(null);
151 * To write the contents of a Source to standard output:
154 * Source source = sqlxml.getSource(null);
343 * Returns a Source for reading the XML value designated by this SQLXML instance.
347 * The systemID of the Source i
[all...]
/openjdk10/jdk/test/java/util/Spliterator/
H A DSpliteratorFailFastTest.java60 @DataProvider(name = "Source")
118 @Test(dataProvider = "Source")
119 public <T> void testTryAdvance(String description, Supplier<Source<T>> ss) {
121 Source<T> source = ss.get();
133 Source<T> source = ss.get();
145 @Test(dataProvider = "Source")
146 public <T> void testForEach(String description, Supplier<Source<T>> ss) {
147 Source<T> source = ss.get();
155 @Test(dataProvider = "Source")
156 public <T> void testEstimateSize(String description, Supplier<Source<
[all...]
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/soap/
H A DXmlDataContentHandler.java33 import javax.xml.transform.Source;
115 transformer.transform((Source) getContent((DataSource)obj), result);
117 Source src=null;
121 src=(Source) obj;
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/client/
H A Dpackage-info.java108 * logical handler sets payload as Source. To write to the stream,
110 * updated with logical handler' Source. Need to verify if this
128 * <LI><P>{@link javax.xml.bind.Unmarshaller#unmarshal(Source) Object Unmarshaller.unmarshal(Source)}</P>
152 import javax.xml.transform.Source;
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/handler/
H A DLogicalMessageImpl.java46 import javax.xml.transform.Source;
61 * as a JAXB object or as javax.xml.transform.Source.
84 public Source getPayload() {
86 Source payload = packet.getMessage().copy().readPayloadAsSource();
96 public void setPayload(Source payload) {
100 private ImmutableLM createLogicalMessageImpl(Source payload) {
199 public abstract Source getPayload();
215 public Source getPayload() {
234 public Source getPayload() {
264 public Source getPayloa
[all...]
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/server/
H A Dpackage-info.java99 * logical handler sets payload as Source. To write to the stream,
101 * updated with logical handler' Source. Need to verify if this
119 * <LI><P>{@link javax.xml.bind.Unmarshaller#unmarshal(Source) Object Unmarshaller.unmarshal(Source)}</P>
144 import javax.xml.transform.Source;
/openjdk10/jaxp/src/java.xml/share/classes/javax/xml/validation/
H A DValidator.java31 import javax.xml.transform.Source;
88 * {@link #validate(Source source, Result result)}
100 * If the {@code Source}
119 * @see #validate(Source source, Result result)
121 public void validate(Source source)
132 * the {@link Source}/{@link Result} accepted.
135 * <caption>{@code Source} / {@code Result} Accepted</caption>
184 * <p>To validate one {@code Source} into another kind of
217 * {@code Source} type of if the {@code Source}
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/javax/xml/transform/sax/
H A DSAXSource.java28 import javax.xml.transform.Source;
35 * <p>Acts as an holder for SAX-style Source.</p>
46 public class SAXSource implements Source {
51 * the Transformer supports Source input of this type.
64 * @see javax.xml.transform.Transformer#transform(Source xmlSource, Result outputTarget)
100 * Set the XMLReader to be used for the Source.
109 * Get the XMLReader to be used for the Source.
118 * Set the SAX InputSource to be used for the Source.
127 * Get the SAX InputSource to be used for the Source.
136 * Set the system identifier for this Source
[all...]
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/common/
H A DTransformationWarningsTest.java31 import javax.xml.transform.Source;
72 Source src = new StreamSource(new StringReader(xml));
81 Source xslsrc = new StreamSource(new StringReader(xsl));
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/stream/XMLInputFactoryTest/
H A DIssueTracker38.java29 import javax.xml.transform.Source;
83 private void createEventReaderFromSource(Source source) throws Exception {
88 private void createStreamReaderFromSource(Source source) throws Exception {
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/message/source/
H A DPayloadSourceMessage.java39 import javax.xml.transform.Source;
42 * {@link Message} backed by {@link Source} as payload
49 @NotNull Source payload, @NotNull AttachmentSet attSet,
56 public PayloadSourceMessage(Source s, SOAPVersion soapVer) {
/openjdk10/jaxws/src/java.xml.ws/share/classes/javax/xml/soap/
H A DSOAPPart.java30 import javax.xml.transform.Source;
244 * from the given {@code Source} object. This {@code Source}
247 * @param source the {@code javax.xml.transform.Source} object with the
253 public abstract void setContent(Source source) throws SOAPException;
256 * Returns the content of the SOAPEnvelope as a JAXP {@code Source}
259 * @return the content as a {@code javax.xml.transform.Source} object
262 * the specified {@code Source} object
265 public abstract Source getContent() throws SOAPException;
/openjdk10/jdk/test/java/io/BufferedInputStream/
H A DFill.java42 static class Source extends InputStream { class in class:Fill
47 Source(int shortFall) { method in class:Fill.Source
77 InputStream r = new BufferedInputStream(new Source(shortFall), 10);
/openjdk10/jdk/test/javax/xml/jaxp/XPath/8015978/
H A DXPathNegativeZero.java37 import javax.xml.transform.Source;
61 final Source xslsrc = new StreamSource(new File(xsl));
66 final Source src = new StreamSource(new File(xml));
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DScannerFactory.java30 import com.sun.tools.javac.code.Source;
58 final Source source;
66 this.source = Source.instance(context);

Completed in 121 milliseconds

1234567891011>>