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
|
Constructor and Description |
---|
SourceCodeBaseClass(OdfModel odfmodel,
String basename,
SortedSet<PuzzlePiece> subelements) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
boolean |
PuzzlePieceSet.addAll(Collection<? extends PuzzlePiece> c) |
Constructor and Description |
---|
PuzzlePieceSet(Collection<PuzzlePiece> c) |
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.