public final class URIAttribute extends AbstractFormatAttribute
uri
format attribute.
Note that each and any URI is allowed. In particular, it is not required that the URI be absolute or normalized.
Modifier and Type | Method and Description |
---|---|
static FormatAttribute |
getInstance() |
void |
validate(ProcessingReport report,
MessageBundle bundle,
FullData data)
Validate the instance against this format attribute
|
newMsg, supportedTypes
public static FormatAttribute getInstance()
public void validate(ProcessingReport report, MessageBundle bundle, FullData data) throws ProcessingException
FormatAttribute
report
- the report to usebundle
- the message bundle to usedata
- the validation dataProcessingException
- an exception occurs (normally, never for a
format attribute)