Package | Description |
---|---|
org.apache.xerces.impl | |
org.apache.xerces.util |
Modifier and Type | Method and Description |
---|---|
static void |
XMLEntityManager.absolutizeAgainstUserDir(URI uri)
Absolutizes a URI using the current value
of the "user.dir" property as the base URI.
|
Modifier and Type | Method and Description |
---|---|
void |
URI.absolutize(URI p_base)
Absolutize URI with given base URI.
|
Constructor and 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.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.