Categories
Tags → Java Parser Xml

Java API for XML Processing - JAXP

This tutorial provides a quick introduction of JAXP 1.4 included in JDK 1.6 and tutorial example of XML DOM parser as Java application.
DETAILS

SpeedJG

SpeedJG is an XML-based GUI builder tool to create state-of-the-art Java Swing applications. The core part of this tool is a parser that reads the meta-data described in XML to create Java GUI components on the fly. An IDE, itself generated by and us...
DETAILS

Tip: Set up SAX Parsers

This is the first in a series of tips that will serve as a comprehensive guide to using XML from the Java programming language. I begin with coverage of the SAX API. This tipreviews getting an instance of a SAX parser and setting various features and...
DETAILS

CFX XML Parser

CFX_XMLParser is a Fast Java CFX tag that takes an XML document and returns a ColdFusion structure containing the XML document. Our tests show this parser to be about 1000% faster than the MSXML Parser invoked through CFOBJECT. CFOBJECT based parsers...
DETAILS

SmartMode

SmartMode consists of four rapid JSP development tools that facilitate, through a series of authoritative XML documents, the building and managing of Java Beans (or EJBs) and corresponding database schema (object-relational mapping), sitemap and site...
DETAILS

XML programming in Java

This article describes the design and implementation of an intuitive, fast and compact (40K) Java toolkit for parsing and manipulating XML -- Electric XML -- the XML engine of the author''s company. It shows one way to apply object-oriented tech...
DETAILS

MinML

MinML is an XML parser written in Java. It was written to be used in embedded Java systems where storage space is at a premium. The code is quite compact, but MinML was also designed to minimise the heap space used by the program when parsing a docum...
DETAILS

XML Parser for Java

XML Parser for Java is a validating XML parser written in 100% pure Java. The package (com.ibm.xml.parser) contains classes and methods for parsing, generating, manipulating, and validating XML documents. XML Parser for Java is believed to be the mos...
DETAILS
©2003-2008 jCay.com