-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels