Package | Description |
---|---|
de.interactive_instruments.ShapeChange.FOL | |
de.interactive_instruments.ShapeChange.Target.FOL2Schematron |
Modifier and Type | Method and Description |
---|---|
Variable |
Variable.getNextOuterScope() |
Variable |
Quantification.getVar() |
Variable |
SchemaCall.getVariableContext() |
Modifier and Type | Method and Description |
---|---|
void |
Variable.setNextOuterScope(Variable nextOuterScope) |
void |
Quantification.setVar(Variable var) |
void |
SchemaCall.setVariableContext(Variable variableContext)
Sets the variable context.
|
Modifier and Type | Field and Description |
---|---|
protected Variable |
FolSchematronNode.IsTypeOfNode.var |
protected Variable |
FolSchematronNode.VariableNode.vardecl |
Modifier and Type | Method and Description |
---|---|
boolean |
FolSchematronNode.isDependentOn(Variable vardecl)
This method determines whether the given expression depends on the
Variable passed as argument.
|
boolean |
FolSchematronNode.VariableNode.isDependentOn(Variable vardecl)
This method determines whether this variable is identical to the one
passed as argument.
|
boolean |
FolSchematronNode.isVarOrAttribBased(Variable vardecl)
This method determines whether the given expression is a Variable or an
Attribute based on a Variable, which is identical to the one passed as
argument.
|
boolean |
FolSchematronNode.VariableNode.isVarOrAttribBased(Variable vardecl)
This method determines whether this variable is identical to the one
passed as argument.
|
boolean |
FolSchematronNode.AttributeNode.isVarOrAttribBased(Variable vardecl)
This method determines whether this Attribute is dependent on the
Variable passed as argument.
|
FolSchematronNode |
FolSchematronNode.nodeVariableIsBoundTo(Variable vardecl)
This method determines whether the node binds the given variable
declaration (this can only happen for iterators) and if it does, which is
the expression the variable is bound to.
|
FolSchematronNode.XpathFragment |
FolSchematronNode.objValueFromVariable(Variable var) |
void |
FolSchematronNode.IsTypeOfNode.setVariable(Variable var) |
Constructor and Description |
---|
VariableNode(FOL2Schematron schemaObject,
Variable var)
Ctor
|
Copyright © 2017. All rights reserved.