* <p>Unlike other implementations (Xerces or Crimson), the returned list
* is a snapshot of the current tree -- not a "live" representation.
*/
public final NodeList getElementsByTagNameNS
(String nsURI, String lname) {
return new FacadeNodeList(getElements(nsURI, lname, 0));
}