org.apache.tapestry5.dom
Class DTD

java.lang.Object
  extended by org.apache.tapestry5.dom.DTD

public class DTD
extends 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
DTD(String name, String publicId, String systemId)
           
 
Method Summary
 void toMarkup(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(String name,
           String publicId,
           String systemId)
Method Detail

toMarkup

public void toMarkup(PrintWriter writer)


Copyright © 2003-2012 The Apache Software Foundation.