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

12

/external/apache-http/src/org/apache/http/client/methods/
H A DHttpUriRequest.java62 URI getURI(); method in interface:HttpUriRequest
H A DHttpRequestBase.java81 public URI getURI() { method in class:HttpRequestBase
88 URI uri = getURI();
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DProxyAuthenticate.java61 * @see gov.nist.javax.sip.header.AuthenticationHeader#getURI()
66 public URI getURI() { method in class:ProxyAuthenticate
H A DWWWAuthenticate.java63 * @see gov.nist.javax.sip.header.AuthenticationHeader#getURI()
68 public URI getURI() { method in class:WWWAuthenticate
H A DChallenge.java116 public String getURI() { method in class:Challenge
H A DAuthenticationHeader.java278 public javax.sip.address.URI getURI() { method in class:AuthenticationHeader
/external/nist-sip/java/javax/sip/header/
H A DWWWAuthenticateHeader.java11 URI getURI(); method in interface:WWWAuthenticateHeader
H A DAuthorizationHeader.java39 URI getURI(); method in interface:AuthorizationHeader
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DXMLNSDecl.java68 public String getURI() method in class:XMLNSDecl
H A DAVT.java134 public String getURI() method in class:AVT
/external/apache-http/src/org/apache/http/impl/client/
H A DRequestWrapper.java78 this.uri = ((HttpUriRequest) request).getURI();
125 public URI getURI() { method in class:RequestWrapper
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DAttList.java105 public String getURI(int index) method in class:AttList
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DAttList.java96 public String getURI(int index) method in class:AttList
H A DNamespaceSupport2.java183 * you have to look it up explicitly using {@link #getURI getURI}.
192 * @see #getURI
270 public String getURI (String prefix) method in class:NamespaceSupport2
272 return currentContext.getURI(prefix);
281 * using the {@link #getURI getURI} with an argument of "".</p>
287 * @see #getURI
305 * #getURI getURI} metho
646 String getURI (String prefix) method in class:Context2
[all...]
/external/nist-sip/java/javax/sip/address/
H A DAddress.java17 URI getURI(); method in interface:Address
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DNamespaceSupport.java192 * @see org.apache.xerces.xni.NamespaceContext#getURI(String)
194 public String getURI(String prefix) { method in class:NamespaceSupport
207 } // getURI(String):String
219 //if (getURI(fNamespace[i - 2]) == uri)
220 if (getURI(fNamespace[i - 2]).equals(uri) )
/external/skia/include/core/
H A DSkPixelRef.h116 const char* getURI() const { return fURI.size() ? fURI.c_str() : NULL; } function in class:SkPixelRef
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DAttributesImpl.java113 * @see org.xml.sax.Attributes#getURI method in class:AttributesImpl
115 public String getURI (int index)
363 data[i*5] = atts.getURI(i);
H A DSchema.java142 public String getURI() { method in class:Schema
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DAddressImpl.java267 return this.getURI().equals( o.getURI() );
300 public URI getURI() { method in class:AddressImpl
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet.jsp_2.0.0.v200806031607.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE.SF META-INF/ECLIPSE.RSA META ...
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 1348 milliseconds

12