Does it pull all node types supported by Xpath? Seems that when I call
selectNodes("@")
it just returns the elements that contain the attributes, but I want to get the list of attributes themselves. In other words I would expect the resulting node collection to contain nodes of type Attr only...but that does not seem to work.