|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Thread
|
+--flatscape.util.SaveXMLDocument
Copyright (c) 2001 Rutgers, The State University of New Jersey
| Field Summary | |
protected boolean |
canonical
Canonical output. |
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
SaveXMLDocument(java.lang.String name,
FGlyph rootGlyph)
|
|
| Method Summary | |
protected java.lang.String |
getWriterEncoding()
|
protected boolean |
isValidJavaEncoding(java.lang.String encoding)
|
protected java.lang.String |
normalize(java.lang.String s)
Normalizes the given string. |
void |
run()
|
protected void |
setWriterEncoding(java.lang.String encoding)
|
protected org.w3c.dom.Attr[] |
sortAttributes(org.w3c.dom.NamedNodeMap attrs)
Returns a sorted list of attributes. |
protected void |
write(org.w3c.dom.Node node,
java.io.PrintWriter out)
|
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected boolean canonical
| Constructor Detail |
public SaveXMLDocument(java.lang.String name,
FGlyph rootGlyph)
| Method Detail |
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadprotected java.lang.String getWriterEncoding()
protected void setWriterEncoding(java.lang.String encoding)
protected boolean isValidJavaEncoding(java.lang.String encoding)
protected java.lang.String normalize(java.lang.String s)
protected void write(org.w3c.dom.Node node,
java.io.PrintWriter out)
protected org.w3c.dom.Attr[] sortAttributes(org.w3c.dom.NamedNodeMap attrs)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||