Searched refs:getVersion (Results 51 - 75 of 126) sorted by relevance

123456

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/
H A DAbstractType.java78 public String getVersion() { method in class:AbstractType
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/events/
H A DStartDocumentEvent.java113 public String getVersion() { method in class:StartDocumentEvent
H A DStAXEventAllocatorBase.java154 reader.getVersion(), reader.getEncoding(), reader.isStandalone());
H A DStAXEventWriter.java96 _streamWriter.writeStartDocument(startDocument.getCharacterEncodingScheme(), startDocument.getVersion());
/openjdk7/jdk/test/sun/security/mscapi/
H A DIsSunMSCAPIAvailable.java55 System.out.println("SunMSCAPI provider version # is " + p.getVersion());
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DUtil.java65 public static String getVersion () method in class:Util
67 return getVersion ("com/sun/tools/corba/se/idl/idl.prp");
68 } // getVersion
78 public static String getVersion (String filename) method in class:Util
97 } // getVersion
/openjdk7/jaxp/src/com/sun/xml/internal/stream/events/
H A DStartDocumentEvent.java101 public String getVersion() { method in class:StartDocumentEvent
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DModelAbstractOscillator.java197 public String getVersion() { method in class:ModelAbstractOscillator
H A DSimpleSoundbank.java54 public String getVersion() { method in class:SimpleSoundbank
H A DDLSInstrument.java272 if (mod.getVersion() == 1) {
297 } else if (mod.getVersion() == 2) {
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DAdaptableX509CertSelector.java145 int version = xcert.getVersion();
/openjdk7/jdk/test/javax/management/loading/
H A DMLetContentTest.java92 if (!version.equals(content.getVersion())) {
/openjdk7/jdk/test/javax/management/remote/mandatory/loading/
H A DDeserializeEncodedURLTest.java133 public String getVersion() { method in class:DeserializeEncodedURLTest.MutantRMIServerStub
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLStreamFilterImpl.java436 public String getVersion() { method in class:XMLStreamFilterImpl
437 return fStreamReader.getVersion();
/openjdk7/jaxp/src/com/sun/xml/internal/stream/writers/
H A DXMLEventWriterImpl.java92 fStreamWriter.writeStartDocument(startDocument.getCharacterEncodingScheme(), startDocument.getVersion());
94 fStreamWriter.writeStartDocument(startDocument.getVersion());
/openjdk7/jdk/src/share/classes/java/net/
H A DInMemoryCookieStore.java286 if ((c.getVersion() == 0 && netscapeDomainMatches(domain, host)) ||
287 (c.getVersion() == 1 && HttpCookie.domainMatches(domain, host))) {
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpRequestTree.java78 this.version = req.getVersion();
236 this.version = global.getVersion();
413 public int getVersion() { method in class:SnmpRequestTree.SnmpMibSubRequestImpl
742 public int getVersion() { method in class:SnmpRequestTree
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/jaxws/
H A DJAXWSBinding.java167 public String getVersion() { method in class:JAXWSBinding
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DAboutDialog.java74 String jConsoleVersion = Version.getVersion();
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDropTargetProtocol.java289 public int getVersion() { method in class:XDropTargetProtocol.EmbedderRegistryEntry
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DDOMSerializerImpl.java480 Method getVersion = null;
485 getVersion = doc.getClass().getMethod("getXmlVersion", new Class[]{});
486 if(getVersion != null ) {
487 ver = (String)getVersion.invoke(doc, (Object[]) null);
691 Method getVersion = null;
699 getVersion = fDocument.getClass().getMethod("getXmlVersion", new Class[] {});
700 if (getVersion != null) {
701 ver = (String) getVersion.invoke(fDocument, (Object[]) null);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToXMLStream.java139 String version = getVersion();
627 String xmlVersion = getVersion();
H A DToUnknownStream.java646 * @see XSLOutputAttributes#getVersion()
648 public String getVersion() method in class:ToUnknownStream
650 return m_handler.getVersion();
1042 m_handler.setVersion(oldHandler.getVersion());
/openjdk7/jdk/test/java/net/CookieHandler/
H A DTestHttpCookie.java86 if (cookie == null || (ver != cookie.getVersion())) {
87 raiseError("version", Integer.toString(cookie.getVersion()), Integer.toString(ver));
/openjdk7/jdk/src/share/classes/javax/sql/rowset/spi/
H A DSyncFactory.java513 System.out.println("Version: " + impl.getVersion());
833 public String getVersion() { method in class:ProviderImpl

Completed in 886 milliseconds

123456