About com.ms.xml.parser
The com.ms.xml.parser package contains the Microsoft® XML Parser, which is a validating XML parser written in Java. The parser checks for well-formed documents and, optionally, permits checking of the documents' validity according to the Document Type Definition (DTD). This package is encapsulated by the Document class in the com.ms.xml.om package, so you shouldn't need to use this package directly.
- Class ContentModel
- This class represents the content model definition for a given XML element.
- Class DTD
- This class contains all the Document Type Definition (DTD) information for an XML document.
- Class ElementDecl
- The class represents an element declaration in an XML Document Type Definition (DTD).
- Class Entity
- This class implements an Entity object representing an XML internal or external entity as defined in the XML Document Type Definition (DTD).
- Class Notation
- This class implements an entity object representing an XML notation.
- Class ParseException
- This class signals that a parsing exception of some sort has occurred.
- Class 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.
Object
|
+--ContentModel
|
+--DTD
|
+--Parser
ElementImpl
|
+--ElementDecl
|
+--Entity
|
+--Notation
Exception
|
+--ParseException