Searched refs:YouTubeVideo (Results 1 – 2 of 2) sorted by relevance
197 public void addVideo(YouTubeVideo video) { in addVideo()206 YouTubeVideo video;340 video = new YouTubeVideo(); in start()354 YouTubeVideo video = null;366 video = new YouTubeVideo(); in startElement()523 private static class YouTubeVideo { class in SafeSaxTest
207 YouTubeVideo ytVideo = YouTubeVideo.matchURL(url, text); in tokenForUrl()869 public static class YouTubeVideo extends Token { class in AbstractMessageParser877 public YouTubeVideo(String docid, String text) { in YouTubeVideo() method in AbstractMessageParser.YouTubeVideo888 public static YouTubeVideo matchURL(String url, String text) { in matchURL()891 return new YouTubeVideo(m.group(1), text); in matchURL()1286 html.append(((YouTubeVideo)token).getURL( in toHtml()1287 ((YouTubeVideo)token).getDocID())); in toHtml()