Class PlaceFactory
Object
|
+--PlaceFactory
- class
PlaceFactory
Creates a new PlaceFactory with the given XPath expression.
(for demonstration only...)
Defined in PlaceFactory.js
|
Method Summary |
function
|
createPlaces()
Creates a Place for each result returned from evaluation of the factory's
expression.
|
PlaceFactory
function PlaceFactory(expression)
Parameters:
expression - The expression to create Places for.
createPlaces
function createPlaces()
Creates a Place for each result returned from evaluation of the factory's
expression.