>
> Couldn't find any documentation relating to those attributes.
They will be implemented in the source (of course).
I did check the Programmers guide, expecting them to be defined there -
and some slight additions might be needed there. These are items that
you tend to use and forget about...
> What are the following attributes...
>
> maxValidField
Appears to be unused - which feels wrong, I will look again...
> emitBitmap
Used to indicate if a BitMap is defined and to be used from (defaults to
field number 1)
> bitmapField
overrides the BitMap field number (from 1)
> pad
Controls the PADding boolean on field types that allow it. The field
know hows to pad itself.
> token
Used in IF_T* field types that are terminated by the value specified for
token.
--
Mark
I couldn't find it being called at all, I will try once more a bit later.
--
Mark
String maxField = atts.getValue("maxValidField");
then:
if (maxField != null)
maxValidField = Integer.parseInt(maxField);
in GenericPackager.java around line #230