
Public Member Functions | |
| void | parseHTML () throws WOHelperFunctionHTMLFormatException, WOHelperFunctionDeclarationFormatException, ClassNotFoundException |
| WOHelperFunctionHTMLParser (WOHelperFunctionParser parserDelegate, String unparsedTemplate) | |
Static Public Member Functions | |
| static void | setParseStandardTags (boolean flag) |
Static Public Attributes | |
| static Logger | log = Logger.getLogger(WOHelperFunctionHTMLParser.class) |
Static Package Functions | |
| [static initializer] | |
Private Member Functions | |
| String | checkToken (String token) |
| void | didParseClosingWebObjectTag () throws WOHelperFunctionDeclarationFormatException, WOHelperFunctionHTMLFormatException, ClassNotFoundException, ClassNotFoundException |
| void | didParseComment () |
| void | didParseOpeningWebObjectTag () throws WOHelperFunctionHTMLFormatException |
| void | didParseText () |
| void | endOfWebObjectTag (String token) throws WOHelperFunctionDeclarationFormatException, WOHelperFunctionHTMLFormatException, ClassNotFoundException |
| void | startOfWebObjectTag (String token) throws WOHelperFunctionHTMLFormatException |
Private Attributes | |
| StringBuffer | _contentText |
| WOHelperFunctionParser | _parserDelegate |
| NSMutableDictionary | _stackDict |
| String | _unparsedTemplate |
Static Private Attributes | |
| static boolean | _parseStandardTags = false |
| static final String | JS_END_TAG = "</script" |
| static final String | JS_START_TAG = "<script" |
| static final int | STATE_INSIDE_COMMENT = 3 |
| static final int | STATE_OUTSIDE = 0 |
| static final String | WEBOBJECT_END_TAG = "</webobject" |
| static final String | WEBOBJECT_START_TAG = "<webobject" |
| static final String | WO_COLON_END_TAG = "</wo:" |
| static final String | WO_COLON_START_TAG = "<wo:" |
| static final String | WO_END_TAG = "</wo" |
| static final String | WO_REPLACEMENT_MARKER = "__REPL__" |
| static final String | WO_START_TAG = "<wo " |
| WOHelperFunctionHTMLParser | ( | WOHelperFunctionParser | parserDelegate, | |
| String | unparsedTemplate | |||
| ) |
| [static initializer] | ( | ) | [static, package] |
Checks the current token for dynamic inline bindings
| token |
| void didParseClosingWebObjectTag | ( | ) | throws WOHelperFunctionDeclarationFormatException, WOHelperFunctionHTMLFormatException, ClassNotFoundException, ClassNotFoundException [private] |
| void didParseComment | ( | ) | [private] |
| void didParseOpeningWebObjectTag | ( | ) | throws WOHelperFunctionHTMLFormatException [private] |
| void didParseText | ( | ) | [private] |
| void endOfWebObjectTag | ( | String | token | ) | throws WOHelperFunctionDeclarationFormatException, WOHelperFunctionHTMLFormatException, ClassNotFoundException [private] |
| void parseHTML | ( | ) | throws WOHelperFunctionHTMLFormatException, WOHelperFunctionDeclarationFormatException, ClassNotFoundException |
| static void setParseStandardTags | ( | boolean | flag | ) | [static] |
| void startOfWebObjectTag | ( | String | token | ) | throws WOHelperFunctionHTMLFormatException [private] |
StringBuffer _contentText [private] |
WOHelperFunctionParser _parserDelegate [private] |
boolean _parseStandardTags = false [static, private] |
NSMutableDictionary _stackDict [private] |
String _unparsedTemplate [private] |
final String JS_END_TAG = "</script" [static, private] |
final String JS_START_TAG = "<script" [static, private] |
Logger log = Logger.getLogger(WOHelperFunctionHTMLParser.class) [static] |
final int STATE_INSIDE_COMMENT = 3 [static, private] |
final int STATE_OUTSIDE = 0 [static, private] |
final String WEBOBJECT_END_TAG = "</webobject" [static, private] |
final String WEBOBJECT_START_TAG = "<webobject" [static, private] |
final String WO_COLON_END_TAG = "</wo:" [static, private] |
final String WO_COLON_START_TAG = "<wo:" [static, private] |
final String WO_END_TAG = "</wo" [static, private] |
final String WO_REPLACEMENT_MARKER = "__REPL__" [static, private] |
final String WO_START_TAG = "<wo " [static, private] |
1.5.8