Uses of Class
schema2template.model.PuzzlePiece
-
Packages that use PuzzlePiece Package Description 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 PuzzlePiece in schema2template.example.odf
Constructor parameters in schema2template.example.odf with type arguments of type PuzzlePiece Constructor Description SourceCodeBaseClass(OdfModel odfmodel, String basename, SortedSet<PuzzlePiece> subelements)
-
Uses of PuzzlePiece in schema2template.model
Methods in schema2template.model that return PuzzlePiece Modifier and Type Method Description PuzzlePiece
XMLModel. getAttribute(String name, int hashCode)
Get attribute by tag name and hash code.PuzzlePiece
XMLModel. getElement(String name, int hashCode)
Get element by tag name and hash code.Methods in schema2template.model that return types with arguments of type PuzzlePiece Modifier and Type Method Description Collection<PuzzlePiece>
PuzzleComponent. getCollection()
Method to treat NamedDefined as a Collection of PuzzlePieceCollection<PuzzlePiece>
PuzzlePiece. getCollection()
Collection<PuzzlePiece>
PuzzlePieceSet. getCollection()
Iterator<PuzzlePiece>
PuzzlePieceSet. iterator()
Methods in schema2template.model with parameters of type PuzzlePiece Modifier and Type Method Description boolean
PuzzlePieceSet. add(PuzzlePiece e)
int
PuzzlePiece. compareTo(PuzzlePiece o)
Uses the ns:local name of the wrapped MSV Expression as first key and the hashCode as second key.protected boolean
PuzzlePiece. contentEquals(PuzzlePiece other)
Method parameters in schema2template.model with type arguments of type PuzzlePiece Modifier and Type Method Description boolean
PuzzlePieceSet. addAll(Collection<? extends PuzzlePiece> c)
Constructor parameters in schema2template.model with type arguments of type PuzzlePiece Constructor Description PuzzlePieceSet(Collection<PuzzlePiece> c)
-