org.apache.tapestry5.dom
Class DTD
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DTD
public DTD(String name,
String publicId,
String systemId)
toMarkup
public void toMarkup(PrintWriter writer)
Copyright © 2003-2012 The Apache Software Foundation.