net.sf.saxon.expr

Class JPConverter.FromCollection

public static class JPConverter.FromCollection extends JPConverter

Field Summary
static JPConverter.FromCollectionINSTANCE
Method Summary
Stringcompile(String var, CodeGeneratorService compiler)
ValueRepresentationconvert(Object object, XPathContext context)
intgetCardinality()
Get the cardinality of the XPath value that will result from the conversion
ItemTypegetItemType()

Field Detail

INSTANCE

public static JPConverter.FromCollection INSTANCE

Method Detail

compile

public String compile(String var, CodeGeneratorService compiler)

convert

public ValueRepresentation convert(Object object, XPathContext context)

getCardinality

public int getCardinality()
Get the cardinality of the XPath value that will result from the conversion

Returns: the cardinality of the result

getItemType

public ItemType getItemType()