public static class FolSchematronNode.BindingContext extends Object
The primary information stored in this class is whether there is currently a nodeset context at all - NONE if the expression is not a nodeset - and if the context is currently identical to current() - ATCURRENT. All other contexts are combined in OTHER.
The vars part comes into living as soon as variables are encountered. They are tracked together with the information how far they are up the stack.
Modifier and Type | Class and Description |
---|---|
static class |
FolSchematronNode.BindingContext.CtxState |
Modifier and Type | Field and Description |
---|---|
FolSchematronNode.BindingContext.CtxState |
state |
Modifier and Type | Method and Description |
---|---|
FolSchematronNode.BindingContext |
clone() |
void |
merge(FolSchematronNode.BindingContext ctx) |
void |
setState(FolSchematronNode.BindingContext.CtxState state) |
public FolSchematronNode.BindingContext.CtxState state
public FolSchematronNode.BindingContext clone()
public void setState(FolSchematronNode.BindingContext.CtxState state)
public void merge(FolSchematronNode.BindingContext ctx)
Copyright © 2018. All rights reserved.