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 |
---|---|
PuzzlePieceSet |
SourceCodeBaseClass.getBaseAttributes()
Returns the attribute Definitions which are shared by all subclasses of this JavaBaseClass
|
PuzzlePieceSet |
SourceCodeBaseClass.getElements()
Returns the element Definitions which are subclassing this JavaBaseClass
|
Modifier and Type | Method and Description |
---|---|
PuzzlePieceSet |
PuzzlePieceSet.byParent(QNamedPuzzleComponent parents)
Returns new PuzzlePieceSet containing the elements of this PuzzlePieceSet, but only those
which have at least one element from the QNamedPuzzleComponent parameter as one of their parent Definitions.
|
PuzzlePieceSet |
PuzzleComponent.getAttributes()
ELEMENT PuzzlePiece only: Get all attribute Definitions
|
PuzzlePieceSet |
XMLModel.getAttributes()
Get all attributes, sorted by ns:local name.
|
PuzzlePieceSet |
PuzzlePieceSet.getAttributes() |
PuzzlePieceSet |
PuzzlePiece.getAttributes()
Gets the Attributes of this PuzzlePiece.
|
PuzzlePieceSet |
PuzzleComponent.getChildElements()
ELEMENT PuzzlePiece only: Get all child element Definitions
|
PuzzlePieceSet |
PuzzlePieceSet.getChildElements() |
PuzzlePieceSet |
PuzzlePiece.getChildElements()
Gets the child elements of this PuzzlePiece.
|
PuzzlePieceSet |
PuzzleComponent.getDatatypes()
ATTRIBUTE PuzzlePiece only: Get all datatype Definitions
|
PuzzlePieceSet |
PuzzlePieceSet.getDatatypes() |
PuzzlePieceSet |
PuzzlePiece.getDatatypes()
Gets the defined datatypes.
|
PuzzlePieceSet |
XMLModel.getElements()
Get all elements, sorted by ns:local name.
|
PuzzlePieceSet |
PuzzleComponent.getParents()
Get all parent Definitions
|
PuzzlePieceSet |
PuzzlePieceSet.getParents() |
PuzzlePieceSet |
PuzzlePiece.getParents()
Gets the Parents which can contain this PuzzlePiece as a child
|
PuzzlePieceSet |
PuzzleComponent.getValues()
ATTRIBUTE PuzzlePiece only: Get all value Definitions
|
PuzzlePieceSet |
PuzzlePieceSet.getValues() |
PuzzlePieceSet |
PuzzlePiece.getValues()
Gets the defined constant values.
|
PuzzlePieceSet |
PuzzlePiece.withMultiples()
Gets the List of Definitions which share the same tag name, but are defined multiple times in the schema.
|
PuzzlePieceSet |
PuzzlePieceSet.without(QNamedPuzzleComponent removeAll)
Returns new PuzzlePieceSet containing the elements of this PuzzlePieceSet, but without
the elements of the parameter removeAll
|
PuzzlePieceSet |
PuzzlePieceSet.withoutMultiples()
Returns new PuzzlePieceSet containing the elements of this PuzzlePieceSet, but restricted to one
PuzzlePiece per Name.
|
Modifier and Type | Method and Description |
---|---|
static void |
PuzzlePiece.extractPuzzlePieces(com.sun.msv.grammar.Expression root,
PuzzlePieceSet newElementSet,
PuzzlePieceSet newAttributeSet)
Creates all PuzzlePiece objects from MSV root tree.
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.