ListExpression

Overview

Implementation of ListExpression

Location

DataAbstract.js

Instance Methods


constructor ListExpression

Creates an expression instance.

function constructor ListExpression(anItems)

Parameters:

  • anItems: array

toXML

Returns a string with an XML representation of the expression.

function toXML()