|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jena.iri.impl.AbsIRIFactoryImpl
public abstract class AbsIRIFactoryImpl
| Constructor Summary | |
|---|---|
AbsIRIFactoryImpl()
|
|
| Method Summary | |
|---|---|
IRI |
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. |
IRI |
construct(String s)
Make a new IRI object (possibly including IRI resolution), and check it for violations of the standards being enforced by the factory. |
abstract IRI |
create(IRI i)
Make a new IRI object (possibly including IRI resolution), and check it for violations of the standards being enforced by the factory. |
IRI |
create(String s)
Make a new IRI object (possibly including IRI resolution), and check it for violations of the standards being enforced by the factory. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbsIRIFactoryImpl()
| Method Detail |
|---|
public IRI create(String s)
IRIFactoryIIRI.hasViolation(boolean)
and IRI.violations(boolean).
create in interface IRIFactoryIs - The IRI to use.
public IRI construct(String s)
throws IRIException
IRIFactoryI
construct in interface IRIFactoryIs - The IRI to use.
IRIException - If a violation of
the standards being enforced by the factory
has been detected, and this violation is
classified by the factory as an error.
public IRI construct(IRI i)
throws IRIException
IRIFactoryI
construct in interface IRIFactoryIi - The IRI to use.
IRIException - If a violation of
the standards being enforced by the factory
has been detected, and this violation is
classified by the factory as an error.public abstract IRI create(IRI i)
IRIFactoryIIRI.hasViolation(boolean)
and IRI.violations(boolean).
create in interface IRIFactoryIi - The IRI to use.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||