public class UnsupportedElementValidator
extends org.eclipse.birt.report.model.validators.AbstractElementValidator
DesignElement.| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.String |
NAME
Name of this validator.
|
| 构造器和说明 |
|---|
UnsupportedElementValidator() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.AbstractElementValidatorvalidate 在类中 org.eclipse.birt.report.model.validators.AbstractElementValidatormodule - the moduleelement - the given element to validateSemanticException.Copyright © 2008 Actuate Corp. All rights reserved.