Package org.eclipse.wst.xml.xpath2.processor
package-private class DefaultEvaluator.VariableScope extends java.lang.Object
Field Summary | |
public org.eclipse.wst.xml.xpath2.processor.internal.types.QName | name |
public org.eclipse.wst.xml.xpath2.processor.DefaultEvaluator.VariableScope | nextScope |
public org.eclipse.wst.xml.xpath2.api.ResultSequence | value |
Constructor Summary |
DefaultEvaluator.VariableScope(org.eclipse.wst.xml.xpath2.processor.internal.types.QName name
,
org.eclipse.wst.xml.xpath2.api.ResultSequence value
,
org.eclipse.wst.xml.xpath2.processor.DefaultEvaluator.VariableScope nextScope) |
Method Summary |
Field Detail |
public org.eclipse.wst.xml.xpath2.processor.internal.types.QName name
public org.eclipse.wst.xml.xpath2.processor.DefaultEvaluator.VariableScope nextScope
public org.eclipse.wst.xml.xpath2.api.ResultSequence value
Constructor Detail |
public DefaultEvaluator.VariableScope(org.eclipse.wst.xml.xpath2.processor.internal.types.QName name
,
org.eclipse.wst.xml.xpath2.api.ResultSequence value
,
org.eclipse.wst.xml.xpath2.processor.DefaultEvaluator.VariableScope nextScope)