Skip |
| Member name | Value | Description |
|---|---|---|
| None | 0 | Don't skip any tags. In this case, if an unknown tag is encountered, an UnknownTagException will be thrown. |
| All | 1 | Skip all encountered unknown tags. Such tags will be placed in the UnknownTags collection of the corresponding context, for further analysis by the end user application. |
| Specified | 2 | Skip only the specified unknown tags. The list of tags for the skip must be indicated in collection UnknownTags. |