Package | Description |
---|---|
schema2template.model |
Provide the XML model information parsed from a given XML schema.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
QNamedPuzzleComponent |
XMLModel.getAttribute(String name)
Get attribute by tag name.
|
QNamedPuzzleComponent |
XMLModel.getElement(String name)
Get element(s) by tag name.
|
Modifier and Type | Method and Description |
---|---|
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 |
QNamedPuzzleComponent.isMandatory(QNamedPuzzleComponent child)
ELEMENT Definition only: Determine solely by child type and name
whether child is mandatory.
|
boolean |
PuzzlePieceSet.isMandatory(QNamedPuzzleComponent child) |
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-2014 The Apache Software Foundation. All Rights Reserved.