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 |
PuzzlePiece.getAttributes() |
Gets the Attributes of this PuzzlePiece.
|
PuzzlePieceSet |
PuzzlePieceSet.getAttributes() |
|
PuzzlePieceSet |
XMLModel.getAttributes() |
Get all attributes, sorted by ns:local name.
|
PuzzlePieceSet |
PuzzleComponent.getChildElements() |
ELEMENT PuzzlePiece only: Get all child element Definitions
|
PuzzlePieceSet |
PuzzlePiece.getChildElements() |
Gets the child elements of this PuzzlePiece.
|
PuzzlePieceSet |
PuzzlePieceSet.getChildElements() |
|
PuzzlePieceSet |
PuzzleComponent.getDatatypes() |
ATTRIBUTE PuzzlePiece only: Get all datatype Definitions
|
PuzzlePieceSet |
PuzzlePiece.getDatatypes() |
Gets the defined datatypes.
|
PuzzlePieceSet |
PuzzlePieceSet.getDatatypes() |
|
PuzzlePieceSet |
XMLModel.getElements() |
Get all elements, sorted by ns:local name.
|
PuzzlePieceSet |
PuzzleComponent.getParents() |
Get all parent Definitions
|
PuzzlePieceSet |
PuzzlePiece.getParents() |
Gets the Parents which can contain this PuzzlePiece as a child
|
PuzzlePieceSet |
PuzzlePieceSet.getParents() |
|
PuzzlePieceSet |
PuzzleComponent.getValues() |
ATTRIBUTE PuzzlePiece only: Get all value Definitions
|
PuzzlePieceSet |
PuzzlePiece.getValues() |
Gets the defined constant values.
|
PuzzlePieceSet |
PuzzlePieceSet.getValues() |
|
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.
|