pagelayout
Interface XMLPrintStream
- All Known Implementing Classes:
- XMLPrintStreamImpl
public interface 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.
beginElement
void beginElement(java.lang.String element)
endElement
void endElement(java.lang.String element)
beginChildrenList
void beginChildrenList(java.lang.String element)
endChildrenList
void endChildrenList(java.lang.String element)
addAttribute
void addAttribute(java.lang.String name,
java.lang.String value)
addAttribute
void addAttribute(java.lang.String name,
int value)
addAttribute
void addAttribute(java.lang.String name,
double value)
addAttribute
void addAttribute(java.lang.String name,
boolean value)
newAttributeLine
void newAttributeLine()