public abstract class AbsIRIFactoryImpl extends Object implements IRIFactoryI
Constructor and Description |
---|
AbsIRIFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
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.
|
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.Copyright ? 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP