Searched refs:getURI (Results 1 - 25 of 65) sorted by relevance

123

/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-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
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DXMLNSDecl.java68 public String getURI() method in class:XMLNSDecl
H A DElemLiteralResult.java202 avt.getURI().equals(namespaceURI))
252 namespace = avt.getURI();
366 String ns = avt.getURI();
602 String nsURI = avt.getURI();
633 String nsURI = avt.getURI();
838 String uri = m_attribute.getURI();
859 String uri = m_attribute.getURI();
914 String uri = m_attribute.getURI();
1359 avt.getURI(),
H A DElemTemplateElement.java865 String uri = nsSupport.getURI(prefix);
930 return decl.getURI();
1050 String uri = decl.getURI();
1103 decl.getURI());
1107 decl = new XMLNSDecl(decl.getPrefix(), decl.getURI(),
1193 rhandler.startPrefixMapping(decl.getPrefix(), decl.getURI(), true);
/external/nist-sip/java/javax/sip/address/
H A DAddress.java17 URI getURI(); method in interface:Address
/external/apache-harmony/security/src/test/impl/java.injected/java/security/
H A DURIParameterTest.java47 * @tests {@link java.security.URIParameter#getURI()}
50 URI u = uriParameter.getURI();
/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/oauth/core/src/main/java/net/oauth/client/httpclient4/
H A DHttpMethodResponse.java54 super(request.getMethod(), new URL(request.getURI().toString()));
98 request.append(" ").append(httpRequest.getURI().getPath());
99 String query = httpRequest.getURI().getQuery();
/external/skia/src/images/
H A DSkImageRefPool.cpp33 ref->getURI(),
69 ref->getURI(),
187 ref->isLocked(), ref->getURI());
H A DSkImageRef.cpp135 SkDebugf("--- ImageRef: <%s> failed to find codec\n", this->getURI());
138 this->getURI(), mode);
/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/utils/
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...]
H A DAttList.java96 public String getURI(int index) method in class:AttList
/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/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DPAssociatedURI.java143 return this.address.getURI();
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DSchema.java142 public String getURI() { method in class:Schema
H A DXMLWriter.java1066 String defaultNS = nsSupport.getURI("");
1084 "".equals(prefix) || nsSupport.getURI(prefix) != null)) {
1091 "".equals(prefix) || nsSupport.getURI(prefix) != null)) {
1106 prefix == null || nsSupport.getURI(prefix) != null;
1170 writeName(atts.getURI(i), atts.getLocalName(i),
1261 String uri = nsSupport.getURI(prefix);
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorKey.java101 String attrUri = attributes.getURI(i);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DAttributesImplSerializer.java156 String uri = super.getURI(index);
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DAttList.java105 public String getURI(int index) method in class:AttList

Completed in 1151 milliseconds

123