-
-
Create a new XMLRuleProcessor
rulePaths
|
Array<string>
The XPath condition paths of the rules in the rule set.
|
prefixMappingTable
|
The namespace mapping table. Can accept: Array of Arrays of 2 Strings. (Optional)
|
withProperties
|
Object
Initial values for properties of the new XMLRuleProcessor (Optional)
|
-
-
Returns any XMLRuleProcessor in the collection.
-
-
Displays the number of elements in the XMLRuleProcessor.
-
-
Returns every XMLRuleProcessor in the collection.
-
-
Returns the first XMLRuleProcessor in the collection.
-
-
Returns the XMLRuleProcessor with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the XMLRuleProcessor with the specified ID.
-
-
Returns the XMLRuleProcessor with the specified name.
-
-
Returns the XMLRuleProcessors within the specified range.
from
|
The XMLRuleProcessor, index, or name at the beginning of the range. Can accept: XMLRuleProcessor, Long Integer or String.
|
to
|
The XMLRuleProcessor, index, or name at the end of the range. Can accept: XMLRuleProcessor, Long Integer or String.
|
-
-
Returns the last XMLRuleProcessor in the collection.
-
-
Returns the middle XMLRuleProcessor in the collection.
-
-
Returns the XMLRuleProcessor whose index follows the specified XMLRuleProcessor in the collection.
obj
|
XMLRuleProcessor
The XMLRuleProcessor whose index comes before the desired XMLRuleProcessor.
|
-
-
Returns the XMLRuleProcessor with the index previous to the specified index.
obj
|
XMLRuleProcessor
The index of the XMLRuleProcessor that follows the desired XMLRuleProcessor.
|
-
-
Generates a string which, if executed, will return the XMLRuleProcessor.