Uses of Class
org.htmlunit.cyberneko.xerces.util.URI.MalformedURIException
Packages that use URI.MalformedURIException
-
Uses of URI.MalformedURIException in org.htmlunit.cyberneko.xerces.util
Methods in org.htmlunit.cyberneko.xerces.util that throw URI.MalformedURIExceptionModifier and TypeMethodDescriptionprivate void
URI.initialize
(URI base, String uriSpec) Initializes this URI from a base URI and a URI specification string.private void
URI.initialize
(URI base, String uriSpec, boolean allowNonAbsoluteURI) Initializes this URI from a base URI and a URI specification string.private void
URI.initializePath
(String uriSpec, int nStartIndex) Initialize the path for this URI from a URI string spec.private void
URI.initializeScheme
(String uriSpec) Initialize the scheme for this URI from a URI string spec.void
URI.setFragment
(String fragment) Set the fragment for this URI.void
Set the host for this URI.void
Set the path for this URI.void
URI.setPort
(int port) Set the port for this URI.void
URI.setQueryString
(String queryString) Set the query string for this URI.void
Set the scheme for this URI.void
URI.setUserinfo
(String userinfo) Set the userinfo for this URI.Constructors in org.htmlunit.cyberneko.xerces.util that throw URI.MalformedURIExceptionModifierConstructorDescriptionConstruct a new URI from a URI specification string.Construct a new URI from a URI specification string.URI
(String scheme, String userinfo, String host, int port, String path, String queryString, String 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.