Hi,
While looking for extensions sample implemented for PS, I've found that such
string as "ps-setup-code" is defined as private static in
org.apache.fop.render.ps.extensions.PSSetupCode as:
private static final String ELEMENT = "ps-setup-code";
but then later used as string comparison in let say
PSExtensionElementMapping here:
foObjs.put("ps-setup-code", new PSSetupCodeMaker());
Do we have anything preventing from making that ELEMENT public and then
referencing in all other parts of the code? I hope that then whole code
could be more understandable.
Andrejus
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]