Search in sources :

Example 1 with WOHTMLCommentString

use of com.webobjects.appserver._private.WOHTMLCommentString in project wonder-slim by undur.

the class WOHelperFunctionParser method didParseComment.

public void didParseComment(String comment, WOHelperFunctionHTMLParser htmlParser) {
    WOHTMLCommentString wohtmlcommentstring = new WOHTMLCommentString(comment);
    _currentWebObjectTag.addChildElement(wohtmlcommentstring);
}
Also used : WOHTMLCommentString(com.webobjects.appserver._private.WOHTMLCommentString)

Example 2 with WOHTMLCommentString

use of com.webobjects.appserver._private.WOHTMLCommentString in project wonder-slim by undur.

the class WOHelperFunctionParser method didParseComment.

public void didParseComment(String comment, WOHelperFunctionHTMLParser htmlParser) {
    WOHTMLCommentString wohtmlcommentstring = new WOHTMLCommentString(comment);
    _currentWebObjectTag.addChildElement(wohtmlcommentstring);
}
Also used : WOHTMLCommentString(com.webobjects.appserver._private.WOHTMLCommentString)

Aggregations

WOHTMLCommentString (com.webobjects.appserver._private.WOHTMLCommentString)2