This class is an implementation of NodeInfo. @author Michael H. Kay
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. @see ElementNSImpl @xerces.internal @author Arnaud Le Hors, IBM @author Joe Kesselman, IBM @author Andy Clark, IBM @author Ralf Pfeiffer, IBM @version $Id: ElementImpl.java,v 1.5 2007/02/05 16:15:44 ndw Exp $ @since PR-DOM-Level-1-19980818.
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.
This class is an implementation of NodeInfo. For elements with attributes or namespace declarations, class ElementWithAttributes is used. @author Michael H. Kay
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. @see ElementNSImpl @author Arnaud Le Hors, IBM @author Joe Kesselman, IBM @author Andy Clark, IBM @author Ralf Pfeiffer, IBM @version $Id: ElementImpl.java,v 1.53 2002/11/08 21:28:14 elena Exp $ @since PR-DOM-Level-1-19980818.
This class is an implementation of NodeInfo. For elements with attributes or namespace declarations, class ElementWithAttributes is used. @author Michael H. Kay
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|