Home
last modified time | relevance | path

Searched refs:getURI (Results 1 – 25 of 102) sorted by relevance

12345

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemLiteralResult.java202 avt.getURI().equals(namespaceURI)) in getLiteralResultAttributeNS()
252 namespace = avt.getURI(); in getLiteralResultAttribute()
366 String ns = avt.getURI(); in resolvePrefixTables()
602 String nsURI = avt.getURI(); in getNamedItem()
633 String nsURI = avt.getURI(); in getNamedItemNS()
838 String uri = m_attribute.getURI(); in getNamespaceURI()
859 String uri = m_attribute.getURI(); in getNodeName()
914 String uri = m_attribute.getURI(); in getPrefix()
1359 avt.getURI(),
DElemTemplateElement.java865 String uri = nsSupport.getURI(prefix); in setPrefixes()
930 return decl.getURI(); in getNamespaceForPrefix()
1050 String uri = decl.getURI(); in resolvePrefixTables()
1103 decl.getURI()); in resolvePrefixTables()
1107 decl = new XMLNSDecl(decl.getPrefix(), decl.getURI(), in resolvePrefixTables()
1193 rhandler.startPrefixMapping(decl.getPrefix(), decl.getURI(), true); in executeNSDecls()
DXMLNSDecl.java68 public String getURI() in getURI() method in XMLNSDecl
/external/apache-xml/src/main/java/org/apache/xml/utils/
DNamespaceSupport2.java270 public String getURI (String prefix) in getURI() method in NamespaceSupport2
272 return currentContext.getURI(prefix); in getURI()
412 if(uri.equals(nsup.getURI(prefix))) in hasMoreElements()
646 String getURI (String prefix) in getURI() method in Context2
/external/nist-sip/java/gov/nist/javax/sip/address/
DAddressImpl.java267 return this.getURI().equals( o.getURI() ); in equals()
300 public URI getURI() { in getURI() method in AddressImpl
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/
DHttpMethodResponse.java54 super(request.getMethod(), new URL(request.getURI().toString())); in HttpMethodResponse()
98 request.append(" ").append(httpRequest.getURI().getPath()); in dump()
99 String query = httpRequest.getURI().getQuery(); in dump()
/external/jetty/src/java/org/eclipse/jetty/websocket/
DWebSocketClientFactory.java294 if ("wss".equals(holder.getURI().getScheme())) in newEndPoint()
415 String path = _future.getURI().getPath(); in handshake()
419 if (_future.getURI().getRawQuery() != null) in handshake()
420 path += "?" + _future.getURI().getRawQuery(); in handshake()
426 .append("Host: ").append(_future.getURI().getHost()).append(":") in handshake()
427 .append(_future.getURI().getPort()).append("\r\n") in handshake()
/external/jetty/src/java/org/eclipse/jetty/client/webdav/
DWebdavListener.java220 String uri = _exchange.getURI(); in resolveCollectionIssues()
221 String[] uriCollection = _exchange.getURI().split("/"); in resolveCollectionIssues()
315 supportedExchange.setRequestURI( _exchange.getURI() ); in checkWebdavSupported()
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DXMLWriter.java1060 String defaultNS = nsSupport.getURI(""); in doPrefix()
1078 "".equals(prefix) || nsSupport.getURI(prefix) != null)) { in doPrefix()
1085 "".equals(prefix) || nsSupport.getURI(prefix) != null)) { in doPrefix()
1100 prefix == null || nsSupport.getURI(prefix) != null; in doPrefix()
1164 writeName(atts.getURI(i), atts.getLocalName(i), in writeAttributes()
1255 String uri = nsSupport.getURI(prefix); in writeNSDecls()
DParser.java447 if (!(theSchema.getURI().equals(""))) in parse()
449 theSchema.getURI()); in parse()
638 if (!(theSchema.getURI().equals(""))) in eof()
744 String attNamespace = atts.getURI(i); in pop()
788 String attNamespace = atts.getURI(i); in push()
817 namespace.equals(theSchema.getURI())); in foreign()
DAttributesImpl.java113 public String getURI (int index) in getURI() method in AttributesImpl
360 data[i*5] = atts.getURI(i); in setAttributes()
/external/apache-http/src/org/apache/http/impl/client/
DRequestWrapper.java83 this.uri = ((HttpUriRequest) request).getURI(); in RequestWrapper()
130 public URI getURI() { in getURI() method in RequestWrapper
/external/apache-http/src/org/apache/http/client/methods/
DHttpRequestBase.java86 public URI getURI() { in getURI() method in HttpRequestBase
93 URI uri = getURI(); in getRequestLine()
DHttpUriRequest.java67 URI getURI(); in getURI() method
/external/jetty/src/java/org/eclipse/jetty/webapp/
DFragmentDescriptor.java114 … throw new IllegalStateException("Duplicate <other> clause detected in "+_xml.getURI()); in processBefores()
140 … throw new IllegalStateException("Duplicate <other> clause detected in "+_xml.getURI()); in processAfters()
DTagLibConfiguration.java134 if (!tldMap.containsKey(jarResource.getURI())) in contextInitialized()
135 tldMap.put(jarResource.getURI(), null); in contextInitialized()
183 String url = r.getURI().toURL().toString(); in extractJarResource()
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DNamespaceSupport.java194 public String getURI(String prefix) { in getURI() method in NamespaceSupport
220 if (getURI(fNamespace[i - 2]).equals(uri) ) in getPrefix()
/external/nist-sip/java/javax/sip/header/
DWWWAuthenticateHeader.java11 URI getURI(); in getURI() method
/external/nist-sip/java/gov/nist/javax/sip/header/
DProxyAuthenticate.java66 public URI getURI() { in getURI() method in ProxyAuthenticate
DWWWAuthenticate.java68 public URI getURI() { in getURI() method in WWWAuthenticate
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DDefaultRequestDirectorTest.java242 assertThat(request1.getURI(), equalTo(URI.create("http://example.com"))); in shouldHandleMultipleInvocationsOfExecute()
246 assertThat(request2.getURI(), equalTo(URI.create("www.example.com"))); in shouldHandleMultipleInvocationsOfExecute()
277 assertThat(((HttpUriRequest) Robolectric.getSentHttpRequest(0)).getURI(), in shouldSupportBasicResponseHandlerHandleResponse()
296 assertThat(((HttpUriRequest) Robolectric.getLatestSentHttpRequest()).getURI(), in shouldFindLastRequestMade()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DDefaultRouter.java197 URI uri = route.getAddress().getURI(); in getNextHop()
266 SipUri firstUri = (SipUri) first.getAddress().getURI(); in fixStrictRouting()
/external/jetty/src/java/org/eclipse/jetty/client/security/
DDigestAuthentication.java55 … buffer.append(", ").append("uri").append('=').append('"').append(exchange.getURI()).append('"'); in setCredentials()
91 md.update(exchange.getURI().getBytes(StringUtil.__ISO_8859_1)); in newResponse()
/external/nist-sip/java/javax/sip/address/
DAddress.java17 URI getURI(); in getURI() method
/external/apache-harmony/security/src/test/impl/java.injected/java/security/
DURIParameterTest.java50 URI u = uriParameter.getURI(); in testGetURI()

12345