Interface XMLizable

All Known Implementing Classes:
Metadata, XMPArray, XMPComplexValue, XMPProperty, XMPStructure, XMPThinStructure

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

    Modifier and Type
    Method
    Description
    void
    Generates SAX events representing the object's state.
  • Method Details

    • toSAX

      void toSAX(ContentHandler handler) throws SAXException
      Generates SAX events representing the object's state.
      Parameters:
      handler - ContentHandler instance to send the SAX events to
      Throws:
      SAXException - if there's a problem generating the SAX events