Array ExMasks
This is an array of elements in the structure of the Item object or root element. Used to specify masks of the elements that should be excluded from the process of the task performance.
Attributes
- May contain Priority attribute
- May contain External attribute
- While performing of task, one of the elements is selected , according with value of the Priority attribute.
Structure
"ExMasks":[ { "ExMask":["<aExMask_1>","<aExMask_2>",...,"<aExMask_N>"], "External":"<aExternal_1>", "Priority":1 }, { "ExMask":["<aExMask_1>","<aExMask_2>",...,"<aExMask_N>"], "External":"<aExternal_2>", "Priority":1 }, ..., { "ExMask":["<aExMask_1>","<aExMask_2>",...,"<aExMask_N>"], "External":"<aExternal_N>", "Priority":1 } ]
Example
"Domains":[ { "Domain":"waspace.net" } ], "Pages":[ { "Page":"/about.html" }, "ExMasks":[ { "ExMask":["download","rules","forum"] } ]
The following actions will be performed:
- Loading of the home page
waspace.net/about.html
- Exception of the following links:
http://waspace.net/download.html
,http://waspace.net/link.html
,'http://forum.waspace.net'' - Further task performance …