Searched defs:getURI (Results 1 - 25 of 57) sorted by relevance

123

/openjdk7/jdk/src/share/classes/java/security/
H A DURIParameter.java60 public java.net.URI getURI() { method in class:URIParameter
/openjdk7/jdk/src/share/classes/javax/xml/crypto/
H A DURIReference.java51 String getURI(); method in interface:URIReference
H A DOctetStreamData.java93 public String getURI() { method in class:OctetStreamData
/openjdk7/jdk/src/share/classes/javax/xml/crypto/dsig/keyinfo/
H A DRetrievalMethod.java91 String getURI(); method in interface:RetrievalMethod
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DName.java44 * <LI><code>getURI</code> will return "http://www.wombat.org/trader"
109 String getURI(); method in interface:Name
/openjdk7/jdk/src/share/classes/javax/print/attribute/
H A DURISyntax.java73 public URI getURI() { method in class:URISyntax
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DCipherReference.java67 String getURI(); method in interface:CipherReference
H A DReference.java55 String getURI(); method in interface:Reference
/openjdk7/jaxp/src/org/xml/sax/
H A DAttributes.java109 * @see #getURI(int)
127 public abstract String getURI (int index); method in interface:Attributes
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DEndpointAddress.java178 public URI getURI() { method in class:EndpointAddress
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/streaming/
H A DAttributes.java75 public String getURI(int index); method in interface:Attributes
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DCMAny.java123 final String getURI() { method in class:CMAny
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/
H A DValidationContext.java62 public String getURI(String prefix); method in interface:ValidationContext
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DMultipleScopeNamespaceSupport.java110 * @see com.sun.org.apache.xerces.internal.xni.NamespaceContext#getURI(java.lang.String)
112 public String getURI(String prefix) { method in class:MultipleScopeNamespaceSupport
113 return getURI(prefix, fNamespaceSize, fContext[fScope[fCurrentScope]]);
120 public String getURI(String prefix, int context) { method in class:MultipleScopeNamespaceSupport
121 return getURI(prefix, fContext[context+1], fContext[fScope[getScopeForContext(context)]]);
136 if (getURI(fNamespace[i - 2]) == uri)
145 public String getURI(String prefix, int start, int end) { method in class:MultipleScopeNamespaceSupport
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DNamespaceContext.java109 * @see #getURI
127 public String getURI(String prefix); method in interface:NamespaceContext
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DAttList.java107 public String getURI(int index) method in class:AttList
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DAttList.java98 public String getURI(int index) method in class:AttList
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMRetrievalMethod.java162 public String getURI() { method in class:DOMRetrievalMethod
286 return (uri.equals(orm.getURI()) &&
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/content/
H A DRetrievalMethod.java104 * Method getURI
109 public String getURI() { method in class:RetrievalMethod
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/
H A DTransform.java265 public String getURI() { method in class:Transform
309 Object exArgs[] = { this.getURI(), "ParserConfigurationException" };
313 Object exArgs[] = { this.getURI(), "SAXException" };
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/
H A DResourceResolverException.java123 public Attr getURI() { method in class:ResourceResolverException
/openjdk7/jdk/src/macosx/classes/com/apple/eawt/
H A DAppEvent.java111 public URI getURI() { method in class:AppEvent.OpenURIEvent
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DURIName.java232 return uri.equals(other.getURI());
238 public URI getURI() { method in class:URIName
/openjdk7/jdk/src/share/classes/sun/jvmstat/monitor/
H A DHostIdentifier.java522 public URI getURI() { method in class:HostIdentifier
560 * calling getURI().toString(). This may change in a future release.
H A DVmIdentifier.java407 public URI getURI() { method in class:VmIdentifier
444 * calling getURI().toString(). This may change in a future release.

Completed in 67 milliseconds

123