Andy Clark wrote:
> 1) xni/Augmentations
> 
> This interface is missing a way to iterate over items in the
> augmentations list. To keep naming consistent, I would suggest the
> following:
> 
>     int getKeyCount()
>     String getKeyAt(int index)

I will add those methods.

 
> 2) xni/XMLAttributes
> 
> Missing a getAugmentations method. Every other piece of information
> associated to an attribute (e.g. returning an attribute's type) has
> three methods: one that takes the attribute index as a parameter; one
> with a String qname; and one with a String uri and localpart. The
> augmentations information is missing the qname method. So either add it
> or only put a get method with the index parameter like isSpecified and
> getNonNormalizedValue.


Will add a method with qname. 

> 4) xni/parser/XMLConfigurationException
> 
> The constants that distinguish between not recognized and not supported
> are defined to be the same value! Oops! Probably my fault when I first
> added this interface but I don't have any way of doing updates at the
> moment so I would appreciate if someone made this change for me.

Will change.
 
-- 
Elena Litani / IBM Toronto

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to