Uses of Class
org.htmlunit.cyberneko.xerces.util.URI.MalformedURIException
-
Packages that use URI.MalformedURIException Package Description org.htmlunit.cyberneko.xerces.util -
-
Uses of URI.MalformedURIException in org.htmlunit.cyberneko.xerces.util
Methods in org.htmlunit.cyberneko.xerces.util that throw URI.MalformedURIException Modifier and Type Method Description private voidURI. initialize(URI base, java.lang.String uriSpec)Initializes this URI from a base URI and a URI specification string.private voidURI. initialize(URI base, java.lang.String uriSpec, boolean allowNonAbsoluteURI)Initializes this URI from a base URI and a URI specification string.private voidURI. initializePath(java.lang.String uriSpec, int nStartIndex)Initialize the path for this URI from a URI string spec.private voidURI. initializeScheme(java.lang.String uriSpec)Initialize the scheme for this URI from a URI string spec.voidURI. setFragment(java.lang.String fragment)Set the fragment for this URI.voidURI. setHost(java.lang.String host)Set the host for this URI.voidURI. setPath(java.lang.String path)Set the path for this URI.voidURI. setPort(int port)Set the port for this URI.voidURI. setQueryString(java.lang.String queryString)Set the query string for this URI.voidURI. setScheme(java.lang.String scheme)Set the scheme for this URI.voidURI. setUserinfo(java.lang.String userinfo)Set the userinfo for this URI.Constructors in org.htmlunit.cyberneko.xerces.util that throw URI.MalformedURIException Constructor Description URI(java.lang.String uriSpec)Construct a new URI from a URI specification string.URI(java.lang.String uriSpec, boolean allowNonAbsoluteURI)Construct a new URI from a URI specification string.URI(java.lang.String scheme, java.lang.String userinfo, java.lang.String host, int port, java.lang.String path, java.lang.String queryString, java.lang.String fragment)Construct a new URI that follows the generic URI syntax from its component parts.URI(java.lang.String scheme, java.lang.String host, java.lang.String path, java.lang.String queryString, java.lang.String fragment)Construct a new URI that follows the generic URI syntax from its component parts.URI(URI base, java.lang.String uriSpec)Construct a new URI from a base URI and a URI specification string.URI(URI base, java.lang.String uriSpec, boolean allowNonAbsoluteURI)Construct a new URI from a base URI and a URI specification string.
-