Uses of Class org.apache.xml.utils.URI.MalformedURIException

Uses in package org.apache.xml.utils

Constructors which throw type org.apache.xml.utils.URI.MalformedURIException

URI.URI(String p_uriSpec)
Construct a new URI from a URI specification string.
URI.URI(String p_scheme, String p_schemeSpecificPart)
Construct a new URI that does not follow the generic URI syntax.
URI.URI(String p_scheme, String p_host, String p_path, String p_queryString, String p_fragment)
Construct a new URI that follows the generic URI syntax from its component parts.
URI.URI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_queryString, String p_fragment)
Construct a new URI that follows the generic URI syntax from its component parts.
URI.URI(URI p_base, String p_uriSpec)
Construct a new URI from a base URI and a URI specification string.

Methods which throw type org.apache.xml.utils.URI.MalformedURIException

void
URI.appendPath(String p_addToPath)
Append to the end of the path of this URI.
void
URI.setFragment(String p_fragment)
Set the fragment for this URI.
void
URI.setHost(String p_host)
Set the host for this URI.
void
URI.setPath(String p_path)
Set the path for this URI.
void
URI.setPort(int p_port)
Set the port for this URI.
void
URI.setQueryString(String p_queryString)
Set the query string for this URI.
void
URI.setScheme(String p_scheme)
Set the scheme for this URI.
void
URI.setUserinfo(String p_userinfo)
Set the userinfo for this URI.

Copyright © 2006 Apache XML Project. All Rights Reserved.