Apache Xerces Tutorial

Apache Xerces Tutorial

Apache Xerces is a Java-based processor that provides standard interfaces and implementations for DOM, SAX and StAX XML parsing API standards. This tutorial will teach you the basic XML concepts and also explain how to use the various types of Apache Xerces XML parsers in a simple and intuitive way.

Audience

This tutorial has been designed for the beginners to help them understand the fundamentals related to XML parsing using Java Programming language. After completing this tutorial you will find yourself at a moderate level of expertise in knowledge of XML parsing using Java from where you can take yourself to the next levels.

Prerequisites

Knowledge of computers is not a prerequisite to follow the contents of this tutorial. This tutorial assumes no background in computers or computer programming, though basic knowledge of computer terminologies will help in understanding the given concepts very easily.

Advertisements