public class StructureValidator
extends org.eclipse.birt.report.model.validators.AbstractPropertyValidator
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME
Name of this validator.
|
Constructor and Description |
---|
StructureValidator() |
Modifier and Type | Method and Description |
---|---|
static StructureValidator |
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,
java.lang.String propName)
Validates the specific property of the given element in report.
|
public static final java.lang.String NAME
public static StructureValidator getInstance()
public java.util.List validate(org.eclipse.birt.report.model.core.Module module, org.eclipse.birt.report.model.core.DesignElement element, java.lang.String propName)
org.eclipse.birt.report.model.validators.AbstractPropertyValidator
validate
in class org.eclipse.birt.report.model.validators.AbstractPropertyValidator
module
- the moduleelement
- the given element to validatepropName
- name of the property to validateSemanticException
.Copyright © 2008 Actuate Corp. All rights reserved.