Servertec   pp:preprocess( ) Method
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Reference Manual
Conventions
iPP
Templates
Constants
Identifiers
Operators
Directives
Macros
Java API
pp( )
displayLogo( )
embeddedQuotes( )
removeBlankLines( )
removeComments( )
searchPath( )
verboseMessages( )
warningMessages( )
define( )
main( )
preprocess( )
undefine( )

Sales
Legal
Feedback

 

Used to preprocess the given input stream to the specified output stream or to preprocess a given item.

Syntax

    pp.preprocess( Reader , Writer )

Parameters

    pp an instance of the pp class.
    Reader contains the item to preprocessed.
    Writer will contain the resultant preprocessed item.

Returns

    Nothing

Notes

    Statements and directives are delimited by \n.

    Requires that stec.pp.pp be imported.

Example

    pp.preprocess(reader, writer)
    

Syntax

    pp.preprocess( String )

Parameters

    pp an instance of the pp class.
    String constains the item to preprocess.

Returns

    String contains the preprocessed item.

Notes

    Statements and directives are delimited by \n.

    Required that stec.pp.pp be imported.

Example

    pp.preprocess(item)
    
 top of page
 Built with iScript Copyright © 1997-1999 Servertec. All rights reserved.
Last Modified: Tue Jan 26 22:17:56 EST 1999