Searched defs:source (Results 251 - 275 of 867) sorted by relevance

<<11121314151617181920>>

/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DStAXValidatorHelper.java67 public void validate(Source source, Result result) argument
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DAbsoluteIterator.java49 public AbsoluteIterator(DTMAxisIterator source) { argument
H A DForwardPositionIterator.java67 public ForwardPositionIterator(DTMAxisIterator source) { argument
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DEntityResolver2Wrapper.java199 private XMLInputSource createXMLInputSource(InputSource source, String baseURI) { argument
H A DStAXInputSource.java40 public StAXInputSource(XMLStreamReader source) { argument
44 public StAXInputSource(XMLStreamReader source, boolean consumeRemainingContent) { argument
54 public StAXInputSource(XMLEventReader source) { argument
58 public StAXInputSource(XMLEventReader source, boolean consumeRemainingContent) { argument
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/
H A DIncrementalSAXSource.java87 public void startParse(InputSource source) throws SAXException; argument
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/util/
H A DDataSourceSource.java55 private final DataSource source; field in class:DataSourceSource
72 public DataSourceSource(DataSource source) throws MimeTypeParseException { argument
/openjdk10/jaxp/src/java.xml/share/classes/javax/xml/transform/sax/
H A DSAXSource.java194 sourceToInputSource(Source source) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/sun/net/
H A DProgressEvent.java53 public ProgressEvent(ProgressSource source, URL url, String method, String contentType, ProgressSource.State state, long progress, long expected) { argument
/openjdk10/jdk/src/java.base/share/classes/sun/security/ssl/
H A DSSLSocketOutputRecord.java84 void encodeHandshake(byte[] source, argument
249 void deliver(byte[] source, int offset, int length) throws IOException { argument
[all...]
/openjdk10/jdk/src/java.base/solaris/native/libnio/fs/
H A DSolarisWatchService.c63 Java_sun_nio_fs_SolarisWatchService_portAssociate(JNIEnv* env, jclass clazz, jint port, jint source, jlong objectAddress, jint events) argument
74 Java_sun_nio_fs_SolarisWatchService_portDissociate(JNIEnv* env, jclass clazz, jint port, jint source, jlong objectAddress) argument
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DModelConnectionBlock.java56 public ModelConnectionBlock(ModelSource source, argument
65 public ModelConnectionBlock(ModelSource source, double scale, argument
75 public ModelConnectionBlock(ModelSource source, ModelSource control, argument
90 ModelConnectionBlock(ModelSource source, ModelSource control, double scale, ModelDestination destination) argument
126 setSources(ModelSource[] source) argument
130 addSource(ModelSource source) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/imageio/event/
H A DIIOReadProgressListener.java62 void sequenceStarted(ImageReader source, int minIndex); argument
72 void sequenceComplete(ImageReader source); argument
84 void imageStarted(ImageReader source, int imageIndex); argument
111 void imageProgress(ImageReader source, float percentageDone); argument
122 void imageComplete(ImageReader source); argument
135 thumbnailStarted(ImageReader source, int imageIndex, int thumbnailIndex) argument
148 thumbnailProgress(ImageReader source, float percentageDone) argument
159 thumbnailComplete(ImageReader source) argument
169 readAborted(ImageReader source) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/bmp/
H A DBMPImageReaderSpi.java76 public boolean canDecodeInput(Object source) throws IOException { argument
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/event/
H A DItemEvent.java135 public ItemEvent(ItemSelectable source, int id, Object item, int stateChange) { argument
/openjdk10/jdk/src/java.desktop/share/classes/java/beans/
H A DPropertyChangeEvent.java62 public PropertyChangeEvent(Object source, String propertyName, argument
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/event/
H A DTableModelEvent.java120 public TableModelEvent(TableModel source) { argument
138 TableModelEvent(TableModel source, int row) argument
149 TableModelEvent(TableModel source, int firstRow, int lastRow) argument
163 TableModelEvent(TableModel source, int firstRow, int lastRow, int column) argument
183 TableModelEvent(TableModel source, int firstRow, int lastRow, int column, int type) argument
[all...]
H A DHyperlinkEvent.java61 public HyperlinkEvent(Object source, EventType type, URL u) { argument
77 public HyperlinkEvent(Object source, EventType type, URL u, String desc) { argument
96 public HyperlinkEvent(Object source, EventType type, URL u, String desc, argument
121 HyperlinkEvent(Object source, EventType type, URL u, String desc, Element sourceElement, InputEvent inputEvent) argument
[all...]
H A DInternalFrameEvent.java140 public InternalFrameEvent(JInternalFrame source, int id) { argument
H A DTreeSelectionEvent.java76 public TreeSelectionEvent(Object source, TreePath[] paths, argument
99 public TreeSelectionEvent(Object source, TreePath path, boolean isNew, argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DDefaultFormatterFactory.java292 getFormatter( JFormattedTextField source) argument
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/html/
H A DFormSubmitEvent.java73 FormSubmitEvent(Object source, EventType type, URL targetURL, argument
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/developer/
H A DEPRRecipe.java115 public EPRRecipe addMetadata(Source source) { argument
/openjdk10/jaxws/src/java.xml.ws/share/classes/javax/xml/ws/wsaddressing/
H A DW3CEndpointReference.java103 public W3CEndpointReference(Source source) { argument
/openjdk10/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/wsdl/parser/
H A DDOMForestParser.java72 public void parse(InputSource source, ContentHandler handler, EntityResolver entityResolver, ErrorHandler errHandler) throws SAXException, IOException { argument
76 public void parse(InputSource source, ContentHandler handler, ErrorHandler errorHandler, EntityResolver entityResolver) argument

Completed in 373 milliseconds

<<11121314151617181920>>