INRIA & FluxMedia

fr.fluxmedia.tmcontrib.serializer
Class SVGHandler

java.lang.Object
  extended by SAXSVGDocumentFactory
      extended by fr.fluxmedia.tmcontrib.serializer.SVGHandler

 class SVGHandler
extends SAXSVGDocumentFactory

Description of the Class

Author:
triolet

Field Summary
protected  SVGSerializer owner
          Description of the Field
private static java.lang.String SAX_PARSER
           
 
Constructor Summary
protected SVGHandler(SVGSerializer owner)
          Constructor for the SVGHandler object
 
Method Summary
 void endDocument()
          Description of the Method
 org.w3c.dom.Document getDocument()
          Gets the document attribute of the SVGHandler object
 void startDocument()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SAX_PARSER

private static final java.lang.String SAX_PARSER
See Also:
Constant Field Values

owner

protected SVGSerializer owner
Description of the Field

Constructor Detail

SVGHandler

protected SVGHandler(SVGSerializer owner)
Constructor for the SVGHandler object

Parameters:
owner - Description of the Parameter
Method Detail

getDocument

public org.w3c.dom.Document getDocument()
Gets the document attribute of the SVGHandler object

Returns:
The document value

startDocument

public void startDocument()
                   throws org.xml.sax.SAXException
Description of the Method

Throws:
org.xml.sax.SAXException - Description of the Exception

endDocument

public void endDocument()
                 throws org.xml.sax.SAXException
Description of the Method

Throws:
org.xml.sax.SAXException - Description of the Exception

INRIA & FluxMedia

..no bottom yet...