DTDParser

An open source Java DTD Parser
Download

DTDParser Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Apache
  • Price:
  • FREE
  • Publisher Name:
  • Wutka Consulting Inc
  • Publisher web site:
  • http://www.wutka.com/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 135 KB

DTDParser Tags


DTDParser Description

An open source Java DTD Parser DTD parsers for Java seem to be pretty scarce. That's probably because DTD isn't valid XML. At some point, if/when XML Schema becomes widely accepted, no one will need DTD parsers anymore. Until then, you can use DTDParser to parse a DTD.To use this DTD parser, you just need to create a java.io.Reader for reading the DTD, then create an instance of com.wutka.dtd.DTDParser passing the Reader to the constructor, and then call the parse method.The parser returns a DTD object, which is similar to the Document object in the DOM model. Requirements: · Java


DTDParser Related Software