Package | Description |
---|---|
schema2template.model |
Provide the XML model information parsed from a given XML schema
|
Modifier and Type | Method and Description |
---|---|
MSVExpressionType |
PuzzlePieceSet.getType()
Gets the type of the Definitions - provided that this PuzzlePieceSet
is not empty and all Definitions have the same type and name.
|
MSVExpressionType |
PuzzleComponent.getType()
Get type of PuzzlePiece [ELEMENT, ATTRIBUTE, VALUE, DATA]
|
MSVExpressionType |
PuzzlePiece.getType()
Gets the type of this (ELEMENT, ATTRIBUTE, DATA, VALUE)
|
MSVExpressionType |
MSVExpressionVisitorType.onAnyString() |
MSVExpressionType |
MSVExpressionVisitorType.onAttribute(com.sun.msv.grammar.AttributeExp arg0) |
MSVExpressionType |
MSVExpressionVisitorType.onChoice(com.sun.msv.grammar.ChoiceExp arg0) |
MSVExpressionType |
MSVExpressionVisitorType.onConcur(com.sun.msv.grammar.ConcurExp arg0) |
MSVExpressionType |
MSVExpressionVisitorType.onData(com.sun.msv.grammar.DataExp arg0) |
MSVExpressionType |
MSVExpressionVisitorType.onElement(com.sun.msv.grammar.ElementExp arg0) |
MSVExpressionType |
MSVExpressionVisitorType.onEpsilon() |
MSVExpressionType |
MSVExpressionVisitorType.onInterleave(com.sun.msv.grammar.InterleaveExp arg0) |
MSVExpressionType |
MSVExpressionVisitorType.onList(com.sun.msv.grammar.ListExp arg0) |
MSVExpressionType |
MSVExpressionVisitorType.onMixed(com.sun.msv.grammar.MixedExp arg0) |
MSVExpressionType |
MSVExpressionVisitorType.onNullSet() |
MSVExpressionType |
MSVExpressionVisitorType.onOneOrMore(com.sun.msv.grammar.OneOrMoreExp arg0) |
MSVExpressionType |
MSVExpressionVisitorType.onOther(com.sun.msv.grammar.OtherExp arg0) |
MSVExpressionType |
MSVExpressionVisitorType.onRef(com.sun.msv.grammar.ReferenceExp arg0) |
MSVExpressionType |
MSVExpressionVisitorType.onSequence(com.sun.msv.grammar.SequenceExp arg0) |
MSVExpressionType |
MSVExpressionVisitorType.onValue(com.sun.msv.grammar.ValueExp arg0) |
static MSVExpressionType |
MSVExpressionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MSVExpressionType[] |
MSVExpressionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.