1255125612571258125912601261
} public static Expression tokenizeXMLAwareExpression(String path, char mode) { ObjectHelper.notEmpty(path, "path"); return new XMLTokenExpressionIterator(path, mode); }
1261126212631264126512661267
} public static Expression tokenizeXMLAwareExpression(String path, char mode, int group) { ObjectHelper.notEmpty(path, "path"); return new XMLTokenExpressionIterator(path, mode, group); }
1232123312341235123612371238