Package schema2template.example.odf
Class PathPrinter
- java.lang.Object
-
- schema2template.example.odf.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-cellDirectly change the string constants EXAMPLE_PARENT and EXAMPLE_CHILD in the source code to set parent and child element.
-
-
Field Summary
Fields Modifier and Type Field Description static StringEXAMPLE_CHILDstatic StringEXAMPLE_PARENT
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)static List<String>printChildPaths(List<List<com.sun.msv.grammar.Expression>> paths)
-
-
-
Field Detail
-
EXAMPLE_PARENT
public static final String EXAMPLE_PARENT
- See Also:
- Constant Field Values
-
EXAMPLE_CHILD
public static final String EXAMPLE_CHILD
- See Also:
- Constant Field Values
-
-