Package | Description |
---|---|
schema2template.example.odf |
Examples for the generation of source and reference for the OpenDocument XML format.
|
schema2template.model |
Provide the XML model information parsed from a given XML schema.
|
Modifier and Type | Method and Description |
---|---|
SortedSet<String> |
SourceCodeModel.getValuetypes(PuzzleComponent datatypes)
Use in templates: Get source code value types for datatypes used in schema
|
Modifier and Type | Interface and Description |
---|---|
interface |
QNamedPuzzleComponent
By using this interface you declare that:
you don't care if a QNamedPuzzleComponent is a Collection of Jigsaw pieces
or one single Jigsaw piece.
you expect one single name.
|
Modifier and Type | Class and Description |
---|---|
class |
PuzzlePiece
One of the following RelaxNG definitions of an Element, Attribute, Value or Datatype.
|
class |
PuzzlePieceSet
Collection Class for RelaxNG definitions of an Element, Attribute, Value or Datatype.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PuzzleComponent.isSingleton(PuzzleComponent child)
Determines whether the child PuzzlePiece(s) is/are singleton(s)
Convention: If child is a collection this method returns false if one child element is no singleton.
|
boolean |
PuzzlePieceSet.isSingleton(PuzzleComponent child) |
boolean |
PuzzlePiece.isSingleton(PuzzleComponent child) |
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.