- main(String[]) - Static method in class schema2template.example.odf.OdfHelper
-
- main(String[]) - Static method in class schema2template.example.odf.PathPrinter
-
- makeImmutable() - Method in class schema2template.model.PuzzlePieceSet
-
Make PuzzlePieceSet immutable.
- mCurrentExpressionDepth - Variable in class schema2template.model.MSVExpressionIterator
-
- MSVExpressionInformation - Class in schema2template.model
-
Gather information from one MSV expression like:
which attributes are mandatory
which child elements are singletons
can it have text content
- MSVExpressionInformation(Expression) - Constructor for class schema2template.model.MSVExpressionInformation
-
- MSVExpressionIterator - Class in schema2template.model
-
Iterates through the MSV expression tree.
- MSVExpressionIterator(Expression) - Constructor for class schema2template.model.MSVExpressionIterator
-
Iterate through the expression tree
- MSVExpressionIterator(Expression, Class) - Constructor for class schema2template.model.MSVExpressionIterator
-
Iterate through the expression tree, but only return objects of desiredExpression
- MSVExpressionIterator(Expression, Class, boolean) - Constructor for class schema2template.model.MSVExpressionIterator
-
Iterate..., but only return objects of desiredExpression and (if not onlyChildren)
don't go to children of ElementExp elements (this does not concern root node!).
- MSVExpressionType - Enum in schema2template.model
-
Enum for the type of the MSV expression
- MSVExpressionVisitorChildren - Class in schema2template.model
-
This visitor visits an Expression and returns a list of child expressions
- MSVExpressionVisitorChildren() - Constructor for class schema2template.model.MSVExpressionVisitorChildren
-
- MSVExpressionVisitorType - Class in schema2template.model
-
Get type of expression
- MSVExpressionVisitorType() - Constructor for class schema2template.model.MSVExpressionVisitorType
-
- MSVNameClassVisitorList - Class in schema2template.model
-
Returns the Name(s) of an Expression (or more precisely: of its Nameclass) in a List of Strings.
- MSVNameClassVisitorList() - Constructor for class schema2template.model.MSVNameClassVisitorList
-