DataFaucet 1.0 Beta

datafaucet.system
Class cfstringparse

WEB-INF.cftags.component
        extended by datafaucet.system.cfstringparse

public class cfstringparse
extends WEB-INF.cftags.component

Constructor Summary
init()
 
Method Summary
private any abort([any dump])
 numeric findFunctionEnd(string string, [numeric start='1'])
 numeric findLiteralEnd(string string, [numeric start='1'])
 numeric findVariableEnd(string string, [numeric start='1'])
 string parseTagAttribute(string tag, string attribute)
private any raiseStringException(string type, string stringtype, numeric start, string string)
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init()

Method Detail

abort

private any abort([any dump])

Parameters:
dump

findFunctionEnd

public numeric findFunctionEnd(string string, [numeric start='1'])

Parameters:
string
start

findLiteralEnd

public numeric findLiteralEnd(string string, [numeric start='1'])

Parameters:
string
start

findVariableEnd

public numeric findVariableEnd(string string, [numeric start='1'])

Parameters:
string
start

parseTagAttribute

public string parseTagAttribute(string tag, string attribute)

Parameters:
tag
attribute

raiseStringException

private any raiseStringException(string type, string stringtype, numeric start, string string)

Parameters:
type
stringtype
start
string

DataFaucet 1.0 Beta