I need to create a XML Document object using the NodeList. Can some one pls help me to do this. I have shown you the code and the xml below
import javax.xml.parsers.DocumentBuilderFactory; import javax.xml.xpath.*; ...
I currently generate a NodeList of all the Document nodes (in document order) manually. The XPath expression to get this NodeList is
NodeList
//. | //@* | //namespace::*