Searched refs:source (Results 351 - 375 of 878) sorted by relevance

<<11121314151617181920>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIFactoryMethod.java52 public static void handle(XSComponent source, CPropertyInfo prop) { argument
53 BIInlineBinaryData inline = Ring.get(BGMBuilder.class).getBindInfo(source).get(BIInlineBinaryData.class);
H A DBIInlineBinaryData.java50 public static void handle(XSComponent source, CPropertyInfo prop) { argument
51 BIInlineBinaryData inline = Ring.get(BGMBuilder.class).getBindInfo(source).get(BIInlineBinaryData.class);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_1/
H A DSOAPPart1_1Impl.java66 Source tmp = source;
67 source = null;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_2/
H A DSOAPPart1_2Impl.java67 Source tmp = source;
68 source = null;
75 if (parser != null) { //can be null if source was a DomSource and not StreamSource
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/transform/
H A DEfficientStreamingTransformer.java53 * for certain cases. If source and result are of type stream, then
276 javax.xml.transform.Source source,
281 if ((source instanceof StreamSource)
284 StreamSource streamSource = (StreamSource) source;
346 else if (FastInfosetReflection.isFastInfosetSource(source)
355 // m_fiDOMDocumentParser.parse(document, source.getInputStream())
359 FastInfosetReflection.FastInfosetSource_getInputStream(source));
369 else if ((source instanceof DOMSource)
386 ((DOMSource) source).getNode());
399 m_realTransformer.transform(source, resul
275 transform( javax.xml.transform.Source source, javax.xml.transform.Result result) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/source/util/
H A DTaskEvent.java26 package com.sun.source.util;
28 import com.sun.source.tree.CompilationUnitTree;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DScannerFactory.java59 final Source source; field in class:ScannerFactory
67 this.source = Source.instance(context);
/openjdk7/langtools/test/tools/javac/6440583/
H A DT6440583.java33 import com.sun.source.tree.*;
34 import com.sun.source.util.*;
/openjdk7/jdk/test/java/util/PluggableLocale/providersrc/
H A DFooNumberFormat.java53 public Number parse(String source, ParsePosition parsePosition) { argument
54 return df.parse(source, parsePosition);
/openjdk7/langtools/test/tools/javac/
H A DT6972327.java30 import com.sun.source.tree.*;
31 import com.sun.source.util.Trees;
/openjdk7/langtools/test/tools/javac/TryWithResources/
H A DInterruptedExceptionTest.java30 import com.sun.source.util.JavacTask;
144 JavaSource source; field in class:InterruptedExceptionTest
155 this.source = new JavaSource();
170 String source; field in class:InterruptedExceptionTest.JavaSource
174 source = template.replace("#S1", suppress_decl.getSuppressAnno())
186 return source;
192 Arrays.asList(xlint.getXlintOption()), null, Arrays.asList(source));
214 throw new Error("invalid diagnostics for source:\n" +
215 source.getCharContent(true) +
/openjdk7/langtools/test/tools/javac/api/
H A DT6431879.java33 import com.sun.source.tree.*;
34 import com.sun.source.util.*;
/openjdk7/langtools/test/tools/javac/generics/diamond/7030150/
H A DGenericConstructorAndDiamondTest.java30 import com.sun.source.util.JavacTask;
180 JavaSource source; field in class:GenericConstructorAndDiamondTest
194 this.source = new JavaSource();
209 String source; field in class:GenericConstructorAndDiamondTest.JavaSource
213 source = template.replace("#BK", boundKind.boundStr).
223 return source;
229 null, null, Arrays.asList(source));
255 throw new Error("invalid diagnostics for source:\n" +
256 source.getCharContent(true) +
/openjdk7/langtools/test/tools/javac/processing/6378728/
H A DT6378728.java71 File source = new File(srcdir, "T6378728.java");
80 fm.getJavaFileObjectsFromFiles(Arrays.asList(source)));
/openjdk7/langtools/test/tools/javac/processing/model/element/
H A DTestAnonSourceNames.java31 import com.sun.source.tree.*;
32 import com.sun.source.util.*;
H A DTestResourceElement.java38 import com.sun.source.tree.*;
39 import com.sun.source.util.*;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeTextReader.java77 * @param source The XMLInputSource to use.
81 public XIncludeTextReader(XMLInputSource source, XIncludeHandler handler, int bufferSize) argument
84 fSource = source;
102 * @param source The XMLInputSource to use.
104 protected Reader getReader(XMLInputSource source) throws IOException { argument
105 if (source.getCharacterStream() != null) {
106 return source.getCharacterStream();
111 String encoding = source.getEncoding();
115 if (source.getByteStream() != null) {
116 stream = source
477 setInputSource(XMLInputSource source) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DSDDocumentImpl.java72 private final SDDocumentSource source; field in class:SDDocumentImpl
188 protected SDDocumentImpl(QName rootName, URL url, SDDocumentSource source) { argument
189 this(rootName, url, source, new HashSet<String>());
192 protected SDDocumentImpl(QName rootName, URL url, SDDocumentSource source, Set<String> imports) { argument
197 this.source = source;
227 return source.read(xif);
231 return source.read();
248 new XMLStreamReaderToXMLStreamWriter().bridge(source.read(), w);
298 XMLStreamReader xsr = source
316 SchemaImpl(QName rootName, URL url, SDDocumentSource source, String targetNamespace, Set<String> imports) argument
338 WSDLImpl(QName rootName, URL url, SDDocumentSource source, String targetNamespace, boolean hasPortType, boolean hasService, Set<String> imports,Set<QName> allServices) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DCurrentNodeListIterator.java34 * nodes from a source iterator. For each node from the source, the boolean
37 * All nodes from the source are read into an array upon calling setStartNode()
53 * The source for this iterator.
63 * An integer array to store nodes from source iterator.
82 public CurrentNodeListIterator(DTMAxisIterator source, argument
87 this(source, !source.isReverse(), filter, currentNode, translet);
90 public CurrentNodeListIterator(DTMAxisIterator source, boolean docOrder, argument
95 _source = source;
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DXMLDocumentFilterImpl.java12 * Redistribution and use in source and binary forms, with or without
16 * 1. Redistributions of source code must retain the above copyright
88 private XMLDocumentSource source; field in class:XMLDocumentFilterImpl
99 public void setDocumentSource(XMLDocumentSource source) { argument
100 this.source = source;
104 return source;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCEnumLeafInfo.java78 private final XSComponent source; field in class:CEnumLeafInfo
116 XSComponent source,
124 this.source = source;
181 return source;
110 CEnumLeafInfo(Model model, QName typeName, CClassInfoParent container, String shortName, CNonElement base, Collection<CEnumConstant> _members, XSComponent source, CCustomizations customizations, Locator _sourceLocator) argument
H A DCPropertyInfo.java71 private final XSComponent source; field in class:CPropertyInfo
105 protected CPropertyInfo(String name, boolean collection, XSComponent source, argument
119 this.source = source;
147 return source;
/openjdk7/jdk/test/demo/zipfs/
H A DBasic.java83 Path source = fs.getPath("/META-INF/services/java.nio.file.spi.FileSystemProvider");
84 if (Files.exists(source)) {
85 Path target = Paths.get(source.getFileName().toString());
86 Files.copy(source, target, StandardCopyOption.REPLACE_EXISTING);
88 long s1 = Files.readAttributes(source, BasicFileAttributes.class).size();
91 throw new RuntimeException("target size != source size");
/openjdk7/jdk/test/java/nio/channels/DatagramChannel/
H A DBasicMulticastTests.java45 InetAddress source)
56 .bind(new InetSocketAddress(source, 0));
73 throw new RuntimeException("key is source specific");
81 // source-specific
83 key = dc.join(group, nif, source);
84 other = dc.join(group, nif, source);
94 if (!key.sourceAddress().equals(source))
95 throw new RuntimeException("key's source address incorrect");
43 membershipKeyTests(NetworkInterface nif, InetAddress group, InetAddress source) argument
/openjdk7/jdk/src/share/classes/javax/swing/
H A DTransferHandler.java74 * built in support will use the color returned by <code>getForeground</code> as the source
110 * An <code>int</code> representing a source action capability of either
223 * The source is a {@code DropTargetDragEvent} or
227 private Object source; field in class:TransferHandler.TransferSupport
266 this.source = transferable;
281 this.source = event;
286 if (source == null) {
290 assert source instanceof DropTargetDragEvent ||
291 source instanceof DropTargetDropEvent;
293 Point p = source instanceo
1050 exportDone(JComponent source, Transferable data, int action) argument
[all...]

Completed in 675 milliseconds

<<11121314151617181920>>