Package schema2template.model
Provide the XML model information parsed from a given XML schema.
-
Interface Summary Interface Description PuzzleComponent The first purpose of this interface is to provide a kind of "piece of a puzzle" representing the key definitions of a schema and their relationship: Element PuzzlePiece Attribute PuzzlePiece Attribute Value PuzzlePiece Attribute Datatype PuzzlePieceQNamed Unambiguously named (ns:localname) object.QNamedPuzzleComponent By using this interface you declare that: you don't care if a QNamedPuzzleComponent is a Collection of Jigsaw pieces or one single Jigsaw piece. -
Class Summary Class Description MSVExpressionInformation Gather information from one MSV expression like: which attributes are mandatory which child elements are singletons can it have text contentMSVExpressionIterator Iterates through the MSV expression tree.MSVExpressionVisitorChildren This visitor visits an Expression and returns a list of child expressionsMSVExpressionVisitorType Get type of expressionMSVNameClassVisitorList Returns the Name(s) of an Expression (or more precisely: of its Nameclass) in a List of Strings.NamespaceDictionary Translation NS URI <-> NS LocalnamePuzzlePiece One of the following RelaxNG definitions of an Element, Attribute, Value or Datatype.PuzzlePieceSet Collection Class for RelaxNG definitions of an Element, Attribute, Value or Datatype.QNameValue Domain specific models (Odf, Java, ...) often return 'ns:localname' Strings.XMLModel The most important model, the first access to the XML Schema information. -
Enum Summary Enum Description MSVExpressionType Enum for the type of the MSV expression