org.apache.fop.util

Interface XMLizable

Known Implementing Classes:
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.

Method Summary

void
toSAX(ContentHandler handler)
Generates SAX events representing the object's state.

Method Details

toSAX

public void toSAX(ContentHandler handler)
            throws SAXException
Generates SAX events representing the object's state.
Parameters:
handler - ContentHandler instance to send the SAX events to

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.