org.apache.fop.render.afp.extensions
Class AFPExtensionHandler
DefaultHandler
org.apache.fop.render.afp.extensions.AFPExtensionHandler
- ContentHandlerFactory.ObjectSource
public class AFPExtensionHandler
extends DefaultHandler
ContentHandler (parser) for restoring AFPExtension 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.