Implementation of PRePTagText

    This is a subclass of PRePTag and compiles by printing the value with the PrintWriter. If the noparse flag is set (like: *MAIN:noparse) then the tag is just print the way it looks (without any formats or substitutes)

    Constructor:

    PRePTagText(String sTagName)
    checks if the tag has a noparse flag set

    Methods:

    compile(Session)
    checks all brackets and arguments

    debugOutput()
    debugOutput: helps to find some exceptions

    getAllValue()
    gets the whole value of the tag

    getValue()
    gets one line of the value of the tag

    setValue(String)
    sets the value of the tag

Back PRePTagText(String sTagName)
checks if the tag has a noparse flag set :