Is it correct to extend XMLDocumentParser to build a object model from an XNI 
stream, or is there a preferred way.

Is there a reason there is no XMLAttribute interface, so that you would say:

   XMLAttribute xa = attributes.getAttribute(i)
   xa.getName(name), xa.getPrefix(), etc

rather than

   attributes.getName(i), attributes.getPrefix(i) etc

[ next question would be could XMLAttributes implement List ]


Thanks, rich


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

Reply via email to