|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BodyDtd
This interface represents the body tag in the
configuration xml file.
Properties defined in this interface are documented in the dtd schema that
you can find in the url defined by
Parser.JAVA2EXCEL_SYSTEM_ID
or in the
resource you can find in
Parser.JAVA2EXCEL_LOCAL_DTD_URL
.
Method Summary | |
---|---|
void |
addProperty(PropertyDtd property)
Adds a property to this instance. |
void |
completeProperties(java.lang.Class beanClass)
If getIncludeExtraLevel() returns a value greater than -1, it
will add properties to this instances
that will be obtained by reflection from the beanClass. |
int |
getIncludeExtraLevel()
|
java.util.Iterator |
propertiesIterator()
|
Method Detail |
---|
java.util.Iterator propertiesIterator()
Iterator
of
PropertyDtd
.int getIncludeExtraLevel()
void completeProperties(java.lang.Class beanClass)
getIncludeExtraLevel()
returns a value greater than -1, it
will add properties
to this instances
that will be obtained by reflection from the beanClass. The beanClass
will be search by reflection for properties up to the
configured level
. See the
comments in the dtd, for more details.
After using this method, getIncludeExtraLevel()
will return -1;
beanClass
- the class where properties will be read from.void addProperty(PropertyDtd property)
PropertyDtd.getExpression()
. If a similar property is added, it
should overwrite the previous one.
property
- the PropertyDtd
to be added. These are the
properties that will be returned by propertiesIterator()
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |