The XML DTD Object Model
See: Description
Class Summary | |
---|---|
Attribute | Implementation of DTD Attribute declaration specification. |
ContentParticle | Implementation of DTD Content Particle specification, used to define the content of an element. |
Converter | Class containing static top-level methods to parse and convert XML DTD documents to corresponding XML Schema documents. |
DTDdocument | Implementation of DTD document specification. |
Element | Implementation of DTD Element declaration specification. |
GeneralEntity | Implementation of DTD General Entity declaration specification. |
Notation | Implementation of DTD Notation declaration specification. |
Exception Summary | |
---|---|
DTDException |
This exception is thrown in the following cases:
|
The XML DTD Object Model
The XML DTD object model does not implement:
<![ INCLUDE [ ... ]]> <![ IGNORE [ ... ]]>
<?xml version="1.0" encoding="UTF-16"?>
The XML DTD object model is fully compliant with the current XML specification, unless otherwise is stated.
This package also contains the class Converter
,
which provides static top-level methods to parse and convert XML DTD
documents to corresponding XML Schema documents. It also contains a simple
command line interface to read an XML DTD file and create a corresponding
XML Schema file.