updateProfile.parsers parameter

Use the updateProfile.parsers parameter to list all of the document parsers that are available to the updateProfile command.

 

Availability

query command
current parameter
default parameter
install parameter

 

Scope

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.

 

Syntax

query updateProfile.parsers
query current.updateProfile.parsers
query default.updateProfile.parsers
query install.updateProfile.parsers 

 

Description

The query current.updateProfile.parsers command returns the document parsers that are available in the current view to the updateProfile command.

The query updateProfile.parsers command returns the list of parsers that were specified with the set updateProfile.parserClass command.

The query default.updateProfile.parsers command returns 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 returns the list of installed document parsers, that is, the list of parsers in the profile indicated by the installProfile parameter.

 

Examples

query updateProfile.parsers
query current.updateProfile.parsers
query default.updateProfile.parsers
query install.updateProfile.parsers 

Related reference
query command
updateProfile command
updateProfile.parserClass parameter