Searched defs:source (Results 276 - 300 of 587) sorted by relevance

<<11121314151617181920>>

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSortingIterator.java45 public SortingIterator(DTMAxisIterator source, argument
47 _source = source;
61 // gather all nodes from the source iterator
95 * Clone a <code>SortingIterator</code> by cloning its source
/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/jaxp/src/com/sun/org/apache/xerces/internal/xni/grammars/
H A DXMLGrammarLoader.java137 * entity pointed to by source.
139 * @param source the location of the entity which forms
145 public Grammar loadGrammar(XMLInputSource source) argument
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DIncrementalSAXSource_Xerces.java267 public void startParse(InputSource source) throws SAXException argument
278 ok = parseSomeSetup(source);
325 private boolean parseSomeSetup(InputSource source) argument
334 Object[] parms1={source.getPublicId(),source.getSystemId(),null};
336 Object[] parmsa={source.getByteStream()};
338 parmsa[0]=source.getCharacterStream();
340 parmsa[0]=source.getEncoding();
358 Object[] parm={source};
414 InputSource source
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2RTFDTM.java123 public SAX2RTFDTM(DTMManager mgr, Source source, int dtmIdentity, argument
128 super(mgr, source, dtmIdentity, whiteSpaceFilter,
131 // NEVER track source locators for RTFs; they aren't meaningful. I think.
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DSourceTreeManager.java42 * This class bottlenecks all management of source trees. The methods
43 * in this class should allow easy garbage collection of source
44 * trees (not yet!), and should centralize parsing for those source trees.
61 /** The TrAX URI resolver used to obtain source trees. */
125 Source source = null;
129 source = m_uriResolver.resolve(urlString, base);
132 if (null == source)
136 source = new StreamSource(uri);
139 return source;
165 * Put the source tre
171 putDocumentInCache(int n, Source source) argument
198 getNode(Source source) argument
274 getSourceTree(Source source, SourceLocator locator, XPathContext xctxt) argument
302 parseToNode(Source source, SourceLocator locator, XPathContext xctxt) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/jaxp/
H A DXPathImpl.java416 * <p>If <code>expression</code>, <code>source</code> or <code>returnType</code> is <code>null</code>,
420 * @param source The input source of the document to evaluate over.
427 * @throws NullPointerException If <code>expression</code>, <code>source</code> or <code>returnType</code>
430 public Object evaluate(String expression, InputSource source, argument
433 if( source== null ) {
436 new Object[] {"source"} );
463 Document document = getParser().parse( source );
489 * <p>This method calls {@link #evaluate(String expression, InputSource source, QName returnType)} with a
496 * <p>If <code>expression</code> or <code>source</cod
508 evaluate(String expression, InputSource source) argument
[all...]
/openjdk7/jaxp/src/com/sun/xml/internal/stream/
H A DXMLInputFactoryImpl.java87 public XMLEventReader createXMLEventReader(Source source) throws XMLStreamException { argument
90 return new XMLEventReaderImpl(createXMLStreamReader(source));
142 public XMLStreamReader createXMLStreamReader(Source source) throws XMLStreamException { argument
143 return new XMLStreamReaderImpl(jaxpSourcetoXMLInputSource(source),
282 XMLInputSource jaxpSourcetoXMLInputSource(Source source){ argument
283 if(source instanceof StreamSource){
284 StreamSource stSource = (StreamSource)source;
302 source.getClass().getName());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DArrayTypeImpl.java110 static boolean isComponentAssignable(Type destination, Type source) { argument
111 if (source instanceof PrimitiveType) {
114 return source.equals(destination);
120 ReferenceTypeImpl refSource = (ReferenceTypeImpl)source;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/
H A DAbstractTreeTableModel.java83 protected void fireTreeNodesChanged(Object source, Object[] path, argument
95 e = new TreeModelEvent(source, path,
109 protected void fireTreeNodesInserted(Object source, Object[] path, argument
121 e = new TreeModelEvent(source, path,
135 protected void fireTreeNodesRemoved(Object source, Object[] path, argument
147 e = new TreeModelEvent(source, path,
161 protected void fireTreeStructureChanged(Object source, Object[] path, argument
173 e = new TreeModelEvent(source, path,
/openjdk7/jdk/src/share/classes/javax/swing/
H A DMenuSelectionManager.java71 * event's only state is the source property. The source of events
220 Component source = event.getComponent();
222 if ((source != null) && !source.isShowing()) {
238 if (source != null) {
239 SwingUtilities.convertPointToScreen(p, source);
363 * @param source The component in whose coordinate space sourcePoint
367 * contains sourcePoint (relative to the source component's
371 public Component componentForPoint(Component source, Poin argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DSimpleAttributeSet.java70 * @param source the set of attributes
72 public SimpleAttributeSet(AttributeSet source) { argument
73 addAttributes(source);
/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DRTFAttributes.java169 public boolean write(AttributeSet source, argument
174 return writeValue(source.getAttribute(swingName), target, force);
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DImageDecoder.java34 InputStreamImageSource source; field in class:ImageDecoder
44 source = src;
61 synchronized (source) {
122 source.latchConsumers(this);
134 source.latchConsumers(this);
145 source.latchConsumers(this);
148 source.doneDecoding(this);
164 source.doneDecoding(this);
/openjdk7/jdk/src/share/classes/java/beans/
H A DPropertyChangeSupport.java87 * @param sourceBean The bean to be given as the source for any events.
93 source = sourceBean;
126 * source, it will be notified one less time after being removed.
210 * source for the specified property, it will be notified one less time
263 firePropertyChange(new PropertyChangeEvent(this.source, propertyName, oldValue, newValue));
358 firePropertyChange(new IndexedPropertyChangeEvent(source, propertyName, oldValue, newValue, index));
436 PropertyChangeSupport pcs = new PropertyChangeSupport(this.source);
444 fields.put("source", this.source);
464 this.source
483 private Object source; field in class:PropertyChangeSupport
[all...]
/openjdk7/jdk/src/share/classes/java/lang/
H A DProcessBuilder.java68 * <li><a name="redirect-input">a source of <i>standard input</i>.
72 * be redirected to another source using
439 * Represents a source of subprocess input or a destination of
517 * Indicates that subprocess I/O source or destination will be the
532 * Returns the {@link File} source or destination associated
676 * Sets this process builder's standard input source.
679 * method obtain their standard input from this source.
681 * <p>If the source is {@link Redirect#PIPE Redirect.PIPE}
685 * If the source is set to any other value, then
689 * @param source th
698 redirectInput(Redirect source) argument
[all...]
/openjdk7/jdk/src/share/classes/java/text/
H A DCollationElementIterator.java30 * The original version of this source code and documentation is copyrighted
117 * CollationElementIterator constructor. This takes the source string and
118 * the collation object. The cursor will walk thru the source string based
119 * on the predefined collation rules. If the source string is empty,
121 * @param sourceText the source string.
135 * CollationElementIterator constructor. This takes the source string and
136 * the collation object. The cursor will walk thru the source string based
137 * on the predefined collation rules. If the source string is empty,
139 * @param sourceText the source string.
491 * @param source th
494 setText(String source) argument
515 setText(CharacterIterator source) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/imageio/spi/
H A DImageReaderSpi.java262 * Returns <code>true</code> if the supplied source object appears
267 * stream contents. If the source is an
277 * In particular, if the source is an
287 * <p> If <code>source</code> is not an instance of one of the
291 * @param source the object (typically an
297 * @exception IllegalArgumentException if <code>source</code> is
302 public abstract boolean canDecodeInput(Object source) throws IOException; argument
/openjdk7/jdk/src/share/classes/javax/management/
H A DNotification.java40 * MBean. It contains a reference to the source MBean: if the
42 * original source of the notification was a reference to the emitting
50 * source.</p>
76 new ObjectStreamField("source", Object.class),
88 new ObjectStreamField("source", Object.class),
102 * of notification in the context of the notification source.
107 * source wishes to communicate to its consumers
109 * @serialField source Object The object on which the notification initially occurred.
142 * of notification in the context of the notification source.
155 * source wishe
171 protected Object source = null; field in class:Notification
183 Notification(String type, Object source, long sequenceNumber) argument
201 Notification(String type, Object source, long sequenceNumber, String message) argument
219 Notification(String type, Object source, long sequenceNumber, long timeStamp) argument
237 Notification(String type, Object source, long sequenceNumber, long timeStamp, String message) argument
253 setSource(Object source) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DMonitorNotification.java36 * The notification source and a set of parameters concerning the monitor MBean's state
195 * @param source The notification producer.
196 * @param sequenceNumber The notification sequence number within the source object.
204 MonitorNotification(String type, Object source, long sequenceNumber, long timeStamp, String msg, argument
207 super(type, source, sequenceNumber, timeStamp, msg);
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileStream.hpp62 ClassFileStream(u1* buffer, int length, char* source);
69 char* source() const { return _source; } function in class:ClassFileStream
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDataPusher.java45 private final SourceDataLine source; field in class:DataPusher
48 // stream as source data
51 // byte array as source data
73 this.source = sourceLine;
79 this.source = sourceLine;
97 if (!source.isOpen()) {
98 if (DEBUG || Printer.trace)Printer.trace("DataPusher: source.open()");
99 source.open(format);
101 if (DEBUG || Printer.trace)Printer.trace("DataPusher: source.flush()");
102 source
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DArrayTypeImpl.java109 static boolean isComponentAssignable(Type destination, Type source) { argument
110 if (source instanceof PrimitiveType) {
113 return source.equals(destination);
119 ReferenceTypeImpl refSource = (ReferenceTypeImpl)source;
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DConnection.java47 private Source source; field in class:Connection
62 source = new Source();
93 return source;
H A DSlot.java42 private Source source; field in class:Slot
49 source = new Source();
73 return source;

Completed in 160 milliseconds

<<11121314151617181920>>