Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.util.URI
-
Packages that use URI Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl org.smooks.engine.delivery.sax.ng.org.apache.xerces.util -
-
Uses of URI in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl with parameters of type URI Modifier and Type Method Description static voidXMLEntityManager. absolutizeAgainstUserDir(URI uri)Absolutizes a URI using the current value of the "user.dir" property as the base URI. -
Uses of URI in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util with parameters of type URI Modifier and Type Method Description voidURI. absolutize(URI p_base)Absolutize URI with given base URI.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util with parameters of type URI Constructor Description URI(URI p_other)Construct a new URI from another URI.URI(URI p_base, String p_uriSpec)Construct a new URI from a base URI and a URI specification string.URI(URI p_base, String p_uriSpec, boolean allowNonAbsoluteURI)Construct a new URI from a base URI and a URI specification string.
-