Class DTD


  • public class DTD
    extends 
    Representation of a document type. Note that technically, a Doctype isn't a node in an xml document; hence this doesn't extend node.
    • Constructor Summary

      Constructors 
      Constructor Description
       name,  publicId,  systemId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void  writer)  
      • Methods inherited from class java.lang.

        , , , , , , , , , ,
    • Constructor Detail

      • DTD

        public  name,
                    publicId,
                    systemId)
    • Method Detail

      • toMarkup

        public void  writer)