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 classSourceCodeBaseClassEncapsulates 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 SourceCodeBaseClassSourceCodeModel. getBaseclass(QNamed base)Use in templates: Get baseclass by nameSourceCodeBaseClassSourceCodeModel. getBaseclassOf(QNamed subelement)Use in templates: Get baseclass of one elementStringSourceCodeModel. getConversiontype(QNamed datatype)Use in templates: Get Java conversion class for datatype used in schema.StringOdfModel. 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.StringSourceCodeModel. getValuetype(QNamed datatype)Use in templates: Get Source code value type for datatype used in schemabooleanOdfModel. 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 interfaceQNamedPuzzleComponentBy 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 classPuzzlePieceOne of the following RelaxNG definitions of an Element, Attribute, Value or Datatype.classPuzzlePieceSetCollection Class for RelaxNG definitions of an Element, Attribute, Value or Datatype.classQNameValueDomain specific models (Odf, Java, ...) often return 'ns:localname' Strings.Methods in schema2template.model with parameters of type QNamed Modifier and Type Method Description static StringXMLModel. camelCase(QNamed def)Convert a-few:words into AFewWords in CamelCase spellingstatic StringXMLModel. constantCase(QNamed def)Convert a-few:words into A_FEW_WORDS in spelling used for Java constantsbooleanPuzzlePieceSet. containsName(QNamed aNamed)Check whether this List contains an Element by this Namestatic StringXMLModel. escapeKeyword(QNamed in)(Java) member variable may not start with a number, so escape itstatic StringXMLModel. escapeLiteral(QNamed in)Escape the quotation marks of String literalsstatic StringXMLModel. extractLocalname(QNamed def)Extract localname local from ns:local namestatic StringXMLModel. extractNamespace(QNamed def)Extract namespace ns from ns:local namestatic StringXMLModel. firstWord(QNamed def)Maybe not used anymore: Get first word out of a QNamed object containing delimiters like "-:/ _.,"static StringXMLModel. javaCase(QNamed def)Convert a-few:words into aFewWords in spelling for java method namesstatic StringXMLModel. lastWord(QNamed def)Maybe not used anymore: Get last word out of a String containing delimiters like "-:/ _.,"
-