hclbaur / sdt-core

SDT Core Implementation
The Unlicense
0 stars 0 forks source link

Make SDAXPath work with Nodes rather than just DataNodes #15

Open hclbaur opened 2 months ago

hclbaur commented 2 months ago

Not sure if this is feasible. I probably need an interface with a getValue() method.

hclbaur commented 2 months ago

An interface like that could be called a ValueNode, borrowing from JSON:

https://fasterxml.github.io/jackson-databind/javadoc/2.8/com/fasterxml/jackson/databind/node/ValueNode.html#ValueNode()

hclbaur commented 1 month ago

What's the use case anyway?