Does Java have a built-in library for Analytic Hierarchy Process(jAHP) and HTML parser?

2.2k Views Asked by At

I'm new to Java and would like to ask whether does Java has a built-in library for Analytic Hierarchy Process(AHP) and HTML parser?

If there is what's library syntax?

I've read somewhere there's lots of HTML parser for Java. Which is the best parser that able to parse HTTPS?

3

There are 3 best solutions below

3
On BEST ANSWER

There is no "built-in" implementation of AHP in Java. There are third party implementations though; e.g. Google found these for me:

(You'll need to check them out for yourself ...)

2
On

The best I've seen so far is HtmlCleaner:

HtmlCleaner is open-source HTML parser written in Java. HTML found on Web is usually dirty, ill-formed and unsuitable for further processing. For any serious consumption of such documents, it is necessary to first clean up the mess and bring the order to tags, attributes and ordinary text. For the given HTML document, HtmlCleaner reorders individual elements and produces well-formed XML. By default, it follows similar rules that the most of web browsers use in order to create Document Object Model. However, user may provide custom tag and rule set for tag filtering and balancing.

For other html parsers see this SO question.

1
On

try this java html parser

It is faster and easy to use with java.