pagelayout
Class XMLPrintStreamImpl
java.lang.Object
pagelayout.XMLPrintStreamImpl
- All Implemented Interfaces:
- XMLPrintStream
public class XMLPrintStreamImpl
- extends java.lang.Object
- implements XMLPrintStream
This class is used by Gola ( http://gola.mathnium.com ),
a visual layout editor, and is not
needed if you want to hand code the layout.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLPrintStreamImpl
public XMLPrintStreamImpl(java.io.PrintStream ps)
beginElement
public void beginElement(java.lang.String element)
- Specified by:
beginElement
in interface XMLPrintStream
endElement
public void endElement(java.lang.String element)
- Specified by:
endElement
in interface XMLPrintStream
addAttribute
public void addAttribute(java.lang.String name,
java.lang.String value)
- Specified by:
addAttribute
in interface XMLPrintStream
addAttribute
public void addAttribute(java.lang.String name,
int value)
- Specified by:
addAttribute
in interface XMLPrintStream
addAttribute
public void addAttribute(java.lang.String name,
double value)
- Specified by:
addAttribute
in interface XMLPrintStream
addAttribute
public void addAttribute(java.lang.String name,
boolean value)
- Specified by:
addAttribute
in interface XMLPrintStream
beginChildrenList
public void beginChildrenList(java.lang.String element)
- Specified by:
beginChildrenList
in interface XMLPrintStream
endChildrenList
public void endChildrenList(java.lang.String element)
- Specified by:
endChildrenList
in interface XMLPrintStream
incIndent
public void incIndent()
decIndent
public void decIndent()
beginElementLine
public void beginElementLine()
newAttributeLine
public void newAttributeLine()
- Specified by:
newAttributeLine
in interface XMLPrintStream