| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Binding is a interface used to mark objects that represent a variable declaration
| Method Summary | |
|  Value | constantValue()Get the value of the variable, if known statically. | 
|  int | getDataType()Get the data type, if known statically. | 
|  int | getSlotNumber()Determine a slot number for the variable. | 
|  java.lang.String | getVariableName()Establish the name of this variable. | 
|  boolean | isAssignable()Determine whether the variable is assignable using saxon:assign | 
|  boolean | isGlobal()Determine whether this variable is global | 
| Method Detail | 
public boolean isGlobal()
                 throws org.xml.sax.SAXException
public java.lang.String getVariableName()
                                 throws org.xml.sax.SAXException
public int getSlotNumber()
public int getDataType()
public Value constantValue()
public boolean isAssignable()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||