Trait

scalaxb.compiler.xsd

XMLOutput

Related Doc: package xsd

Permalink

trait XMLOutput extends Args

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XMLOutput
  2. Args
  3. Params
  4. Lookup
  5. ContextProcessor
  6. PackageName
  7. ScalaNames
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Occurrence(minOccurs: Int, maxOccurs: Int, nillable: Boolean) extends Product with Serializable

    Permalink
    Definition Classes
    Params
  2. case class Param(namespace: Option[String], name: String, typeSymbol: XsTypeSymbol, cardinality: Cardinality, nillable: Boolean, global: Boolean, qualified: Boolean, attribute: Boolean) extends Product with Serializable

    Permalink
    Definition Classes
    Params

Abstract Value Members

  1. abstract val config: Config

    Permalink
    Definition Classes
    ContextProcessor
  2. abstract def context: XsdContext

    Permalink
    Definition Classes
    Lookup
  3. abstract def schema: SchemaDecl

    Permalink
    Definition Classes
    Lookup

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val ATTRS_PARAM: String

    Permalink
    Definition Classes
    Params
  5. val INTERNAL_NAMESPACE: String

    Permalink
    Definition Classes
    Lookup
  6. val XML_PREFIX: String

    Permalink
    Definition Classes
    ContextProcessor
  7. val XML_URI: String

    Permalink
    Definition Classes
    ContextProcessor
  8. val XSI_PREFIX: String

    Permalink
    Definition Classes
    ContextProcessor
  9. val XSI_URL: String

    Permalink
    Definition Classes
    ContextProcessor
  10. val XS_PREFIX: String

    Permalink
    Definition Classes
    ContextProcessor
  11. val XS_URL: String

    Permalink
    Definition Classes
    ContextProcessor
  12. val anyNumbers: Map[AnyDecl, Int]

    Permalink
    Definition Classes
    Params
  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. def attributeGroups(namespace: Option[String], name: String): AttributeGroupDecl

    Permalink
    Definition Classes
    Lookup
  15. def attrs(namespace: Option[String], name: String): AttributeDecl

    Permalink
    Definition Classes
    Lookup
  16. def baseType(decl: SimpleTypeDecl): XsTypeSymbol

    Permalink
    Definition Classes
    Lookup
  17. def buildAnyRef(any: AnyDecl): ElemDecl

    Permalink
    Definition Classes
    Params
  18. def buildArg(content: SimpleContentDecl, typeSymbol: XsTypeSymbol): String

    Permalink
    Definition Classes
    Args
  19. def buildArg(attr: AttributeDecl, selector: String, stackItem: Option[String], wrapForLong: Boolean): String

    Permalink
    Definition Classes
    Args
  20. def buildArg(elem: ElemDecl, selector: String, stackItem: Option[String], wrapForLongAll: Boolean): String

    Permalink
    Definition Classes
    Args
  21. def buildArg(elem: ElemDecl, pos: Int): String

    Permalink
    Definition Classes
    Args
  22. def buildArg(decl: Decl): String

    Permalink
    Definition Classes
    Args
  23. def buildArg(typeName: String, selector: String, cardinality: Cardinality, stackItem: Option[String], nillable: Boolean = false, defaultValue: Option[String] = None, fixedValue: Option[String] = None, wrapForLongAll: Boolean = false, formatter: Option[String] = None): String

    Permalink
    Definition Classes
    Args
  24. def buildArg(selector: String, typeSymbol: XsTypeSymbol, stackItem: Option[String]): String

    Permalink
    Definition Classes
    Args
  25. def buildArgForAll(particle: Particle, longAll: Boolean): String

    Permalink
    Definition Classes
    Args
  26. def buildArgForAnyAttribute(attributes: List[AttributeLike], longAttribute: Boolean): String

    Permalink
    Definition Classes
    Args
  27. def buildArgForAnyAttribute(parent: AttributeGroupDecl, longAttribute: Boolean): String

    Permalink
    Definition Classes
    Args
  28. def buildArgForAnyAttribute(parent: ComplexTypeDecl, longAttribute: Boolean): String

    Permalink
    Definition Classes
    Args
  29. def buildArgForAttribute(decl: AttributeLike, stackItem: Option[String], longAttribute: Boolean): String

    Permalink
    Definition Classes
    Args
  30. def buildArgForMixed(particle: Particle, selector: String, ignoreSubGroup: Boolean): String

    Permalink
    Definition Classes
    Args
  31. def buildArgForMixed(particle: Particle, pos: Int, ignoreSubGroup: Boolean): String

    Permalink
    Definition Classes
    Args
  32. def buildArgForOptTextRecord(pos: Int): String

    Permalink
    Definition Classes
    Args
  33. def buildAttribute(ref: AttributeRef): AttributeDecl

    Permalink
    Definition Classes
    Lookup
  34. def buildAttributeGroup(ref: AttributeGroupRef): AttributeGroupDecl

    Permalink
    Definition Classes
    Lookup
  35. def buildAttributeGroupArg(group: AttributeGroupDecl, longAttribute: Boolean): String

    Permalink
    Definition Classes
    Args
  36. def buildAttributeString(group: AttributeGroupDecl): String

    Permalink
  37. def buildAttributeString(attr: AttributeDecl): String

    Permalink
  38. def buildAttributeString(any: AnyAttributeDecl): String

    Permalink
  39. def buildAttributeString(attr: AttributeLike): String

    Permalink
  40. def buildChoiceTypeName(decl: ComplexTypeDecl, choice: ChoiceDecl, shortLocal: Boolean): String

    Permalink
    Definition Classes
    ParamsLookup
  41. def buildCompositorRef(compositor: HasParticle, occurrence: Occurrence, index: Int): ElemDecl

    Permalink
    Definition Classes
    Params
  42. def buildCompositorRef(compositor: HasParticle, index: Int): ElemDecl

    Permalink
    Definition Classes
    Params
  43. def buildCompositorSymbol(compositor: HasParticle, typeSymbol: XsTypeSymbol): XsTypeSymbol

    Permalink
    Definition Classes
    Params
  44. def buildElement(ref: ElemRef): ElemDecl

    Permalink
    Definition Classes
    Lookup
  45. def buildEnumTypeName(decl: SimpleTypeDecl, shortLocal: Boolean): String

    Permalink
    Definition Classes
    Lookup
  46. def buildFormatterName(namespace: Option[String], name: String): String

    Permalink
    Definition Classes
    Lookup
  47. def buildFormatterName(group: AttributeGroupDecl): String

    Permalink
    Definition Classes
    Lookup
  48. def buildFromString(typeName: String, selector: String): String

    Permalink
    Definition Classes
    Args
  49. def buildFromXML(typeName: String, selector: String, stackItem: Option[String], formatter: Option[String]): String

    Permalink
    Definition Classes
    Args
  50. def buildFromXML(typeName: String): String

    Permalink
    Definition Classes
    Args
  51. def buildFullyQualifiedNameFromNS(namespace: Option[String], localName: String): String

    Permalink
    Definition Classes
    Lookup
  52. def buildFullyQualifiedNameFromPackage(pkg: Option[String], localName: String): String

    Permalink
    Definition Classes
    Lookup
  53. def buildGroup(ref: GroupRef): GroupDecl

    Permalink
    Definition Classes
    Lookup
  54. def buildLongAllRef(all: AllDecl): ElemDecl

    Permalink
    Definition Classes
    Params
  55. def buildLongAttributeRef: ElemDecl

    Permalink
    Definition Classes
    Params
  56. def buildNodeName(group: AttributeGroupDecl): String

    Permalink
    Definition Classes
    Args
  57. def buildNodeName(attr: AttributeDecl, prependNamespace: Boolean): String

    Permalink
    Definition Classes
    Args
  58. def buildNodeName(elem: ElemDecl, prependNamespace: Boolean): String

    Permalink
    Definition Classes
    Args
  59. def buildOccurrence(compos: HasParticle): Occurrence

    Permalink
    Definition Classes
    Params
  60. def buildOccurrence(particle: Particle): Occurrence

    Permalink
    Definition Classes
    Params
  61. def buildParam(compositor: HasParticle): Param

    Permalink
    Definition Classes
    Params
  62. def buildParam(any: AnyAttributeDecl): Param

    Permalink
    Definition Classes
    Params
  63. def buildParam(group: AttributeGroupDecl): Param

    Permalink
    Definition Classes
    Params
  64. def buildParam(attr: AttributeDecl): Param

    Permalink
    Definition Classes
    Params
  65. def buildParam(elem: ElemDecl): Param

    Permalink
    Definition Classes
    Params
  66. def buildParam(decl: Decl): Param

    Permalink
    Definition Classes
    Params
  67. def buildSelector(nodeName: String): String

    Permalink
    Definition Classes
    Args
  68. def buildSelector(attr: AttributeDecl): String

    Permalink
    Definition Classes
    Args
  69. def buildSelector(pos: Int): String

    Permalink
    Definition Classes
    Args
  70. def buildSelector(elem: ElemDecl): String

    Permalink
    Definition Classes
    Args
  71. def buildSingleArg(typeName: String, selector: String, stackItem: Option[String], nillable: Boolean, defaultValue: Option[String], fixedValue: Option[String], formatter: Option[String]): String

    Permalink
    Definition Classes
    Args
  72. def buildSubstitionGroupSymbol(typeSymbol: XsTypeSymbol): XsTypeSymbol

    Permalink
    Definition Classes
    Params
  73. def buildSymbolElement(symbol: XsTypeSymbol): ElemDecl

    Permalink
    Definition Classes
    Lookup
  74. def buildToString(selector: String, typeSymbol: XsTypeSymbol): String

    Permalink
  75. def buildToXML(typeName: String, args: String): String

    Permalink
    Definition Classes
    Args
  76. def buildTypeName(enumTypeName: String, enum: EnumerationDecl[_], shortLocal: Boolean): String

    Permalink
    Definition Classes
    Lookup
  77. def buildTypeName(group: AttributeGroupDecl, shortLocal: Boolean): String

    Permalink
    Definition Classes
    Lookup
  78. def buildTypeName(decl: SimpleTypeDecl, shortLocal: Boolean): String

    Permalink
    Definition Classes
    Lookup
  79. def buildTypeName(pkg: Option[String], decl: Decl, shortLocal: Boolean): String

    Permalink
    Definition Classes
    Lookup
  80. def buildTypeName(decl: ComplexTypeDecl, shortLocal: Boolean): String

    Permalink
    Definition Classes
    Lookup
  81. def buildTypeName(typeSymbol: XsTypeSymbol, shortLocal: Boolean = false): String

    Permalink
    Definition Classes
    Lookup
  82. def buildXMLString(param: Param): String

    Permalink
  83. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  84. val compositorWrapper: ListMap[ComplexTypeDecl, HasParticle]

    Permalink
    Definition Classes
    Lookup
  85. def containsEnumeration(decl: SimpleTypeDecl): Boolean

    Permalink
    Definition Classes
    ContextProcessor
  86. def containsForeignType(compositor: HasParticle): Boolean

    Permalink
    Definition Classes
    Lookup
  87. def containsSingleChoice(seq: SequenceDecl): Boolean

    Permalink
    Definition Classes
    ContextProcessor
  88. lazy val contentsSizeLimit: Int

    Permalink
    Definition Classes
    ContextProcessor
  89. def elementNamespace(global: Boolean, namespace: Option[String], qualified: Boolean): Option[String]

    Permalink
    Definition Classes
    Lookup
  90. def elementNamespaceString(global: Boolean, namespace: Option[String], qualified: Boolean): String

    Permalink
    Definition Classes
    Lookup
  91. def elements(namespace: Option[String], name: String): ElemDecl

    Permalink
    Definition Classes
    Lookup
  92. def elements(qname: (Option[String], String)): ElemDecl

    Permalink
    Definition Classes
    Lookup
  93. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  94. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  95. def filterEnumeration(decl: SimpleTypeDecl): List[EnumerationDecl[_]]

    Permalink
    Definition Classes
    ContextProcessor
  96. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  97. def flattenAttributes(attributes: List[AttributeLike]): List[AttributeLike]

    Permalink
    Definition Classes
    Args
  98. def flattenAttributes(decl: ComplexTypeDecl): List[AttributeLike]

    Permalink
    Definition Classes
    Args
  99. def generateAutoPackages(schemas: Seq[SchemaDecl]): Seq[(Option[String], Option[String])]

    Permalink
    Definition Classes
    ContextProcessor
  100. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  101. def getTypeGlobally(namespace: Option[String], typeName: String, context: XsdContext): TypeDecl

    Permalink
    Definition Classes
    ContextProcessor
  102. def groupTypeName(group: GroupDecl): String

    Permalink
    Definition Classes
    Params
  103. def groups(namespace: Option[String], name: String): GroupDecl

    Permalink
    Definition Classes
    Lookup
  104. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  105. def identifier(value: String): String

    Permalink
    Definition Classes
    ContextProcessor
  106. def indent(indent: Int): String

    Permalink
    Definition Classes
    ContextProcessor
  107. def isCommonlyUsedWord(s: String): Boolean

    Permalink
    Definition Classes
    ScalaNames
  108. def isEmptyCompositor(compos: HasParticle): Boolean

    Permalink
    Definition Classes
    Params
  109. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  110. def isKeyword(str: String): Boolean

    Permalink
    Definition Classes
    ScalaNames
  111. def isSameAttribute(lhs: AttributeLike, rhs: AttributeLike): Boolean

    Permalink
    Definition Classes
    Args
  112. def isSpecialAttributeWord(str: String): Boolean

    Permalink
    Definition Classes
    ScalaNames
  113. def isSubstitutionGroup(elem: ElemDecl): Boolean

    Permalink
    Definition Classes
    Lookup
  114. def isWrapped(namespace: Option[String], family: List[String]): Boolean

    Permalink
    Definition Classes
    ContextProcessor
  115. def isWrapped(decl: ComplexTypeDecl): Boolean

    Permalink
    Definition Classes
    ContextProcessor
  116. def makeCompositorNames(context: XsdContext): Unit

    Permalink
    Definition Classes
    ContextProcessor
  117. def makeEnumValues(decl: SimpleTypeDecl, scope: NamespaceBinding, context: XsdContext): Unit

    Permalink
    Definition Classes
    ContextProcessor
  118. def makeGroupComplexType(group: GroupDecl): ComplexTypeDecl

    Permalink
    Definition Classes
    ContextProcessor
  119. def makeParamName(name0: String, attribute: Boolean): String

    Permalink
    Definition Classes
    ContextProcessor
  120. def makePrefix(namespace: Option[String], context: XsdContext): String

    Permalink
    Definition Classes
    ContextProcessor
  121. def makeProtectedTypeName(namespace: Option[String], group: AttributeGroupDecl, context: XsdContext): String

    Permalink
    Definition Classes
    ContextProcessor
  122. def makeProtectedTypeName(namespace: Option[String], attr: AttributeDecl, context: XsdContext): String

    Permalink
    Definition Classes
    ContextProcessor
  123. def makeProtectedTypeName(namespace: Option[String], decl: SimpleTypeDecl, context: XsdContext): String

    Permalink
    Definition Classes
    ContextProcessor
  124. def makeProtectedTypeName(namespace: Option[String], decl: ComplexTypeDecl, context: XsdContext): String

    Permalink
    Definition Classes
    ContextProcessor
  125. def makeProtectedTypeName(namespace: Option[String], prefix: Option[String], elem: ElemDecl, context: XsdContext): String

    Permalink
    Definition Classes
    ContextProcessor
  126. def makeProtectedTypeName(schema: SchemaDecl, context: XsdContext): String

    Permalink
    Definition Classes
    ContextProcessor
  127. def makeProtectedTypeName(namespace: Option[String], initialName: String, postfix: String, context: XsdContext): String

    Permalink
    Definition Classes
    ContextProcessor
  128. def makeTraitName(decl: ComplexTypeDecl): String

    Permalink
    Definition Classes
    ContextProcessor
  129. def makeTypeName(name: String): String

    Permalink
    Definition Classes
    ContextProcessor
  130. def mergeAttributes(parent: List[AttributeLike], child: AttributeLike): List[AttributeLike]

    Permalink
    Definition Classes
    Args
  131. def mergeAttributes(parent: List[AttributeLike], child: List[AttributeLike]): List[AttributeLike]

    Permalink
    Definition Classes
    Args
  132. def mergeOccurrence(lhs: Occurrence, rhs: Occurrence): Occurrence

    Permalink
    Definition Classes
    Params
  133. lazy val namedAttributes: Boolean

    Permalink
    Definition Classes
    ContextProcessor
  134. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  135. val newline: String

    Permalink
    Definition Classes
    ContextProcessor
  136. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  137. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  138. def packageName(namespace: Option[String], context: XsdContext): Option[String]

    Permalink
    Definition Classes
    PackageName
  139. def packageName(group: AttributeGroupDecl, context: XsdContext): Option[String]

    Permalink
    Definition Classes
    PackageName
  140. def packageName(decl: SimpleTypeDecl, context: XsdContext): Option[String]

    Permalink
    Definition Classes
    PackageName
  141. def packageName(decl: ComplexTypeDecl, context: XsdContext): Option[String]

    Permalink
    Definition Classes
    PackageName
  142. def packageName(schema: SchemaDecl, context: XsdContext): Option[String]

    Permalink
    Definition Classes
    PackageName
  143. def primaryCompositor(group: GroupDecl): HasParticle

    Permalink
    Definition Classes
    Params
  144. def processContext(context: XsdContext, schemas: Seq[SchemaDecl]): Unit

    Permalink
    Definition Classes
    ContextProcessor
  145. def quote(value: String): String

    Permalink
    Definition Classes
    ContextProcessor
  146. def quote(value: Option[String]): String

    Permalink
    Definition Classes
    ContextProcessor
  147. def quoteNamespace(namespace: Option[String]): String

    Permalink
    Definition Classes
    Lookup
  148. def resolveType(schema: SchemaDecl, context: XsdContext): Unit

    Permalink
    Definition Classes
    ContextProcessor
  149. val schemas: List[SchemaDecl]

    Permalink
    Definition Classes
    Lookup
  150. lazy val sequenceChunkSize: Int

    Permalink
    Definition Classes
    ContextProcessor
  151. def singleChoice(seq: SequenceDecl): ChoiceDecl

    Permalink
    Definition Classes
    ContextProcessor
  152. def splitLong[A <: HasParticle](rest: List[Particle])(f: (List[Particle]) ⇒ A): List[A]

    Permalink
    Definition Classes
    ContextProcessor
  153. def startsWithNumber(name: String): Boolean

    Permalink
    Definition Classes
    ContextProcessor
  154. def substitutionGroupMembers(elem: ElemDecl): Seq[ElemDecl]

    Permalink
    Definition Classes
    Lookup
  155. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  156. def toCardinality(attr: AttributeDecl): Cardinality

    Permalink
    Definition Classes
    Params
  157. def toCardinality(occurrence: Occurrence): Cardinality

    Permalink
    Definition Classes
    Params
  158. def toCardinality(minOccurs: Int, maxOccurs: Int): Cardinality

    Permalink
    Definition Classes
    Params
  159. def toOptional(that: ElemDecl): ElemDecl

    Permalink
    Definition Classes
    Args
  160. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  161. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  162. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  163. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  164. lazy val xmlAttrs: Map[String, AttributeDecl]

    Permalink
    Definition Classes
    Lookup
  165. def xmlFormatTypeName(decl: ComplexTypeDecl): String

    Permalink
    Definition Classes
    Lookup

Inherited from Args

Inherited from Params

Inherited from Lookup

Inherited from ContextProcessor

Inherited from PackageName

Inherited from ScalaNames

Inherited from AnyRef

Inherited from Any

Ungrouped