Ben,
good idea! I've added it to CVS...
thanks
Maarten
On Mon, 14 Jun 2004, Ben Scarlet wrote:
> Would it be possible for
> boolean org.jaxen.XPath.booleanValueOf(Object node)
> to be exposed through org.dom4j.XPath?
> Looking at the code it seems like it'd be simple enough:
>
> public boolean
Would it be possible for
boolean org.jaxen.XPath.booleanValueOf(Object node)
to be exposed through org.dom4j.XPath?
Looking at the code it seems like it'd be simple enough:
public boolean booleanValueOf(Object context) {
try {
setNSContext(context);
return xpath.booleanValueOf(context);