Searched refs:Source (Results 176 - 200 of 326) sorted by relevance

1234567891011>>

/openjdk10/jaxp/test/javax/xml/jaxp/unittest/validation/
H A DBug6773084Test.java39 import javax.xml.transform.Source;
81 Source schemaFile = new StreamSource(XSD_PATH);
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/transform/
H A DTransformerFactoryTest.java32 import javax.xml.transform.Source;
64 public Source resolve(String href, String base) throws TransformerException {
/openjdk10/jaxp/test/javax/xml/jaxp/functional/javax/xml/transform/ptests/
H A DTransformerFactoryTest.java40 import javax.xml.transform.Source;
161 Source s = tFactory.getAssociatedStylesheet(domSource, "screen",
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/client/sei/
H A DMessageFiller.java41 import javax.xml.transform.Source;
103 if (DataHandler.class.isAssignableFrom(type) || Source.class.isAssignableFrom(type)) {
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/db/glassfish/
H A DMarshallerBridge.java38 import javax.xml.transform.Source;
108 public Object unmarshal(Unmarshaller u, Source in) {
H A DWrapperBridge.java38 import javax.xml.transform.Source;
140 public final T unmarshal(Source in, AttachmentUnmarshaller au) throws JAXBException {
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/message/jaxb/
H A DMarshallerBridge.java43 import javax.xml.transform.Source;
106 public Object unmarshal(Unmarshaller u, Source in) {
H A DJAXBBridgeSource.java35 import javax.xml.transform.Source;
39 * Wraps a bridge and JAXB object into a pseudo-{@link Source}.
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/client/dispatch/
H A DJAXBDispatch.java46 import javax.xml.transform.Source;
90 Source result = msg.readEnvelopeAsSource();
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/message/
H A DDOMMessage.java48 import javax.xml.transform.Source;
109 public Source readPayloadAsSource() {
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DStoredScript.java80 private Map<String, Class<?>> installClasses(final Source source, final CodeInstaller installer) {
127 Class<?> installScript(final Source source, final CodeInstaller installer) {
H A DErrorManager.java89 * @param source Source file information.
90 * @param line Source line number.
91 * @param column Source column number.
95 public static String format(final String message, final Source source, final int line, final int column, final long token) {
100 // Source description and message.
110 // Source content.
H A DDebug.java148 public static void dumpTokens(final Source source, final Lexer lexer, final TokenStream stream) {
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/scripting/
H A DNashornScriptEngine.java28 import static jdk.nashorn.internal.runtime.Source.sourceFor;
60 import jdk.nashorn.internal.runtime.Source;
216 private static Source makeSource(final Reader reader, final ScriptContext ctxt) throws ScriptException {
224 private static Source makeSource(final String src, final ScriptContext ctxt) {
400 private Object evalImpl(final Source src, final ScriptContext ctxt) throws ScriptException {
481 private CompiledScript asCompiledScript(final Source source) throws ScriptException {
522 private ScriptFunction compileImpl(final Source source, final ScriptContext ctxt) throws ScriptException {
526 private ScriptFunction compileImpl(final Source source, final Global newGlobal) throws ScriptException {
/openjdk10/nashorn/test/script/nosecurity/
H A DJDK-8044798.js121 var Source = Java.type("jdk.nashorn.internal.runtime.Source"); variable
125 var sourceCls = Source.class;
151 print("Source info");
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/
H A DDTMManager.java133 public abstract DTM getDTM(javax.xml.transform.Source source,
/openjdk10/jdk/test/java/nio/charset/coders/
H A DBashStreams.java221 static class Source // ... and another class in class:BashStreams
231 Source(String csn, long seed, int limit) { method in class:BashStreams.Source
341 new InputStreamReader(new Source(csn, seed, limit), csn));
349 Channels.newReader(new Source(csn, seed, limit), csn));
/openjdk10/jdk/test/javax/xml/jaxp/parsers/8022548/
H A DXOMParserTest.java87 Source source = new StreamSource(xmlInput);
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/sjavac/
H A DPackage.java89 // Map from source file name to Source info object.
90 private Map<String,Source> sources = new HashMap<>();
109 public Map<String,Source> sources() { return sources; }
133 public void addSource(Source s) {
183 Source.saveSources(sources, b);
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/fastinfoset/stax/factory/
H A DStAXInputFactory.java46 import javax.xml.transform.Source;
77 public XMLStreamReader createXMLStreamReader(Source source) throws XMLStreamException {
139 public XMLEventReader createXMLEventReader(Source source) throws XMLStreamException {
/openjdk10/jaxws/src/java.xml.bind/share/classes/javax/xml/bind/helpers/
H A DAbstractUnmarshallerImpl.java45 import javax.xml.transform.Source;
114 public Object unmarshal( Source source ) throws JAXBException {
127 // we don't handle other types of Source
376 public <T> JAXBElement<T> unmarshal(Source source, Class<T> expectedType) throws JAXBException {
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/message/
H A DMessageWrapper.java36 import javax.xml.transform.Source;
147 public Source readEnvelopeAsSource() {
153 public Source readPayloadAsSource() {
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DLint.java117 Source source = Source.instance(context);
118 if (source.compareTo(Source.JDK1_9) >= 0) {
/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DFigure.java30 import com.sun.hotspot.igv.data.Source;
38 public class Figure extends Properties.Entity implements Source.Provider, Vertex {
48 private Source source;
114 this.source = new Source();
203 public Source getSource() {
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/pipe/
H A DStubs.java51 import javax.xml.transform.Source;
165 * Creates a new {@link Dispatch} stub for {@link Source}.
169 * createDispatch(port,owner,binding,Source.class,mode,next);
173 public static Dispatch<Source> createSourceDispatch(QName portName, WSService owner, WSBinding binding, Service.Mode mode, Tube next, @Nullable WSEndpointReference epr) {
178 * Creates a new {@link Dispatch} stub for {@link Source}.
182 * createDispatch(port,owner,binding,Source.class,mode,next);
185 public static Dispatch<Source> createSourceDispatch(WSPortInfo portInfo, WSBinding binding, Service.Mode mode, @Nullable WSEndpointReference epr) {
218 } else if (clazz == Source.class) {
259 } else if (clazz == Source.class) {

Completed in 245 milliseconds

1234567891011>>