org.w3c.dom.Node
implemented on top of an ArrayList
, to return the node value via overriden toString()
. This method returns the node value except the case when the node of the Node.ELEMENT_NODE
type. In this event it attempt to find the child text node and return the text node value. If there is no text it will return the value of the node
@author Eugene Konstantinov @author Philippe Riand
NodeList
interface.@author Avalon Development Team @version CVS $Id: NodeListImpl.java,v 1.4 2004/02/28 11:47:15 cziegeler Exp $
|
|
|
|
|
|