Package org.eclipse.wst.xml.xpath2.processor


org.eclipse.wst.xml.xpath2.processor
Class Engine



public class Engine
extends java.lang.Object


Constructor Summary

Engine()

Method Summary

package-private booleaneffectiveBooleanValue(org.eclipse.wst.xml.xpath2.api.ResultSequence rs)
    
public org.eclipse.wst.xml.xpath2.api.XPath2ExpressionparseExpression(java.lang.String expression , org.eclipse.wst.xml.xpath2.api.StaticContext context)
    

Constructor Detail

Engine

public Engine()


Methods Detail

effectiveBooleanValue

package-private boolean effectiveBooleanValue(org.eclipse.wst.xml.xpath2.api.ResultSequence rs)

Parameters

rs

Returns

boolean


parseExpression

public org.eclipse.wst.xml.xpath2.api.XPath2Expression parseExpression(java.lang.String expression , org.eclipse.wst.xml.xpath2.api.StaticContext context)

Parameters

expression

context

Returns

org.eclipse.wst.xml.xpath2.api.XPath2Expression