Adds an event listener.
XMLRuleProcessor
An XML rule processor.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| EventListeners |
readonly | A collection of event listeners. | |
| Events |
readonly | A collection of events. | |
| Boolean | readonly | If true, the XML rule process has halted. | |
| Number | readonly | The unique ID of the XMLRuleProcessor. | |
| Number | readonly | The index of the XMLRuleProcessor within its containing object. | |
| Boolean | readonly | Returns true if the object specifier resolves to valid objects. | |
| String | read/write | A property that can be set to any string. | |
| String | read/write | The name of the XMLRuleProcessor; this is an alias to the XMLRuleProcessor's label property. | |
| Application | readonly | The parent of the XMLRuleProcessor (a Application). | |
| Object | read/write | A property that allows setting of several properties at the same time. | |
| String[] | readonly | The XPath condition paths of the rules in the rule set. |
Methods
Stop processing XML rule set.
Gets the label value associated with the specified key.
Finds the next matching XML element.
Resolves the object specifier, creating an array of object references.
Halt the XML rule processor.
Sets the label to the value associated with the specified key.
Deletes the XMLRuleProcessor.
Removes the event listener.
Do not process XML elements (children) of the current XML element.
Start processing an XML rule set.
Process the XML elements of the current XML element.
Generates a string which, if executed, will return the XMLRuleProcessor.
Retrieves the object specifier.
Object of 4
Properties elsewhere that hold a XMLRuleProcessor.
Parameter of 3
Method parameters that accept a XMLRuleProcessor.
Return 14
Methods that return a XMLRuleProcessor.