Searched defs:URI (Results 1 - 20 of 20) sorted by relevance

/openjdk7/jdk/test/com/sun/org/apache/xml/internal/security/transforms/
H A DMyTransform.java29 public static final String URI = field in class:MyTransform
35 Transform.register(URI, "MyTransform");
42 return URI;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/fastinfoset/
H A DExternalVocabulary.java33 * An external vocabulary has a URI that refers to a vocabulary.
40 * A URI that refers to the external vocabulary.
42 public final String URI; field in class:ExternalVocabulary
45 * The vocabulary that is refered to by the URI.
49 public ExternalVocabulary(String URI, Vocabulary vocabulary) { argument
50 if (URI == null || vocabulary == null) {
54 this.URI = URI;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/fastinfoset/sax/
H A DEncodingAlgorithmContentHandler.java48 * <code>URI TO BE DEFINED</code>
81 * @param URI the URI of the encoding algorithm
90 public void octets(String URI, int algorithm, byte[] b, int start, int length) throws SAXException; argument
99 * @param URI the URI of the encoding algorithm
106 public void object(String URI, int algorithm, Object o) throws SAXException; argument
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/content/
H A DRetrievalMethod.java73 * @param URI
77 public RetrievalMethod(Document doc, String URI, Transforms transforms, argument
82 this._constructionElement.setAttributeNS(null, Constants._ATT_URI, URI);
97 * @return the URI attribute
107 * @return URI string
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXPointerFramework.java197 public String getEscapedURI(String URI){ argument
198 return URI;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/
H A DAttributesHolder.java42 protected static final int URI = 1; field in class:AttributesHolder
82 _strings[(index << 3) + URI] : null;
112 uri.equals(_strings[(i << 3) + URI])) {
153 _strings[i + URI] = uri;
177 _strings[i + URI] = uri;
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DDOMSerializerImpl.java768 // URI was specified. Handle relative URIs.
774 // Use FileOutputStream if this URI is for a local file.
779 // Try to write to some other kind of URI. Some protocols
787 // The DOM L3 LS CR says if we are writing to an HTTP URI
864 * is written to the supplied URI.
865 * <br> When writing to a URI, the encoding is found by looking at the
881 * @param URI The URI to write to.
886 public boolean writeToURI(Node node, String URI) throws LSException{ argument
950 // URI wa
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DReference.java95 * &lt;attribute name="URI" type="anyURI" use="optional"/&gt;
158 * @param BaseURI the URI of the resource where the XML instance will be stored
159 * @param ReferenceURI URI indicate where is data which will digested
212 * @param BaseURI the URI of the resource where the XML instance was stored
258 * Sets the <code>URI</code> of this <code>Reference</code> element
260 * @param URI the <code>URI</code> of this <code>Reference</code> element
262 public void setURI(String URI) { argument
264 if ( URI != null) {
266 URI);
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DAttributesHolder.java223 public final void addAttributeWithAlgorithmData(QualifiedName name, String URI, int id, Object data) { argument
230 _algorithmURIs[_attributeCount] = URI;
268 private final StringBuffer convertEncodingAlgorithmDataToString(int identifier, String URI, Object data) throws FastInfosetException, IOException { argument
275 if (URI == null) {
279 ea = (EncodingAlgorithm)_registeredEncodingAlgorithms.get(URI);
281 throw new EncodingAlgorithmException(CommonResourceBundle.getInstance().getString("message.algorithmNotRegistered") + URI);
H A DSAXDocumentSerializer.java265 public final void octets(String URI, int id, byte[] b, int start, int length) throws SAXException { argument
273 encodeNonIdentifyingStringOnThirdBit(URI, id, b, start, length);
281 public final void object(String URI, int id, Object data) throws SAXException { argument
285 encodeNonIdentifyingStringOnThirdBit(URI, id, data);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/fastinfoset/sax/helpers/
H A DFastInfosetDefaultHandler.java79 public void octets(String URI, int algorithm, byte[] b, int start, int length) throws SAXException { argument
82 public void object(String URI, int algorithm, Object o) throws SAXException { argument
H A DEncodingAlgorithmAttributesImpl.java152 * @param URI The Namespace URI, or the empty string if
162 public void addAttribute(String URI, String localName, String qName, argument
169 _data[i++] = replaceNull(URI);
187 * @param URI The Namespace URI, or the empty string if
200 public void addAttribute(String URI, String localName, String qName, argument
207 _data[i++] = replaceNull(URI);
225 * @param URI The Namespace URI, o
235 addAttributeWithBuiltInAlgorithmData(String URI, String localName, String qName, int builtInAlgorithmID, Object algorithmData) argument
274 addAttributeWithAlgorithmData(String URI, String localName, String qName, String algorithmURI, int algorithmID, Object algorithmData) argument
573 convertEncodingAlgorithmDataToString( int identifier, String URI, Object data) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/attach/
H A DExternalAttachmentsUnmarshaller.java38 import java.net.URI;
63 public static final URI BINDING_ID;
64 public static final URI BINDING_OPERATION_ID;
65 public static final URI BINDING_OPERATION_INPUT_ID;
66 public static final URI BINDING_OPERATION_OUTPUT_ID;
67 public static final URI BINDING_OPERATION_FAULT_ID;
71 BINDING_ID = new URI("urn:uuid:c9bef600-0d7a-11de-abc1-0002a5d5c51b");
72 BINDING_OPERATION_ID = new URI("urn:uuid:62e66b60-0d7b-11de-a1a2-0002a5d5c51b");
73 BINDING_OPERATION_INPUT_ID = new URI("urn:uuid:730d8d20-0d7b-11de-84e9-0002a5d5c51b");
74 BINDING_OPERATION_OUTPUT_ID = new URI("ur
84 private static final QName URI = new QName("http://www.w3.org/ns/ws-policy", "URI"); field in class:ExternalAttachmentsUnmarshaller
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DURI.java21 * $Id: URI.java,v 1.1.4.1 2005/09/08 11:03:20 suresh_emailid Exp $
30 * A class to represent a Uniform Resource Identifier (URI). This class
33 * string and fragment) that may constitute a URI.
35 * Parsing of a URI specification is done according to the URI
37 * <http://www.ietf.org/rfc/rfc2396.txt?number=2396>. Every URI consists
39 * part. For URIs that follow the "generic URI" syntax, the scheme-
45 * "user:password" appears in a URI, the entire user/password string
48 * For URIs that do not follow the "generic URI" syntax (e.g. mailto),
50 * of the URI
67 final class URI class
154 public URI(){} method in class:URI
162 public URI(URI p_other) method in class:URI
182 public URI(String p_uriSpec) throws MalformedURIException method in class:URI
199 public URI(URI p_base, String p_uriSpec) throws MalformedURIException method in class:URI
216 public URI(String p_scheme, String p_schemeSpecificPart) method in class:URI
258 public URI(String p_scheme, String p_host, String p_path, String p_queryString, String p_fragment) method in class:URI
289 public URI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_queryString, String p_fragment) method in class:URI
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DURI.java21 * $Id: URI.java,v 1.2.4.1 2005/09/15 08:16:00 suresh_emailid Exp $
33 * A class to represent a Uniform Resource Identifier (URI). This class
36 * string and fragment) that may constitute a URI.
38 * Parsing of a URI specification is done according to the URI
40 * <http://www.ietf.org/rfc/rfc2396.txt?number=2396>. Every URI consists
42 * part. For URIs that follow the "generic URI" syntax, the scheme-
48 * "user:password" appears in a URI, the entire user/password string
51 * For URIs that do not follow the "generic URI" syntax (e.g. mailto),
53 * of the URI
63 public class URI implements Serializable class in inherits:Serializable
152 public URI(){} method in class:URI
160 public URI(URI p_other) method in class:URI
180 public URI(String p_uriSpec) throws MalformedURIException method in class:URI
197 public URI(URI p_base, String p_uriSpec) throws MalformedURIException method in class:URI
214 public URI(String p_scheme, String p_schemeSpecificPart) method in class:URI
256 public URI(String p_scheme, String p_host, String p_path, String p_queryString, String p_fragment) method in class:URI
287 public URI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_queryString, String p_fragment) method in class:URI
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DURI.java28 * A class to represent a Uniform Resource Identifier (URI). This class
31 * string and fragment) that may constitute a URI.
33 * Parsing of a URI specification is done according to the URI
39 * Every absolute URI consists of a scheme, followed by a colon (':'),
41 * "generic URI" syntax, the scheme-specific part begins with two
46 * the authority segment. If "user:password" appears in a URI, the entire
49 * For URIs that do not follow the "generic URI" syntax (e.g. mailto),
51 * of the URI.
57 * grammar and basic set of operations that can be applied to a URI
61 public class URI implements Serializable { class in inherits:Serializable
246 public URI() { method in class:URI
255 public URI(URI p_other) { method in class:URI
274 public URI(String p_uriSpec) throws MalformedURIException { method in class:URI
297 public URI(String p_uriSpec, boolean allowNonAbsoluteURI) throws MalformedURIException { method in class:URI
313 public URI(URI p_base, String p_uriSpec) throws MalformedURIException { method in class:URI
334 public URI(URI p_base, String p_uriSpec, boolean allowNonAbsoluteURI) throws MalformedURIException { method in class:URI
350 public URI(String p_scheme, String p_schemeSpecificPart) method in class:URI
386 public URI(String p_scheme, String p_host, String p_path, method in class:URI
417 public URI(String p_scheme, String p_userinfo, method in class:URI
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/
H A DCatalog.java79 * changes the base URI for resolving relative system identifiers. The
80 * initial base URI is the URI of the location of the catalog (which is,
101 * specifies alternate prefix for a URI.</li>
106 * maps any URI that ends with a particular suffix to another URI.</li>
133 * <li><b>URI</b>
134 * maps a URI to another URI.</li>
139 * entry identifing "http://example.com/a/b/c" as the base URI,
245 public static final int URI = CatalogEntry.addEntryType("URI", 2); field in class:Catalog
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/
H A DKeyInfo.java267 * @param URI
271 public void addRetrievalMethod(String URI, Transforms transforms, argument
273 this.add(new RetrievalMethod(this._doc, URI, transforms, Type));
/openjdk7/jdk/src/share/classes/java/net/
H A DURI.java48 * Represents a Uniform Resource Identifier (URI) reference.
51 * class represents a URI reference as defined by
53 * Resource Identifiers (URI): Generic Syntax</i></a>, amended by <a
58 * This class provides constructors for creating URI instances from
61 * and relativizing URI instances. Instances of this class are immutable.
64 * <h4> URI syntax and components </h4>
66 * At the highest level a URI reference (hereinafter simply "URI") in string
76 * <p> An <i>absolute</i> URI specifies a scheme; a URI tha
471 public final class URI class in inherits:Comparable,Serializable
523 private URI() { } // Used internally method in class:URI
594 public URI(String str) throws URISyntaxException { method in class:URI
671 public URI(String scheme, method in class:URI
744 public URI(String scheme, method in class:URI
778 public URI(String scheme, String host, String path, String fragment) method in class:URI
821 public URI(String scheme, String ssp, String fragment) method in class:URI
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DEncoder.java552 _v.setExternalVocabulary(v.URI,
706 * @param uri the URI of the namespace declaration,
707 * if "" then there is no URI for the namespace declaration.
992 * @param namespaceURI the namespace URI of the qualified name.
1018 * @param namespaceURI the namespace URI of the qualified name.
1078 * @param namespaceURI the namespace URI of the qualified name.
1104 * @param namespaceURI the namespace URI of the qualified name.
1379 * @param URI the encoding algorithm URI. If the URI
1387 encodeNonIdentifyingStringOnFirstBit(String URI, int id, Object data) argument
1590 encodeNonIdentifyingStringOnThirdBit(String URI, int id, Object data) argument
1667 encodeNonIdentifyingStringOnThirdBit(String URI, int id, byte[] d, int offset, int length) argument
[all...]

Completed in 110 milliseconds