D | AbstractMessageParser.java | 203 Video video = Video.matchURL(url, text); in tokenForUrl() 823 public static class Video extends Token { class in AbstractMessageParser 831 public Video(String docid, String text) { in Video() method in AbstractMessageParser.Video 842 public static Video matchURL(String url, String text) { in matchURL() 845 return new Video(m.group(1), text); in matchURL() 1290 html.append(((Video)token).getURL(((Video)token).getDocID())); in toHtml()
|