org.milyn.xml
Class DocType

java.lang.Object
  extended by org.milyn.xml.DocType

public abstract class DocType
extends Object

DOCTYPE utility class.

Author:
tom.fennelly@gmail.com

Nested Class Summary
static class DocType.DocumentTypeData
           
 
Constructor Summary
DocType()
           
 
Method Summary
static DocType.DocumentTypeData getDocType(ExecutionContext executionContext)
           
static void serializeDoctype(DocType.DocumentTypeData docTypeData, Writer writer)
           
static void setDocType(String name, String publicId, String systemId, String xmlns, ExecutionContext executionContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocType

public DocType()
Method Detail

setDocType

public static void setDocType(String name,
                              String publicId,
                              String systemId,
                              String xmlns,
                              ExecutionContext executionContext)

getDocType

public static DocType.DocumentTypeData getDocType(ExecutionContext executionContext)

serializeDoctype

public static void serializeDoctype(DocType.DocumentTypeData docTypeData,
                                    Writer writer)
                             throws IOException
Throws:
IOException


Copyright © 2008. All Rights Reserved.