| org.apache.cocoon.xml.dom.SVGBuilder
All known Subclasses: org.apache.cocoon.serialization.SVGSerializer,
SVGBuilder | public class SVGBuilder extends SAXSVGDocumentFactory implements XMLConsumer,LogEnabled,Recyclable(Code) | | The SVGBuilder is a utility class that will generate a
SVG-DOM Document from SAX events using Batik's SVGDocumentFactory.
author: Davanum Srinivas version: CVS $Id: SVGBuilder.java 433543 2006-08-22 06:22:54Z crossley $ |
Constructor Summary | |
protected | SVGBuilder() Construct a new instance of this TreeGenerator. |
SVGBuilder | protected SVGBuilder()(Code) | | Construct a new instance of this TreeGenerator.
|
enableLogging | public void enableLogging(Logger logger)(Code) | | Provide component with a logger.
Parameters: logger - the logger |
endDocument | public void endDocument() throws SAXException(Code) | | Receive notification of the end of a document.
exception: SAXException - If this method was not called appropriately. |
getDocument | public Document getDocument()(Code) | | Return the newly built Document.
|
getLogger | protected Logger getLogger()(Code) | | |
notify | protected void notify(Document doc) throws SAXException(Code) | | Receive notification of a successfully completed DOM tree generation.
|
recycle | public void recycle()(Code) | | |
setDocumentLocator | public void setDocumentLocator(Locator locator)(Code) | | |
startDocument | public void startDocument() throws SAXException(Code) | | Receive notification of the beginning of a document.
exception: SAXException - If this method was not called appropriately. |
|
|