Class PathPrinter


  • public class PathPrinter
    extends Object
    ODF example class to print the MSV expressions in between a PuzzlePiece parent element and a direct PuzzlePiece child element.

    Example of a direct child: table:table -> table:table-row
    Example of a non-direct child: table:table -> table:table-cell

    Directly change the string constants EXAMPLE_PARENT and EXAMPLE_CHILD in the source code to set parent and child element.