# This is a -*- Tcl -*- script.
#
# document.tcl --- InfoPrism::Document class documentation
#
# Copyright (C) 1998 Stefan Hornburg
#
# Author: Stefan Hornburg <racke@gundel.han.de>
# Maintainer: Stefan Hornburg <racke@gundel.han.de>
# Version: 0.0.3
#
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation; either version 2, or (at your option) any
# later version.
# 
# This file is distributed in the hope that it will be
# useful, but WITHOUT ANY WARRANTY; without even the implied warranty
# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# General Public License for more details.
# 
# You should have received a copy of the GNU General Public License
# along with this file; see the file COPYING.  If not, write to the Free
# Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.

manual "The Document Class"
author "Stefan Hornburg" -email racke@gundel.han.de
stamp "Sat Sep  5 12:55:03 1998 MET DST"
makeindex cp
makeindex fn
text "SGML documents are represented by instances of the [code Document]
class with InfoPrism."
h2 "Attributes"
dl {
	dt [code type]
	dd "document type"
	dt [code script]
	dd "whether SGML document is derived from a [link sbl {SGML script}]
	or a traditional SGML file"
}
h2 "Methods"
dl {
	dt "[code [withindex fn indices]]"
	dd "Returns list with [withindex cp index names]."
	dt "[code [withindex fn index]] [var NAME]"
	dd "Returns index object for index [var NAME]."
	dt "[code [withindex fn basename]]"
	dd "Returns document [withindex cp filename] without directory and
	extension(s)."
}
h2 "Method Index"
insertindex fn
h2 "Concept Index"
insertindex cp

	
