The Record class somewhat mirrors a W3C Element, but simplified because we do not need namespaces, and things like Attr and NodeList. It is also vaguely similar to the {@link List} interface in that it is acontainer for attributes, however being also a container for other Records the interface has some name changes and is greatly simplified.
@author Joe Walker [joe at getahead dot ltd dot uk]
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.