snm_parser manual page
Table of Contents

NAME

snm_parser - Site/SunNet/Domain Manager schema parser

SYNOPSIS

snm_parser [ file ]

DESCRIPTION

snm_parser is a example application for parsing Site/SunNet/Domain Manager schema files. The parser program is provided in source form (as a YACC-grammar and a driver application) to allow others to easily build applications that can read schema files.

The parser is constructed to be used with callbacks in the user's program. When particular tokens are encountered, specific callbacks are made. See the test driver source code for these callback names.

SEE ALSO

See the Site/SunNet/Domain Manager Administration Guide, section ``Management Database.''


Table of Contents