Showing 26 open source projects for "dom"

View related business solutions
  • Automated quote and proposal software for IT solution providers. | ConnectWise CPQ Icon
    Automated quote and proposal software for IT solution providers. | ConnectWise CPQ

    Create IT quote templates, automate workflows, add integrations & price catalogs to save time & reduce errors on manual data entry & updates.

    ConnectWise CPQ, formerly ConnectWise Sell, is a professional quote and proposal automation software for IT solution providers. ConnectWise CPQ offers a wide range of tools that enables IT solution providers to save time, quote more, and win big. Top features include professional quote or proposal templates, product catalog and sourcing, workflow automation, sales reporting, and integrations with best-in-breed solutions like Cisco, Dell, HP, and Salesforce.
  • The integrated business platform for running a profitable MSP Icon
    The integrated business platform for running a profitable MSP

    PSA, RMM and remote access in one affordable package

    Stay on top of client systems with remote monitoring of unlimited PC and Mac assets, automated alert remediation, scripting, patch management + more.
  • 1
    jsoup

    jsoup

    Java library for working with real-world HTML

    jsoup is a Java library for working with real-world HTML. It provides a very convenient API for fetching URLs and extracting and manipulating data, using the best of HTML5 DOM methods and CSS selectors. jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers do. jsoup is designed to deal with all varieties of HTML found in the wild; from pristine and validating, to invalid tag-soup; jsoup will create a sensible parse tree. The parser will make every...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    CSSBox

    CSSBox

    Pure Java HTML / CSS rendering engine

    CSSBox is an (X)HTML/CSS rendering engine written in pure Java. Its primary purpose is to provide a complete information about the rendered page suitable for further processing. However, it also allows displaying the rendered document.
    Leader badge
    Downloads: 37 This Week
    Last Update:
    See Project
  • 3
    VTD-XML is the next generation XML parser/indexer/editor/slicer/assembler/xpath-engine that goes beyond DOM, SAX and PULL in performance, memory usage, and ease of use.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 4
    EXIficient
    NOTE: we moved to http://exificient.github.io !!! The Efficient XML Interchange (EXI) format is a very compact representation for the Extensible Markup Language (XML) Information Set that is intended to simultaneously optimize performance and the utilization of computational resources. Besides the EXI library EXIficient provides a command-line interface (CLI, see com.siemens.ct.exi.cmd.EXIficientCMD) and a graphical user interface (GUI, see http://exificient.sourceforge.net/exificient.jnlp)
    Downloads: 1 This Week
    Last Update:
    See Project
  • The only retail POS that helps you run your entire business Icon
    The only retail POS that helps you run your entire business

    Built for retail stores and restaurants

    Lightspeed is a cloud-based Point of Sales (POS) and eCommerce solution. Built for retail stores and restaurants, Lightspeed provides businesses with a simple way to build, manage, and grow their operations, and create an exceptional customer experience. Lightspeed offers a complete set of functionalities, including inventory management, reporting and analytics, multi-payments, customer loyalty, and training and support.
  • 5
    Project development was moved to GitHub: https://github.com/dom4j/dom4j dom4j is a simple and flexible open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework with full integration with DOM, SAX and JAXP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    jStyleParser

    Java CSS parser and DOM style assignment library

    jStyleParser is a CSS parser written in Java. It has its own application interface that is designed to allow an efficient CSS processing in Java and mapping the values to the Java data types. It is also able to apply the parsed style sheets to a DOM that represents an HTML or XML document and to compute the resulting style of the individual document elements. It supports CSS 2.1 and a large subset of CSS3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    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
  • 8
    Library for parsing of csv files. The project's focus is the flexibility to parser the csv files based at SAX and DOM methods on XML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Candor
    An XML DOM for Java, and for humans. Candor is a fork of XOM (http://xom.nu/), modifying it to support modern Java features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Retail Point of Sale and Inventory Management Software Icon
    Retail Point of Sale and Inventory Management Software

    RetailEdge retail point of sale software is designed for single and multi-store businesses

    Caters to small and mid-sized retailers with multiple locations who require a reliable point of sale and inventory management software solution.
  • 10
    XMLfacade is a Java library for XML manipulation. This library builds on top of JAXP and DOM APIs available in Java platform and provides thin layer (facade) for easier XML construction and querying. It is inspired by LINQ and functional programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    XML Schema tools and Maven plugins: WSDL Merger, XML Comparator (SAX & DOM), Namespace normalizer Note - the project has moved to github! https://github.com/rustyx/xsdutils
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Xemeiah is a fast, modular and scalable XML Framework written in C++, with an efficient DOM and Oasis-compliant XSLT Processor. Xemeiah modules include a persistence layer, a fast Ajax Web Server, a Media Player, ImageMagick frontend, java bindings...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Shared Questionnaire System
    Shared Questionnaire System(SQS) is a full-functional Optical Mark Reader(OMR) form processing system implemented in Java-Swing, XSL-FO and AJAX with straightforward GUIs. It is aimed at developing social platform to share knowledge about questionnaire.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Content adaptation platform that adapts internet content to any mobile device in real time. Includes features such as device detection, image transcoding, DOM manipulation, XML/RSS feed support and much more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A Java AJAX framework and API. Jaxcent programmers do not need to use JavaScript, but can do so. Jaxcent provides classes matching elements of the DOM, that can be instantiated to match HTML elements. Also provides automatic session data management.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Domify is a Java library which adapts an arbitrary graph of Java objects to a W3C DOM interface. The DOM nodes are lazy-loaded to minimize processing overhead.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    There exist many implementations of XML parsers that create DOM. The Radiance DomProfiler parses an XML file and builds a DOM from a handful of available parsers - CRIMSON, DOM4J, JDOM, SPARTA, XOM, XERCES, XPP - to compare time taken and memory used.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    API to access the selected parts of an XML document as DOM structures, iteratively, without loading the whole document into the memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Java Micro XML Parser provides XML Writer and Pull/DOM-like XML Parser. Small 21kb jar is easily embedded and only requires J2ME. Very clean and simple API.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    MicroDOM is the smallest (7.2k) Java XML DOM parser. It is a sub-set of org.w3c.dom API from J2SE and it is 100% J2ME (CLDC 1.0 and MIDP 1.0) compliant.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    TagPrint is a DOM serialization library. It prints DOM documents with various format, such as XML, HTML, PDF, RTF, etc... You can write these documents very easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Binary DOM is a compact binary protocol with a DOM like API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    sundsvall will become a set of XML standards implementations in Java. The first one will be SAX and thereafter DOM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Connection pool: manage SQL in file, Strong (auto recover/detect connection) Data persistence: Store/fetch java object from/to DB/XML/PureText. configable XML: extend W3C DOM Programming: extend java, (multi-line properties etc.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This project offers an API to integrate Cobol/CICS program calls inside XML-Centric Entreprise Service Bus, like Synapse. Implements data transformations from/to xml to/from flat data, based on Cobol CopyBooks definitions. Support StAX, DOM, SAX.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next