Class HtmlParser

java.lang.Object
velo.ladaalpha.fields.internet.crawler.HtmlParser

public class HtmlParser extends Object
The Class HtmlParser.
  • Constructor Details

    • HtmlParser

      public HtmlParser()
  • Method Details

    • regexForTag

      public static String regexForTag(String tag)
      Regex for tag.
      Parameters:
      tag - the tag
      Returns:
      the string
    • pull

      public static ArrayList<String> pull(String regex)
      Pull.
      Parameters:
      regex - the regex
      Returns:
      the array list
    • parse_html

      public static void parse_html(String input)
      Parses the html.
      Parameters:
      input - the input