org.apache.fop.render.ps.extensions
Class PSExtensionHandler
DefaultHandler
org.apache.fop.render.ps.extensions.PSExtensionHandler
- ContentHandlerFactory.ObjectSource
public class PSExtensionHandler
extends DefaultHandler
ContentHandler (parser) for restoring PSExtension objects from XML.
protected static Log | log - Logger instance
|
log
protected static Log log
Logger instance
characters
public void characters(char[] ch,
int start,
int length)
throws SAXException
endDocument
public void endDocument()
throws SAXException
endElement
public void endElement(String uri,
String localName,
String qName)
throws SAXException
startElement
public void startElement(String uri,
String localName,
String qName,
Attributes attributes)
throws SAXException
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.