545 projects for "java html parser" with 2 filters applied:

  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 1
    Waxeye is a parser generator based on parsing expression grammars (PEGs). It supports C, Java, Javascript, Python, Ruby and Scheme.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Script Minifier

    Script Minifier let you minify Javascript, PHP, and HTML

    Script Minifier comes with a simple GUI. And helps you to reduce the size of web applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    OmniHelp is a cross-platform, browser-independent, tri-pane help viewer built in pure JavaScript and CSS with HTML 4. Some functions (such as help embedding) may in the future be in Java, C, or C++; CSH is fully supported. All code is under the LGPL.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    The JDBReport Generator is the small and fast generator of reports, including a viewer, implemented in 100% Pure Java. Reports can be exported to HTML, Open Document Format (ODT, ODS), PDF, Excel 2003, Excel 2007
    Downloads: 0 This Week
    Last Update:
    See Project
  • eToro: One-stop crypto Icon
    eToro: One-stop crypto

    From trading to reinvesting, manage your crypto on a single trusted global platform.

    Join a global community of over 35 million investors trading cryptocurrencies on eToro's user-friendly platform with transparent fees.
    Get Started
  • 5
    JDBReport Designer is a simple and powerful reports template editor. It can help you quickly create the required report, generate and print it or export to another format (HTML, Open Document Format (ODT, ODS), PDF, Excel 2003, Excel 2007).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SourceDoc is a powerful system for automatic creation, extraction, and verification of embedded documentation. Designed for C code, it features both a C parser and a preprocessor. The default output format is HTML, but other formats are possible to plug in using a public Java interface.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    DataScript is a formal language for modelling binary datatypes, bitstreams or file formats. This project provides a parser and code generator for generating Java codec classes from a DataScript specification.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Application defines templates of VHDL structures, which allows us comfortly generate most used VHDL structures. It can also work with VHDL testbench templates from which can be created VHDL testbenches of existing projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Dojo Faces is a set of JavaServerFaces components based on the widgets of the Dojo Javascript toolkit. It offers dynamic, AJAX ready user interface components for JSF based web applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Sharpen your strategy for identifying global business prospects Icon
    Sharpen your strategy for identifying global business prospects

    For sales teams that want to accelerate B2B sales with better data

    Create a faster path from prospect to profitable relationship with D&B Hoovers. Find key sales prospects and opportunities for growth. D&B Hoovers is a sales acceleration solution that provides a faster path from prospect to profitable relationship by leveraging data and analytics. B2B sales professionals can engage faster with customers to grow their business. Access comprehensive intelligence on more than 120 million business records. Deliver intelligence and insight into the tools where your sellers and marketers work every day. Intuitive interface and automated workflow features including triggers, alerts, smart lists and conceptual search. D&B Hoovers combines the world’s largest commercial database from Dun & Bradstreet with sophisticated analytics to deliver a sales intelligence solution packed with insight. D&B Hoovers offers dynamic search and list-building capabilities, realtime trigger alerts, comprehensive company profiles, and valuable research reports.
    Learn More
  • 10
    UniversalIndentGUI
    A cross platform GUI for several code formatter, beautifier and indenter like AStyle, GNU Indent, GreatCode, HTML Tidy, Uncrustify and many more. Main feature is a live preview to directly see how the selected formatting option affects the source code.
    Downloads: 23 This Week
    Last Update:
    See Project
  • 11
    Developer tools for EXPRESS (ISO 10303-11), an information modeling language. The core of this project is a Java Express parser using the ANTLR parser generator. This project was initiated by the National Institute of Standards and Technology.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    An XQuery Update Facility 1.0 Parser for Java
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    RedComm

    RedComm is a Java library simplifying communication with a serial port

    RedComm is a lightweight Java library. It simplifies communication over the serial port by providing methods and interfaces, which can be used to read and write to the serial port or over an emulated serial cable by using bluetooth. The major focus is on the ease of use of the library. Besides that the experienced user has the ability to change the reading and writing behaviour of the library. This means the user can easily extend and customize the RedComm library. Internally RedComm uses part...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    kanjidic-parser

    kanjidic-parser

    Kanjidic Parser is a Parser for Parsing the KANJIDIC File

    kanjidic-parser is an API to parse the KANJIDIC2 data file. This file is compiled by Jim Breen and the 'Electronic Dictionary Research and Development Group' at Monash University.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The FFPOJO Project is a Flat-File Parser, POJO based, library for Java applications. IMPORTANT: the source code of this project was migrated to GitHub: https://github.com/gibaholms/ffpojo
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    LWKT

    LGPL WKT parser

    LWKT is a WKT parser under the LGPL license. It have not dependencies: it is pure Java compiled with 1.5 or 1.6 version. The output can be as GML 2 or 3 version, optionally setting a SRS name. Supported inputs are: POINT, MULTIPOINT, LINESTRING, MULTILINESTRING, POLYGON, MULTIPOLYGON For each of them, are handled both 2D inputs like: POINT(2.4 12.66) and 3D inputs like: POINT Z(2.4 12.66 0.0) At the following URL: http://95.110.227.201:8080/lwkt is exposed a minimal web...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    X2S

    A simple DOM parser in Java

    X2S is a very simple DOM parser. The aim is to retrieve attributes and text-values from an XML DOM document in the case that you don't need all features and complexity of XPath and/or XQuery. For example, if it could be useful a method to retrieve all text-values from a DOM relative path like: /root-node/persons/person/name or the attributes from a string like: /root-node/persons/person/id
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Graphane is a solution to generate and deliver enterprise documents (PDF, ODT, RTF, HTML). Templates documents are designed with OpenOffice Writer. Any application being able to export data in XML format can submit these data to the Graphane Server.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 19
    Supa aims to implement an easy way of uploading images from the local clipboard to a remote server. It's our goal to make supa very easy to adapt to other projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Run Java AWT and Swing applets on the web *server-side*. Dynamic HTML (AJAX) for the browser is automatically generated. NOW USING GWT (Google Web Toolkit)!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    HXPath

    XPath HTML parser

    HXPath is a command line tool useful to extract data from HTML documents. HXPath can select sub trees, like the standard xpath tool, but is also able to read contents and attributes and output them in a bash friendly format. HTML Tidy and HTTP/HTTPS get are built in too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Lapg is the combined lexical analyzer and parser generator, which converts a description for a context-free LALR grammar into source file to parse the grammar. Generates code for Java, Javascript, C, C++ and C#.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    iocaste-core is a framework for web-applications, working on top of spring-framework and hibernate, supplying them additional features. iocaste-core implements html components factory, data validation, authentication/authorization features and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A Java command-line option parser generator, providing function similar to GNU Getopt, but much richer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Calenco XML CMS
    Calenco is a Web collaborative platform that enable remote teams of writers, proofreader, graphic designers, translators, etc. to produce together XML documents like user guides, security procedures, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
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.