Uses of Interface
schema2template.model.QNamedPuzzleComponent

Packages that use QNamedPuzzleComponent
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
 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
 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
 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 PuzzlePieceSet.isMandatory(QNamedPuzzleComponent child)
           
 boolean QNamedPuzzleComponent.isMandatory(QNamedPuzzleComponent child)
          ELEMENT Definition only: Determine solely by child type and name whether child is mandatory.
 boolean PuzzlePiece.isMandatory(QNamedPuzzleComponent child)
           
 PuzzlePieceSet PuzzlePieceSet.without(QNamedPuzzleComponent removeAll)
          Returns new PuzzlePieceSet containing the elements of this PuzzlePieceSet, but without the elements of the parameter removeAll
 



Copyright © 2010-2017 The Apache Software Foundation. All Rights Reserved.