The updateProfile.parsers parameter can be used to list all of the parsers that are available to the updateProfile command.
query command
current parameter
default parameter
install parameter
updateProfile.parsers is scoped to the current view.
current.updateProfile.parsers is scoped to the current view.
default.updateProfile.parsers is globally scoped.
install.updateProfile.parsers is globally scoped.
query updateProfile.parsers query current.updateProfile.parsers query default.updateProfile.parsers query install.updateProfile.parsers
The query current.updateProfile.parsers command will return the parsers that will be available, within the current view, by the updateProfile command.
The query updateProfile.parsers command will return the list of parsers that were specified with the set updateProfile.parserClass command.
The query default.updateProfile.parsers command will return the list of parsers that were specified with the set default.updateProfile.parserClass command. That is, the list of parsers in the default profile indicated by the defaultProfile parameter.
The query install.updateprofile.parsers command will return the list of installed parsers, that is, the list of parsers in the profile indicated by the installProfile parameter.
query updateProfile.parsers query current.updateProfile.parsers query default.updateProfile.parsers query install.updateProfile.parsers
query command
updateProfile command
updateProfile.parserClass parameter