Adds an event listener.
Object
XMLRuleMatchData
An XML element matched by a rule or rules in the current XML rule set.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| XMLItem | readonly | An XML element matched by a rule or rules in the current XML rule set. | |
| EventListeners |
readonly | A collection of event listeners. | |
| Events |
readonly | A collection of events. | |
| Number | readonly | The index of the XMLRuleMatchData within its containing object. | |
| Boolean | readonly | Returns true if the object specifier resolves to valid objects. | |
| Number[] | readonly | The indices of matching XML rules in the rule set. | |
| XMLRuleProcessor | readonly | The parent of the XMLRuleMatchData (a XMLRuleProcessor). | |
| Object | read/write | A property that allows setting of several properties at the same time. |
Methods
→ XMLRuleMatchData[]
Resolves the object specifier, creating an array of object references.
→ Boolean
Removes the event listener.
→ String
Generates a string which, if executed, will return the XMLRuleMatchData.
→ String
Retrieves the object specifier.
Object of 3
Properties elsewhere that hold a XMLRuleMatchData.
Return 4
Methods that return a XMLRuleMatchData.