Uses of Interface
schema2template.model.PuzzleComponent

Packages that use PuzzleComponent
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 PuzzleComponent in schema2template.example.odf
 

Methods in schema2template.example.odf with parameters of type PuzzleComponent
 SortedSet<String> SourceCodeModel.getValuetypes(PuzzleComponent datatypes)
          Use in templates: Get source code value types for datatypes used in schema
 

Uses of PuzzleComponent in schema2template.model
 

Subinterfaces of PuzzleComponent in schema2template.model
 interface QNamedPuzzleComponent
          By using this interface you declare that: you don't care if a QNamedPuzzleComponent is a Collection of Jigsaw pieces or one single Jigsaw piece. you expect one single name.
 

Classes in schema2template.model that implement PuzzleComponent
 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 with parameters of type PuzzleComponent
 boolean PuzzlePieceSet.isSingleton(PuzzleComponent child)
           
 boolean PuzzlePiece.isSingleton(PuzzleComponent child)
           
 boolean PuzzleComponent.isSingleton(PuzzleComponent child)
          Determines whether the child PuzzlePiece(s) is/are singleton(s) Convention: If child is a collection this method returns false if one child element is no singleton.
 



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