|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttreebolic.dtd.Dtd
public class Dtd
DTD
| Field Summary | |
|---|---|
(package private) static java.lang.String |
theDTDFile
DTD file name |
| Constructor Summary | |
|---|---|
Dtd()
|
|
| Method Summary | |
|---|---|
private static boolean |
copyStreams(java.io.InputStream thisInstream,
java.io.OutputStream thisOutstream)
Copy input stream to output stream |
static boolean |
copyToStream(java.io.OutputStream thisOutputStream)
Copy DTD to output stream |
static boolean |
copyToUTF8Stream(java.io.OutputStream thisOutstream)
Copy DTD to UTF8 output stream |
static java.lang.String |
getString()
Get DTD as string |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static final java.lang.String theDTDFile
| Constructor Detail |
|---|
public Dtd()
| Method Detail |
|---|
public static java.lang.String getString()
public static boolean copyToStream(java.io.OutputStream thisOutputStream)
thisOutputStream - output stream
public static boolean copyToUTF8Stream(java.io.OutputStream thisOutstream)
thisOutstream - output stream
private static boolean copyStreams(java.io.InputStream thisInstream,
java.io.OutputStream thisOutstream)
thisInstream - input streamthisOutstream - output stream
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||