org.apache.fop.util
Interface XMLizable
- AFPPageSetup, PSSetupCode, XMPMetadata
public interface XMLizable
This interface can be implemented by classes willing to provide an XML representation
of their current state as SAX events.
void | toSAX(ContentHandler handler) - Generates SAX events representing the object's state.
|
toSAX
public void toSAX(ContentHandler handler)
throws SAXException
Generates SAX events representing the object's state.
handler
- ContentHandler instance to send the SAX events to
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.