You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XPathResult implements an Iterator<Node|Element> but this compound type needs to be extended to include Attr, as it's possible to just select the attribute notes from the document.
XPathResultimplements anIterator<Node|Element>but this compound type needs to be extended to includeAttr, as it's possible to just select the attribute notes from the document.