Interface XMLizable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void toSAX​(org.xml.sax.ContentHandler handler)
      Generates SAX events representing the object's state.
    • Method Detail

      • toSAX

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