public class CellDecorator extends Object implements Cell
Constructor and Description |
---|
CellDecorator(Cell cell) |
Modifier and Type | Method and Description |
---|---|
void |
render(XHTMLContentHandler handler)
Renders the content to the given XHTML SAX event stream.
|
public CellDecorator(Cell cell)
public void render(XHTMLContentHandler handler) throws SAXException
Cell
render
in interface Cell
SAXException
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.