export const NOTIFY_SECOND_OPEN_BRACKET_FOUND = 1; export const NOTIFY_SECOND_CLOSE_BRACKET_FOUND = 2; export const NOTIFY_IS_HELPER_SEQUENCE = 3; export const NOTIFY_IS_BLOCK_SEQUENCE = 4; export const NOTIFY_IS_DATA_SEQUENCE = 5; export const NOTIFY_IS_BLOCK_HELPER_SEQUENCE = 6; export const NOTIFY_IS_IF_BLOCK_SEQUENCE = 7; export const NOTIFY_IS_EACH_BLOCK_SEQUENCE = 8; export const NOTIFY_IS_WITH_SEQUENCE = 9; export const NOTIFY_PATH_RESULT = 10; export const NOTIFY_NAME_RESULT = 11; export const NOTIFY_ATTR_RESULT = 12; export const NOTIFY_BLOCK_END_RESULT = 13; export const NOTIFY_CONDITION_RESULT = 14;