Class DocusaurusTreeTransform

java.lang.Object
net.thevpc.commons.md.MdElementTransformBase
net.thevpc.commons.md.convert.DocusaurusTreeTransform

public class DocusaurusTreeTransform extends net.thevpc.commons.md.MdElementTransformBase
Author:
thevpc
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.thevpc.commons.md.MdElement
    transformDocument(net.thevpc.commons.md.MdElement e)
     
    protected net.thevpc.commons.md.MdElement
    transformTitle(net.thevpc.commons.md.MdElementPath<net.thevpc.commons.md.MdTitle> path)
     
    protected net.thevpc.commons.md.MdElement
    transformXml(net.thevpc.commons.md.MdElementPath<net.thevpc.commons.md.MdXml> path)
     

    Methods inherited from class net.thevpc.commons.md.MdElementTransformBase

    transformAdmonition, transformArray, transformArray, transformBold, transformCode, transformColumns, transformElement, transformImage, transformItalic, transformLineSeparator, transformNumberedItem, transformRows, transformSequence, transformTable, transformText, transformUnNumberedItem, transformURL

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DocusaurusTreeTransform

      public DocusaurusTreeTransform()
  • Method Details

    • transformTitle

      protected net.thevpc.commons.md.MdElement transformTitle(net.thevpc.commons.md.MdElementPath<net.thevpc.commons.md.MdTitle> path)
      Overrides:
      transformTitle in class net.thevpc.commons.md.MdElementTransformBase
    • transformDocument

      public net.thevpc.commons.md.MdElement transformDocument(net.thevpc.commons.md.MdElement e)
      Overrides:
      transformDocument in class net.thevpc.commons.md.MdElementTransformBase
    • transformXml

      protected net.thevpc.commons.md.MdElement transformXml(net.thevpc.commons.md.MdElementPath<net.thevpc.commons.md.MdXml> path)
      Overrides:
      transformXml in class net.thevpc.commons.md.MdElementTransformBase