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 validity of the documents 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.
This package contains the following: