Uses of Class
schema2template.grammar.PuzzlePieceSet
Packages that use PuzzlePieceSet
-
Uses of PuzzlePieceSet in schema2template.grammar
Methods in schema2template.grammar that return PuzzlePieceSetModifier and TypeMethodDescriptionPuzzlePieceSet.byParent
(PuzzleComponent parents) Returns new PuzzlePieceSet containing the elements of this PuzzlePieceSet, but only those which have at least one element from the PuzzleComponent parameter as one of their parent Definitions.PuzzleComponent.getAttributes()
ELEMENT PuzzlePiece only: Get all attribute DefinitionsPuzzlePiece.getAttributes()
Gets the Attributes of this PuzzlePiece.PuzzlePieceSet.getAttributes()
XMLModel.getAttributes()
Get all attributes, sorted by ns:local name.PuzzleComponent.getChildElements()
ELEMENT PuzzlePiece only: Get all child element DefinitionsPuzzlePiece.getChildElements()
Gets the child elements of this PuzzlePiece.PuzzlePieceSet.getChildElements()
PuzzleComponent.getDatatypes()
ATTRIBUTE PuzzlePiece only: Get all datatype DefinitionsPuzzlePiece.getDatatypes()
Gets the defined datatypes.PuzzlePieceSet.getDatatypes()
XMLModel.getElements()
Get all elements, sorted by ns:local name.PuzzleComponent.getParents()
Get all parent DefinitionsPuzzlePiece.getParents()
Gets the Parents which can contain this PuzzlePiece as a childPuzzlePieceSet.getParents()
PuzzleComponent.getValues()
ATTRIBUTE PuzzlePiece only: Get all value DefinitionsPuzzlePiece.getValues()
Gets the defined constant values.PuzzlePieceSet.getValues()
PuzzlePiece.withMultiples()
Gets the List of Definitions which share the same tag name, but are defined multiple times in the schema.PuzzlePieceSet.without
(PuzzleComponent removeAll) Returns new PuzzlePieceSet containing the elements of this PuzzlePieceSet, but without the elements of the parameter removeAllPuzzlePieceSet.withoutMultiples()
Returns new PuzzlePieceSet containing the elements of this PuzzlePieceSet, but restricted to one PuzzlePiece per Name.Methods in schema2template.grammar with parameters of type PuzzlePieceSetModifier and TypeMethodDescriptionstatic void
PuzzlePiece.extractPuzzlePieces
(com.sun.msv.grammar.Grammar grammar, PuzzlePieceSet newElementSet, PuzzlePieceSet newAttributeSet, String schemaFileName) Creates all PuzzlePiece objects from MSV root tree.static void
PuzzlePiece.extractPuzzlePieces
(com.sun.msv.grammar.Grammar grammar, PuzzlePieceSet newElementSet, PuzzlePieceSet newAttributeSet, String schemaFileName, String graphMLTargetDir) Creates all PuzzlePiece objects from MSV root tree. -
Uses of PuzzlePieceSet in schema2template.template
Methods in schema2template.template that return PuzzlePieceSetModifier and TypeMethodDescriptionSourceCodeBaseClass.getBaseAttributes()
Returns the attribute Definitions which are shared by all subclasses of this JavaBaseClassSourceCodeBaseClass.getBaseElements()
Returns the element Definitions which are shared by all subclasses of this JavaBaseClassSourceCodeBaseClass.getChildElementsOfBaseClass()
Returns the element Definitions which are subclassing this JavaBaseClass