XMLRuleProcessors
A collection of XML rule processors.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
XMLRuleProcessor add( String rulePaths, Mixed prefixMappingTable, Object withProperties )
Create a new XMLRuleProcessor
Parameters
Number count()
Displays the number of elements in the XMLRuleProcessor.
XMLRuleProcessor item( Mixed index )
Returns the XMLRuleProcessor with the specified index or name.
Parameters
XMLRuleProcessor itemByName( String name )
Returns the XMLRuleProcessor with the specified name.
Parameters
XMLRuleProcessor itemByID( Number id )
Returns the XMLRuleProcessor with the specified ID.
Parameters
XMLRuleProcessor itemByRange( Mixed from, Mixed to )
Returns the XMLRuleProcessors within the specified range.
Parameters
XMLRuleProcessor firstItem()
Returns the first XMLRuleProcessor in the collection.
XMLRuleProcessor lastItem()
Returns the last XMLRuleProcessor in the collection.
XMLRuleProcessor middleItem()
Returns the middle XMLRuleProcessor in the collection.
XMLRuleProcessor previousItem( XMLRuleProcessor obj )
Returns the XMLRuleProcessor with the index previous to the specified index.
Parameters
XMLRuleProcessor nextItem( XMLRuleProcessor obj )
Returns the XMLRuleProcessor whose index follows the specified XMLRuleProcessor in the collection.
Parameters
XMLRuleProcessor anyItem()
Returns any XMLRuleProcessor in the collection.
XMLRuleProcessor everyItem()
Returns every XMLRuleProcessor in the collection.
String toSource()
Generates a string which, if executed, will return the XMLRuleProcessor.
XMLRuleProcessor []( Number index )
Returns the XMLRuleProcessor with the specified index.