Uses of Class
org.htmlunit.cyberneko.xerces.util.URI
Packages that use URI
-
Uses of URI in org.htmlunit.cyberneko.xerces.util
Methods in org.htmlunit.cyberneko.xerces.util with parameters of type URIModifier and TypeMethodDescriptionvoid
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, 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.Constructors in org.htmlunit.cyberneko.xerces.util with parameters of type URI