document-procs.tcl

An API for managing documents.

Location:
packages/acs-tcl/tcl/document-procs.tcl
Created:
22 May 2000
Author:
Jon Salz [jsalz@arsdigita.com]
CVS Identification:
$Id: document-procs.tcl,v 1.11 2018/12/04 21:05:59 hectorr Exp $

Procedures in this file

Detailed information

doc_parse_property_string (private)

 doc_parse_property_string properties

Parses a properties declaration of the form that programmers specify.

Parameters:
properties - The property string as the programmer specified it.
Returns:
an internal array-as-a-list representation of the properties declaration.
Error:
if there's any problem with the string.

Partial Call Graph (max 5 caller/called nodes):
%3 ad_page_contract ad_page_contract (public) doc_parse_property_string doc_parse_property_string ad_page_contract->doc_parse_property_string

Testcases:
No testcase defined.
[ show source ]