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
Thanks a lot. I my self doesn't have any need for that but wouldn't mind
that feature being part of the library. Do you have any suggestion up front
of how to do it?
What a great tool. However, I really need namespace-awareness. More specifically, I need to match elements belonging to certain namespaces.
Document document = factory.newDocumentBuilder().parse(input);
DOMNodeSelector nodeSelector = new DOMNodeSelector(document);
nodeSelector.registerNamespace("namespace", "http://www.what.com/namespace/1.0");
Set result = nodeSelector.querySelectorAll("namespace|Element > namespace|Child");
Do you have any interest in such a feature?
The text was updated successfully, but these errors were encountered: