public class ElementExtendsValidator
extends org.eclipse.birt.report.model.validators.AbstractElementValidator
| 限定符和类型 | 字段和说明 |
|---|---|
protected static ElementExtendsValidator |
instance
The singleton instance of the validator.
|
static java.lang.String |
NAME
Name of this validator.
|
| 构造器和说明 |
|---|
ElementExtendsValidator() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ElementExtendsValidator |
getInstance()
Returns the singleton validator instance.
|
java.util.List |
validate(org.eclipse.birt.report.model.core.Module module,
org.eclipse.birt.report.model.core.DesignElement element)
Validates the element reference value can refer to an actual element.
|
public static final java.lang.String NAME
protected static final ElementExtendsValidator instance
public static ElementExtendsValidator getInstance()
public java.util.List validate(org.eclipse.birt.report.model.core.Module module,
org.eclipse.birt.report.model.core.DesignElement element)
validate 在类中 org.eclipse.birt.report.model.validators.AbstractElementValidatormodule - the moduleelement - the element to validateSemanticException.Copyright © 2008 Actuate Corp. All rights reserved.