|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use URI | |
---|---|
org.apache.xerces.impl | |
org.apache.xerces.util |
Uses of URI in org.apache.xerces.impl |
---|
Methods in org.apache.xerces.impl with parameters of type URI | |
---|---|
static void |
XMLEntityManager.absolutizeAgainstUserDir(URI uri)
Absolutizes a URI using the current value of the "user.dir" property as the base URI. |
Uses of URI in org.apache.xerces.util |
---|
Methods in org.apache.xerces.util with parameters of type URI | |
---|---|
void |
URI.absolutize(URI p_base)
Absolutize URI with given base URI. |
Constructors in org.apache.xerces.util with parameters of type URI | |
---|---|
URI(URI p_other)
Construct a new URI from another URI. |
|
URI(URI p_base,
java.lang.String p_uriSpec)
Construct a new URI from a base URI and a URI specification string. |
|
URI(URI p_base,
java.lang.String p_uriSpec,
boolean allowNonAbsoluteURI)
Construct a new URI from a base URI and a URI specification string. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |