Uses of Class
org.apache.xerces.util.URI.MalformedURIException

Packages that use URI.MalformedURIException
org.apache.xerces.impl   
org.apache.xerces.util   
org.apache.xerces.xinclude   
 

Uses of URI.MalformedURIException in org.apache.xerces.impl
 

Methods in org.apache.xerces.impl that throw URI.MalformedURIException
static void XMLEntityManager.absolutizeAgainstUserDir(URI uri)
          Absolutizes a URI using the current value of the "user.dir" property as the base URI.
static java.lang.String XMLEntityManager.expandSystemId(java.lang.String systemId, java.lang.String baseSystemId, boolean strict)
          Expands a system id and returns the system id as a URI, if it can be expanded.
 

Uses of URI.MalformedURIException in org.apache.xerces.util
 

Methods in org.apache.xerces.util that throw URI.MalformedURIException
 void URI.appendPath(java.lang.String p_addToPath)
          Append to the end of the path of this URI.
 void URI.setFragment(java.lang.String p_fragment)
          Set the fragment for this URI.
 void URI.setHost(java.lang.String p_host)
          Set the host for this URI.
 void URI.setPath(java.lang.String p_path)
          Set the path for this URI.
 void URI.setPort(int p_port)
          Set the port for this URI.
 void URI.setQueryString(java.lang.String p_queryString)
          Set the query string for this URI.
 void URI.setRegBasedAuthority(java.lang.String authority)
          Sets the registry based authority for this URI.
 void URI.setScheme(java.lang.String p_scheme)
          Set the scheme for this URI.
 void URI.setUserinfo(java.lang.String p_userinfo)
          Set the userinfo for this URI.
 

Constructors in org.apache.xerces.util that throw URI.MalformedURIException
URI(java.lang.String p_uriSpec)
          Construct a new URI from a URI specification string.
URI(java.lang.String p_uriSpec, boolean allowNonAbsoluteURI)
          Construct a new URI from a URI specification string.
URI(java.lang.String p_scheme, java.lang.String p_schemeSpecificPart)
          Construct a new URI that does not follow the generic URI syntax.
URI(java.lang.String p_scheme, java.lang.String p_userinfo, java.lang.String p_host, int p_port, java.lang.String p_path, java.lang.String p_queryString, java.lang.String p_fragment)
          Construct a new URI that follows the generic URI syntax from its component parts.
URI(java.lang.String p_scheme, java.lang.String p_host, java.lang.String p_path, java.lang.String p_queryString, java.lang.String p_fragment)
          Construct a new URI that follows the generic URI syntax from its component parts.
URI(URI p_base, java.lang.String p_uriSpec)
          Construct a new URI from a base URI and a URI specification string.
URI(URI p_base, java.lang.String p_uriSpec, boolean allowNonAbsoluteURI)
          Construct a new URI from a base URI and a URI specification string.
 

Uses of URI.MalformedURIException in org.apache.xerces.xinclude
 

Methods in org.apache.xerces.xinclude that throw URI.MalformedURIException
 java.lang.String XIncludeHandler.getRelativeURI(int depth)
          Returns a relative URI, which when resolved against the base URI at the specified depth, will create the current base URI.