Class PlaceFactory

Object
   |
   +--PlaceFactory

class PlaceFactory

Creates a new PlaceFactory with the given XPath expression. (for demonstration only...)

Defined in PlaceFactory.js


Constructor Summary
PlaceFactory (expression)
           
 
Method Summary
 function createPlaces()
           Creates a Place for each result returned from evaluation of the factory's expression.

Constructor Detail

PlaceFactory

function PlaceFactory(expression)
Method Detail

createPlaces

function createPlaces()