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-cell
Directly change the string constants EXAMPLE_PARENT and EXAMPLE_CHILD in
the source code to set parent and child element.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ODF_RESOURCE_DIR
public static final String ODF_RESOURCE_DIR
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2010-2017 The Apache Software Foundation. All Rights Reserved.