资 源 简 介
XQ provides convenient functions for navigating and manipulating an xml dom tree. For example:
findElementsByAttributeValue: search an xml element according to the value of an attribute.
getNextNode(short nodeType): return next dom node with the specified node type
getValue: return the value of a node no matter whether it is an element or an attribute
toString: output the node as a String
I believe that XQ is more user-friendly than the original DOM APIs!