Home
last modified time | relevance | path

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

123

/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
DAttList.java96 public String getURI(int index) in getURI() method in AttList
/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/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/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()
DSchema.java143 public String getURI() { in getURI() method in Schema
/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/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
DAuthorizationHeader.java39 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/nist-sip/java/javax/sip/address/
DAddress.java17 URI getURI(); in getURI() method
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
DPAssociatedURI.java143 return this.address.getURI(); in getAssociatedURI()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorLRE.java124 String attrUri = attributes.getURI(i); in startElement()
364 if(decl.getURI().equals(Constants.S_XSLNAMESPACEURL)) in declaredXSLNS()
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DAttList.java105 public String getURI(int index) in getURI() method in AttList

123