|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.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)
IRIFactoryI
IRI.hasViolation(boolean)
and IRI.violations(boolean)
.
create
in interface IRIFactoryI
s
- The IRI to use.
public IRI construct(String s) throws IRIException
IRIFactoryI
construct
in interface IRIFactoryI
s
- 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 IRIFactoryI
i
- 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)
IRIFactoryI
IRI.hasViolation(boolean)
and IRI.violations(boolean)
.
create
in interface IRIFactoryI
i
- The IRI to use.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |