Package schema2template.grammar
Class PathPrinter
java.lang.Object
schema2template.grammar.PathPrinter
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.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprintChildPaths
(String parentElementName, String childElementName) printChildPaths
(List<List<com.sun.msv.grammar.Expression>> paths) printChildPaths
(PuzzlePiece parent, PuzzlePiece child)
-
Constructor Details
-
PathPrinter
-
-
Method Details
-
printChildPaths
-
printChildPaths
-
printChildPaths
-