Searched refs:uri (Results 226 - 250 of 555) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/events/
H A DNamespaceBase.java56 * @param namespaceURI the uri reference of a namespace is the value for an attribute
69 else// new QName(uri, localpart, prefix)
80 * set Namespace URI reference (xmlns:prefix = "uri")
81 * @param uri the uri reference of a namespace is the value for an attribute
83 void setNamespaceURI(String uri) { argument
84 setValue(uri);
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DSOAPFactory.java148 * local name, prefix and uri. The concrete type of the return value
157 * @param uri a <code>String</code> giving the URI of the
166 String uri)
213 * @param uri a <code>String</code> giving the URI of the namespace
221 String uri)
163 createElement( String localName, String prefix, String uri) argument
218 createName( String localName, String prefix, String uri) argument
H A DSOAPFault.java477 public void setFaultNode(String uri) throws SOAPException; argument
499 * @param uri - the URI of the Role
509 public void setFaultRole(String uri) throws SOAPException; argument
/openjdk7/jdk/test/java/net/HttpCookie/
H A DIllegalCookieNameTest.java54 public Map<String, List<String>> get(URI uri, Map<String, List<String>> requestHeaders) { argument
59 public void put(URI uri, Map<String, List<String>> responseHeaders) { argument
/openjdk7/jdk/test/java/net/ProxySelector/
H A DProxyTest.java62 public java.util.List<Proxy> select(URI uri) { argument
66 public void connectFailed(URI uri, SocketAddress sa, IOException ioe) { argument
/openjdk7/jdk/test/java/net/ResponseCache/
H A DTest.java60 public CacheResponse get (URI uri, String rqstMethod, Map<String,List<String>> rqstHeaders)
64 public CacheRequest put(URI uri, URLConnection conn) throws IOException
H A DgetResponseCode.java69 get(URI uri, String rqstMethod, Map<String,List<String>> requestHeaders) argument
73 public CacheRequest put(URI uri, URLConnection uconn) throws IOException {; argument
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/ldap/
H A DLDAPCertStoreHelper.java50 public CertStore getCertStore(URI uri) argument
53 return LDAPCertStore.getInstance(LDAPCertStore.getParameters(uri));
/openjdk7/jdk/test/javax/management/remote/mandatory/
H A DURLTest.java113 final URI uri = new URI("http://" + host + "/");
114 uriAccept = (uri.getHost() != null);
/openjdk7/jdk/test/javax/security/auth/login/Configuration/
H A DGetInstanceSecurity.java71 URI uri = file.toURI();
72 URIParameter param = new URIParameter(uri);
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DB6296310.java96 public CacheResponse get(URI uri, String rqstMethod, Map rqstHeaders) argument
101 public CacheRequest put(URI uri, URLConnection conn) argument
/openjdk7/jdk/src/share/sample/nio/server/
H A DFileContent.java58 FileContent(URI uri) { argument
60 uri.getPath()
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/stax/
H A DStreamWriterBufferProcessor.java199 final String uri = readStructureString();
202 writer.writeStartElement(prefix,localName,uri);
209 final String uri = readStructureString();
211 writer.writeStartElement(prefix,localName,uri);
217 final String uri = readStructureString();
219 writer.writeStartElement("",localName,uri);
307 final String uri = readStructureString();
310 writer.writeStartElement(prefix,localName,uri);
317 final String uri = readStructureString();
319 writer.writeStartElement(prefix,localName,uri);
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DJAXPValidatorComponent.java261 public void startElement(String uri, String localName, String qname, Attributes atts) throws SAXException { argument
264 handler().startElement(toQName(uri,localName,qname), fCurrentAttributes, elementAug());
270 public void endElement(String uri, String localName, String qname) throws SAXException { argument
272 handler().endElement(toQName(uri,localName,qname),aug());
322 private QName toQName( String uri, String localName, String qname ) { argument
330 uri = symbolize(uri);
333 fQName.setValues(prefix, localName, qname, uri);
407 String uri = null;
410 uri
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DSAXOutput.java107 String uri = ns.getNsUri(i);
108 if(uri.length()==0 && ns.getBase()==1)
110 out.startPrefixMapping(p,uri);
128 String uri = ns.getNsUri(i);
129 if(uri.length()==0 && ns.getBase()==1)
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/util/
H A DUri.java176 public static boolean hasFragmentId(String uri) { argument
177 return uri.indexOf('#') >= 0;
180 public static boolean isAbsolute(String uri) { argument
181 int i = uri.indexOf(':');
185 switch (uri.charAt(i)) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DerSet.java49 protected String $uri;
69 $uri = $__uri;
88 $uri = $__uri;
107 $uri = $__uri;
126 $uri = $__uri;
H A DersSet.java49 protected String $uri;
69 $uri = $__uri;
88 $uri = $__uri;
107 $uri = $__uri;
126 $uri = $__uri;
H A DforeignAttributes.java49 protected String $uri;
70 $uri = $__uri;
89 $uri = $__uri;
108 $uri = $__uri;
127 $uri = $__uri;
H A Dqname.java49 protected String $uri;
69 $uri = $__uri;
88 $uri = $__uri;
107 $uri = $__uri;
126 $uri = $__uri;
H A Dqualification.java49 protected String $uri;
69 $uri = $__uri;
88 $uri = $__uri;
107 $uri = $__uri;
126 $uri = $__uri;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DStep.java177 private final String uri; field in class:Step.Schema
178 public Schema(Axis<XSSchema> axis, String uri) { argument
180 this.uri = uri;
184 return d.getTargetNamespace().equals(uri);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/util/
H A DUri.java169 public static boolean hasFragmentId(String uri) { argument
170 return uri.indexOf('#') >= 0;
173 public static boolean isAbsolute(String uri) { argument
174 int i = uri.indexOf(':');
178 switch (uri.charAt(i)) {
/openjdk7/jdk/test/java/net/URLConnection/
H A DDisconnectAfterEOF.java215 static URLConnection doRequest(String uri) throws IOException { argument
216 URLConnection uc = (new URL(uri)).openConnection();
246 String uri = "http://localhost:" +
270 URLConnection uc1 = doRequest(uri);
275 URLConnection uc2 = doRequest(uri);
/openjdk7/jdk/test/javax/xml/crypto/dsig/
H A DValidationTests.java187 String uri = ref.getURI();
188 if (uri.equals(STYLESHEET) || uri.equals(STYLESHEET_B64)) {
191 (DATA_DIR, uri.substring(uri.lastIndexOf('/'))));

Completed in 58 milliseconds

1234567891011>>