Interface XHTMLDataDefinitionBlock

    • Method Detail

      • getXHTML

        java.lang.String getXHTML()
                           throws java.lang.Exception
        Get the XHTML content of this block.
        Returns:
        the XHTML content as a String
        Throws:
        java.lang.Exception - An exception will be thrown if the blocks's XHTML contents are not valid XML
      • getXHTMLAsXMLElement

        org.jdom.Element getXHTMLAsXMLElement()
                                       throws java.lang.Exception
        Get the block's XHTML content as XML element instead of String
        Returns:
        Throws:
        java.lang.Exception