|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PuzzlePieceSet | |
---|---|
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. |
Uses of PuzzlePieceSet in schema2template.example.odf |
---|
Methods in schema2template.example.odf that return PuzzlePieceSet | |
---|---|
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 |
Uses of PuzzlePieceSet in schema2template.model |
---|
Methods in schema2template.model that return PuzzlePieceSet | |
---|---|
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 |
XMLModel.getAttributes()
Get all attributes, sorted by ns:local name. |
PuzzlePieceSet |
PuzzlePieceSet.getAttributes()
|
PuzzlePieceSet |
PuzzleComponent.getAttributes()
ELEMENT PuzzlePiece only: Get all attribute Definitions |
PuzzlePieceSet |
PuzzlePiece.getAttributes()
Gets the Attributes of this PuzzlePiece. |
PuzzlePieceSet |
PuzzlePieceSet.getChildElements()
|
PuzzlePieceSet |
PuzzleComponent.getChildElements()
ELEMENT PuzzlePiece only: Get all child element Definitions |
PuzzlePieceSet |
PuzzlePiece.getChildElements()
Gets the child elements of this PuzzlePiece. |
PuzzlePieceSet |
PuzzlePieceSet.getDatatypes()
|
PuzzlePieceSet |
PuzzleComponent.getDatatypes()
ATTRIBUTE PuzzlePiece only: Get all datatype Definitions |
PuzzlePieceSet |
PuzzlePiece.getDatatypes()
Gets the defined datatypes. |
PuzzlePieceSet |
XMLModel.getElements()
Get all elements, sorted by ns:local name. |
PuzzlePieceSet |
PuzzlePieceSet.getParents()
|
PuzzlePieceSet |
PuzzleComponent.getParents()
Get all parent Definitions |
PuzzlePieceSet |
PuzzlePiece.getParents()
Gets the Parents which can contain this PuzzlePiece as a child |
PuzzlePieceSet |
PuzzlePieceSet.getValues()
|
PuzzlePieceSet |
PuzzleComponent.getValues()
ATTRIBUTE PuzzlePiece only: Get all value Definitions |
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. |
Methods in schema2template.model with parameters of type PuzzlePieceSet | |
---|---|
static void |
PuzzlePiece.extractPuzzlePieces(com.sun.msv.grammar.Expression root,
PuzzlePieceSet newElementSet,
PuzzlePieceSet newAttributeSet)
Creates all PuzzlePiece objects from MSV root tree. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |