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);
}
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);
}
Aggregations