Package eu.bandm.tools.xslt.base
Class Application.Value_RS<N>
java.lang.Object
eu.bandm.tools.tpath.runtime.Value<N>
eu.bandm.tools.xslt.base.Application.Value_RS<N>
- Enclosing class:
 Application<N>
A "Result tree fragment" is a new kind of tpath value, namely a node set
  on the OUTPUT side, i.e. a sequence of tdom nodes. Only limited operations are
  possible: store it to a variable, convert it to a string (and further conversions!)
  and insert it directly into tdom constructions. [XSLT 1.0:11.1]
- 
Field Summary
FieldsModifier and TypeFieldDescription(package private) Binding<NamespaceName, Value<N>> (package private) MultiTypeNodeList - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class eu.bandm.tools.tpath.runtime.Value
booleanValue, isBoolean, isNodeSet, isNumber, isString, numberValue, singleton, stringValue, value, value, value 
- 
Field Details
- 
data
MultiTypeNodeList data - 
bindings
Binding<NamespaceName,Value<N>> bindings - 
VALUE_TRUE
 
 - 
 - 
Constructor Details
- 
Value_RS
Value_RS(MultiTypeNodeList ms)  
 - 
 - 
Method Details