Raffael Herzog schrieb: > Currently, it gets informed about start of an > element, end of an element, some attribute to an element, and textual > content of an element. This is perfectly matched with XML, but > already kept somewhat generic.
Let's rename things: Entry into a hierarchy, exit from a hierarchy, attributes to a hierarchy, and the value of a hierarchy (which is either one final value or a collection of (sub)hierarchies). So, we're talking about (in most cases textual) representations of hierarchical data structures that we want to convert into Java objects. XML is probably the most prominent example of such a representation. cu, Raffi -- The difference between theory and practice is that in theory, there is no difference, but in practice, there is. [EMAIL PROTECTED] · Jabber: [EMAIL PROTECTED] PGP Key 0x5FFDB5DB5D1FF5F4 · http://keyserver.pgp.com _______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
