On Dec 16, 2007, at 09:03, Andreas L Delmelle wrote:
On Dec 15, 2007, at 10:24, Andreas L Delmelle wrote:Come to think of it, maybe the cleanest way is: * add the following to FONode:public static void validateChildNode(FONode thisNode, Locator...) throws ValidationException {thisNode.validateChildNode(...); }
Sorry, meant 'protected static'. A subclass in a subpackage does have access to its superclass' protected static methods.
Cheers Andreas