Implementation of PRePTagArg

    This is a subclass of PRePTagText. It is a tag for temporary stored arguments which are given with two colons (e.g. ). For more information see the chapter "How to work with arguments".

    Constructor:

    PRePTagArg(String sTagName)
    names the tag with the given string

    PRePTagArg(String sTagName, String arg, Session session)
    checks whether a '!' is before the string arg (argument) and calls the compile method

    Methods:

    compile(PrintWriter, TagList)
    calls the compile method from the super class (PRePTagText)

Back