Class DTD


  • public class DTD
    extends java.lang.Object
    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
      DTD​(java.lang.String name, java.lang.String publicId, java.lang.String systemId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void toMarkup​(java.io.PrintWriter writer)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DTD

        public DTD​(java.lang.String name,
                   java.lang.String publicId,
                   java.lang.String systemId)
    • Method Detail

      • toMarkup

        public void toMarkup​(java.io.PrintWriter writer)