Uses of Interface
schema2template.model.QNamed
-
Packages that use QNamed 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. -
-
Uses of QNamed in schema2template.example.odf
Classes in schema2template.example.odf that implement QNamed Modifier and Type Class Description class
SourceCodeBaseClass
Encapsulates the name of the java base classMethods in schema2template.example.odf that return types with arguments of type QNamed Modifier and Type Method Description SortedSet<QNamed>
OdfModel. getStyleFamilies()
Get all defined style family namesList<QNamed>
OdfModel. getStyleFamilies(QNamed element)
Get defined style families for this ELEMENT Definition.Methods in schema2template.example.odf with parameters of type QNamed Modifier and Type Method Description SourceCodeBaseClass
SourceCodeModel. getBaseclass(QNamed base)
Use in templates: Get baseclass by nameSourceCodeBaseClass
SourceCodeModel. getBaseclassOf(QNamed subelement)
Use in templates: Get baseclass of one elementString
SourceCodeModel. getConversiontype(QNamed datatype)
Use in templates: Get Java conversion class for datatype used in schema.String
OdfModel. getDefaultAttributeValue(QNamed attribute, QNamed parentelement)
Get default value of ODF attribute, depending on the ODF element which contains this attribute.Set<String>
OdfModel. getDefaultAttributeValues(QNamed attribute)
Get default values of ODF attribute.List<QNamed>
OdfModel. getStyleFamilies(QNamed element)
Get defined style families for this ELEMENT Definition.String
SourceCodeModel. getValuetype(QNamed datatype)
Use in templates: Get Source code value type for datatype used in schemaboolean
OdfModel. isStylable(QNamed element)
Determine whether an ELEMENT is stylable (a.k.a. -
Uses of QNamed in schema2template.model
Subinterfaces of QNamed in schema2template.model Modifier and Type Interface Description interface
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.Classes in schema2template.model that implement QNamed Modifier and Type Class 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.class
QNameValue
Domain specific models (Odf, Java, ...) often return 'ns:localname' Strings.Methods in schema2template.model with parameters of type QNamed Modifier and Type Method Description static String
XMLModel. camelCase(QNamed def)
Convert a-few:words into AFewWords in CamelCase spellingstatic String
XMLModel. constantCase(QNamed def)
Convert a-few:words into A_FEW_WORDS in spelling used for Java constantsboolean
PuzzlePieceSet. containsName(QNamed aNamed)
Check whether this List contains an Element by this Namestatic String
XMLModel. escapeKeyword(QNamed in)
(Java) member variable may not start with a number, so escape itstatic String
XMLModel. escapeLiteral(QNamed in)
Escape the quotation marks of String literalsstatic String
XMLModel. extractLocalname(QNamed def)
Extract localname local from ns:local namestatic String
XMLModel. extractNamespace(QNamed def)
Extract namespace ns from ns:local namestatic String
XMLModel. firstWord(QNamed def)
Maybe not used anymore: Get first word out of a QNamed object containing delimiters like "-:/ _.,"static String
XMLModel. javaCase(QNamed def)
Convert a-few:words into aFewWords in spelling for java method namesstatic String
XMLModel. lastWord(QNamed def)
Maybe not used anymore: Get last word out of a String containing delimiters like "-:/ _.,"
-