Package com.ms.xml.parser

About com.ms.xml.parser

Overview

Classes

AttDef
This object describes an attribute type and potential values.
ContentModel
This class represents the content model definition for a given XML element.
DTD
This class contains all the Document Type Definition (DTD) information for an XML document.
ElementDecl
The class represents an element declaration in an XML Document Type Definition (DTD).
ElementDeclEnumeration
A simple Enumeration for iterating over Element declarations.
Entity
This class implements an Entity object representing an XML internal or external entity as defined in the XML Document Type Definition (DTD).
Notation
This class implements an entity object representing an XML notation.
ParseException
This class signals that a parsing exception of some sort has occurred.
Parser
This class implements an eXtensible Markup Language (XML) parser according to the latest World Wide Web Consortium (W3C) working draft of the XML specification.

Hierarchy

>Object
  |
  +--AttDef
  |
  +--ContentModel
  |
  +--DTD
  |
  +--ElementDeclEnumeration (Enumeration)
  |
  +--Parser

>Exception
  |
  +--ParseException

ElementImpl
  |
  +--ElementDecl
  |
  +--Entity
  |
  +--Notation