IRI |
IRIFactory.construct(java.lang.String scheme,
java.lang.String userInfo,
java.lang.String host,
int port,
java.lang.String path,
java.lang.String query,
java.lang.String fragment) |
Create an IRI from the given components.
|
IRI |
IRIFactory.construct(java.lang.String scheme,
java.lang.String authority,
java.lang.String path,
java.lang.String query,
java.lang.String fragment) |
Create an IRI from the given components.
|
IRI |
IRIFactoryI.construct(java.lang.String s) |
Make a new IRI object (possibly including IRI resolution), and check it
for violations of the standards being enforced by the factory.
|
IRI |
IRIFactoryI.construct(java.net.URI uri) |
Make a new IRI object (possibly including IRI resolution), and check it
for violations of the standards being enforced by the factory.
|
IRI |
IRIFactoryI.construct(IRI i) |
Make a new IRI object (possibly including IRI resolution), and check it
for violations of the standards being enforced by the factory.
|