|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PuzzlePiece | |
---|---|
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 | |
---|---|
SourceCodeBaseClass(OdfModel odfmodel,
String basename,
SortedSet<PuzzlePiece> subelements)
|
Uses of PuzzlePiece in schema2template.model |
---|
Methods in schema2template.model that return PuzzlePiece | |
---|---|
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 | |
---|---|
Collection<PuzzlePiece> |
PuzzlePieceSet.getCollection()
|
Collection<PuzzlePiece> |
PuzzleComponent.getCollection()
Method to treat NamedDefined as a Collection of PuzzlePiece |
Collection<PuzzlePiece> |
PuzzlePiece.getCollection()
|
Iterator<PuzzlePiece> |
PuzzlePieceSet.iterator()
|
Methods in schema2template.model with parameters of type PuzzlePiece | |
---|---|
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 | |
---|---|
boolean |
PuzzlePieceSet.addAll(Collection<? extends PuzzlePiece> c)
|
Constructor parameters in schema2template.model with type arguments of type PuzzlePiece | |
---|---|
PuzzlePieceSet(Collection<PuzzlePiece> c)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |