public class UnsupportedElementValidator
extends org.eclipse.birt.report.model.validators.AbstractElementValidator
DesignElement
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME
Name of this validator.
|
Constructor and Description |
---|
UnsupportedElementValidator() |
Modifier and Type | Method and Description |
---|---|
static UnsupportedElementValidator |
getInstance()
Returns the singleton validator instance.
|
java.util.List<SemanticException> |
validate(org.eclipse.birt.report.model.core.Module module,
org.eclipse.birt.report.model.core.DesignElement element)
Validates the given element which is in report.
|
public static final java.lang.String NAME
public static UnsupportedElementValidator getInstance()
public java.util.List<SemanticException> validate(org.eclipse.birt.report.model.core.Module module, org.eclipse.birt.report.model.core.DesignElement element)
org.eclipse.birt.report.model.validators.AbstractElementValidator
validate
in class org.eclipse.birt.report.model.validators.AbstractElementValidator
module
- the moduleelement
- the given element to validateSemanticException
.Copyright © 2008 Actuate Corp. All rights reserved.