- PathPrinter - Class in schema2template.example.odf
-
ODF example class to print the MSV expressions in between a PuzzlePiece parent element
and a direct PuzzlePiece child element.
- processFileList(VelocityEngine, Expression, String) - Static method in class schema2template.example.odf.OdfHelper
-
- put(String, String) - Method in class schema2template.model.NamespaceDictionary
-
Register a new translation
- PuzzleComponent - Interface in schema2template.model
-
The first purpose of this interface is to provide a kind of "piece of a puzzle"
representing the key definitions of a schema and their relationship:
Element PuzzlePiece
Attribute PuzzlePiece
Attribute Value PuzzlePiece
Attribute Datatype PuzzlePiece
The second purpose of this interface is to hide the differences between one
definition and a Collection of definitions.
- PuzzlePiece - Class in schema2template.model
-
One of the following RelaxNG definitions of an Element, Attribute, Value or Datatype.
- PuzzlePieceSet - Class in schema2template.model
-
Collection Class for RelaxNG definitions of an Element, Attribute, Value or Datatype.
- PuzzlePieceSet() - Constructor for class schema2template.model.PuzzlePieceSet
-
- PuzzlePieceSet(Collection<PuzzlePiece>) - Constructor for class schema2template.model.PuzzlePieceSet
-