Uses of Class
org.apache.jena.ext.xerces.util.URI.MalformedURIException
Packages that use URI.MalformedURIException
-
Uses of URI.MalformedURIException in org.apache.jena.ext.xerces.util
Methods in org.apache.jena.ext.xerces.util that throw URI.MalformedURIExceptionModifier and TypeMethodDescriptionvoidURI.appendPath(String p_addToPath) Append to the end of the path of this URI.voidURI.setFragment(String p_fragment) Set the fragment for this URI.voidSet the host for this URI.voidSet the path for this URI.voidURI.setPort(int p_port) Set the port for this URI. -1 is used to indicate that the port is not specified, otherwise valid port numbers are between 0 and 65535.voidURI.setQueryString(String p_queryString) Set the query string for this URI.voidURI.setRegBasedAuthority(String authority) Sets the registry based authority for this URI.voidSet the scheme for this URI.voidURI.setUserinfo(String p_userinfo) Set the userinfo for this URI.Constructors in org.apache.jena.ext.xerces.util that throw URI.MalformedURIExceptionModifierConstructorDescriptionConstruct a new URI from a URI specification string.Construct a new URI from a URI specification string.Construct a new URI that does not follow the generic URI syntax.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.Construct a new URI that follows the generic URI syntax from its component parts.Construct a new URI from a base URI and a URI specification string.Construct a new URI from a base URI and a URI specification string.