Menu

import org.htmlparser.tags.Tag; problem

Help
2004-11-07
2013-04-27
  • mikeliu1976

    mikeliu1976 - 2004-11-07

    regards:

    I download the HTMLparser zip file.
    After unzip the HTMLparser zip file,I get the "org" folder.
    But I cannot find the Tag.class file in the folder. ~\org.htmlparser.tags\

    This fault make the following code unwork.
    import org.htmlparser.tags.Tag;

    Did I miss something important?
    Thank you.
    May god bless you all.

     
    • Derrick Oswald

      Derrick Oswald - 2004-11-07

      In recent versions, the Tag class is now an interface org.htmlparser.Tag, and the base implementation is in the TagNode class org.htmlparser.nodes.TagNode with concrete implementations in the tags package org.htmlparser.tags.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.