|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.milyn.xml.DocType
public abstract class DocType
DOCTYPE utility class.
| 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 |
|---|
public DocType()
| Method Detail |
|---|
public static void setDocType(String name,
String publicId,
String systemId,
String xmlns,
ExecutionContext executionContext)
public static DocType.DocumentTypeData getDocType(ExecutionContext executionContext)
public static void serializeDoctype(DocType.DocumentTypeData docTypeData,
Writer writer)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||