Uses of Interface
schema2template.model.QNamedPuzzleComponent
-
Packages that use QNamedPuzzleComponent Package Description schema2template.model Provide the XML model information parsed from a given XML schema. -
-
Uses of QNamedPuzzleComponent in schema2template.model
Classes in schema2template.model that implement QNamedPuzzleComponent Modifier and Type Class 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.Methods in schema2template.model that return QNamedPuzzleComponent Modifier and Type Method Description QNamedPuzzleComponent
XMLModel. getAttribute(String name)
Get attribute by tag name.QNamedPuzzleComponent
XMLModel. getElement(String name)
Get element(s) by tag name.Methods in schema2template.model with parameters of type QNamedPuzzleComponent Modifier and Type Method 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.boolean
PuzzlePiece. isMandatory(QNamedPuzzleComponent child)
boolean
PuzzlePieceSet. isMandatory(QNamedPuzzleComponent child)
boolean
QNamedPuzzleComponent. isMandatory(QNamedPuzzleComponent child)
ELEMENT Definition only: Determine solely by child type and name whether child is mandatory.PuzzlePieceSet
PuzzlePieceSet. without(QNamedPuzzleComponent removeAll)
Returns new PuzzlePieceSet containing the elements of this PuzzlePieceSet, but without the elements of the parameter removeAll
-