Elements may have Attributes associated with them; the API for this is defined in Node, but the function is implemented here. In general, XML applications should retrive Attributes as Nodes, since they may contain entity references and hence be a fairly complex sub-tree. HTML users will be dealing with simple string values, and convenience methods are provided to work in terms of Strings.
ElementImpl does not support Namespaces. ElementNSImpl, which inherits from it, does. @xerces.internal @see ElementNSImpl @author Arnaud Le Hors, IBM @author Joe Kesselman, IBM @author Andy Clark, IBM @author Ralf Pfeiffer, IBM @author Michael Glavassevich, IBM @version $Id: ElementImpl.java 938635 2010-04-27 20:23:42Z mrglavas $ @since PR-DOM-Level-1-19980818.
|
|