Uses of Class
org.htmlunit.cyberneko.xerces.util.URI
-
Packages that use URI Package Description org.htmlunit.cyberneko.xerces.util -
-
Uses of URI in org.htmlunit.cyberneko.xerces.util
Methods in org.htmlunit.cyberneko.xerces.util with parameters of type URI Modifier and Type Method Description void
URI. absolutize(URI base)
Absolutize URI with given base URI.private void
URI. initialize(URI other)
Initialize all fields of this URI from another URI.private void
URI. initialize(URI base, java.lang.String uriSpec)
Initializes this URI from a base URI and a URI specification string.private void
URI. initialize(URI base, java.lang.String uriSpec, boolean allowNonAbsoluteURI)
Initializes this URI from a base URI and a URI specification string.Constructors in org.htmlunit.cyberneko.xerces.util with parameters of type URI Constructor Description 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.
-