D | AbstractMessageParser.java | 201 Video video = Video.matchURL(url, text); in tokenForUrl() 810 public static class Video extends Token { class in AbstractMessageParser 818 public Video(String docid, String text) { in Video() method in AbstractMessageParser.Video 829 public static Video matchURL(String url, String text) { in matchURL() 832 return new Video(m.group(1), text); in matchURL() 1277 html.append(((Video)token).getURL(((Video)token).getDocID())); in toHtml()
|