Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.util.URI.MalformedURIException
-
-
Uses of URI.MalformedURIException in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl that throw URI.MalformedURIException 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.static StringXMLEntityManager. expandSystemId(String systemId, String baseSystemId, boolean strict)Expands a system id and returns the system id as a URI, if it can be expanded. -
Uses of URI.MalformedURIException in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util that throw URI.MalformedURIException Modifier and Type Method Description voidURI. appendPath(String p_addToPath)Append to the end of the path of this URI.voidURI. setFragment(String p_fragment)Set the fragment for this URI.voidURI. setHost(String p_host)Set the host for this URI.voidURI. setPath(String p_path)Set the path for this URI.voidURI. setPort(int p_port)Set the port for this URI. -1 is used to indicate that the port is not specified, otherwise valid port numbers are between 0 and 65535.voidURI. setQueryString(String p_queryString)Set the query string for this URI.voidURI. setRegBasedAuthority(String authority)Sets the registry based authority for this URI.voidURI. setScheme(String p_scheme)Set the scheme for this URI.voidURI. setUserinfo(String p_userinfo)Set the userinfo for this URI.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util that throw URI.MalformedURIException Constructor Description URI(String p_uriSpec)Construct a new URI from a URI specification string.URI(String p_uriSpec, boolean allowNonAbsoluteURI)Construct a new URI from a URI specification string.URI(String p_scheme, String p_schemeSpecificPart)Construct a new URI that does not follow the generic URI syntax.URI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_queryString, String p_fragment)Construct a new URI that follows the generic URI syntax from its component parts.URI(String p_scheme, String p_host, String p_path, String p_queryString, String p_fragment)Construct a new URI that follows the generic URI syntax from its component parts.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. -
Uses of URI.MalformedURIException in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude that throw URI.MalformedURIException Modifier and Type Method Description protected StringXIncludeHandler. getRelativeBaseURI()Returns a URI, relative to the include parent's base URI, of the current [base URI].StringXIncludeHandler. getRelativeURI(int depth)Returns a relative URI, which when resolved against the base URI at the specified depth, will create the current base URI.
-