Interface ITocEntryFactory<T extends TocEntryObject>

    • Method Detail

      • createFromXml

        T createFromXml​(org.w3c.dom.Element entryElement)
        Creates a TocEntryObject from it's XML representation.
        Parameters:
        entryElement - the XML element representing the TocEntryObject
        Returns:
        a TocEntryObject
      • getXmlTag

        java.lang.String getXmlTag()
        Returns the XML tag identifying a TocEntryObject this factory can create.
        Returns:
        the XML tag identifying a TocEntryObject this factory can create