Xerces 简明教程

Apache Xerces Tutorial

Apache Xerces 是一个基于 Java 的处理器,为 DOM、SAX 和 StAX XML 解析 API 标准提供标准接口和实现。本教程将向你传授基本的 XML 概念,并解释如何在简单直观的方法中使用各种类型的 Apache Xerces XML 解析器。

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

本教程专为初学者设计,旨在帮助他们了解使用 Java 编程语言进行 XML 解析的相关基础知识。完成本教程后,您将发现自己在使用 Java 进行 XML 解析方面的中等知识水平,您可以从中提升到新的水平。

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.