Class

scalaxb.compiler.xsd

GenSource

Related Doc: package xsd

Permalink

abstract class GenSource extends Parsers with XMLOutput

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

Instance Constructors

  1. new GenSource(schema: SchemaDecl, context: XsdContext)

    Permalink

Type Members

  1. type =>?[A, B] = PartialFunction[A, B]

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

    Permalink
    Definition Classes
    Params
  3. 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 def config: Config

    Permalink
    Definition Classes
    ContextProcessor

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 MIXED_PARAM: String

    Permalink
  7. val XML_PREFIX: String

    Permalink
    Definition Classes
    ContextProcessor
  8. val XML_URI: String

    Permalink
    Definition Classes
    ContextProcessor
  9. val XSI_PREFIX: String

    Permalink
    Definition Classes
    ContextProcessor
  10. val XSI_URL: String

    Permalink
    Definition Classes
    ContextProcessor
  11. val XS_PREFIX: String

    Permalink
    Definition Classes
    ContextProcessor
  12. val XS_URL: String

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

    Permalink
    Definition Classes
    Params
  14. def argSize(compositor: Option[HasParticle]): Int

    Permalink
  15. def argSize(decl: ComplexTypeDecl): Int

    Permalink
  16. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    Lookup
  19. def baseToDescendants(base: ComplexTypeDecl): List[ComplexTypeDecl]

    Permalink
  20. def baseType(decl: SimpleTypeDecl): XsTypeSymbol

    Permalink
    Definition Classes
    Lookup
  21. def buildAllParser(all: AllDecl, occurrence: Occurrence, mixed: Boolean): String

    Permalink
    Definition Classes
    Parsers
  22. def buildAnyParser(namespaceConstraint: List[String], occurrence: Occurrence, mixed: Boolean, wrapInDataRecord: Boolean, laxAny: Boolean): String

    Permalink
    Definition Classes
    Parsers
  23. def buildAnyRef(any: AnyDecl): ElemDecl

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

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

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

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

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

    Permalink
    Definition Classes
    Args
  29. 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
  30. def buildArg(selector: String, typeSymbol: XsTypeSymbol, stackItem: Option[String]): String

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    XMLOutput
  43. def buildAttributeString(attr: AttributeDecl): String

    Permalink
    Definition Classes
    XMLOutput
  44. def buildAttributeString(any: AnyAttributeDecl): String

    Permalink
    Definition Classes
    XMLOutput
  45. def buildAttributeString(attr: AttributeLike): String

    Permalink
    Definition Classes
    XMLOutput
  46. def buildChoiceParser(choice: ChoiceDecl, occurrence: Occurrence, mixed: Boolean, ignoreSubGroup: Boolean): String

    Permalink
    Definition Classes
    Parsers
  47. def buildChoiceTypeName(decl: ComplexTypeDecl, choice: ChoiceDecl, shortLocal: Boolean): String

    Permalink
    Definition Classes
    ParamsLookup
  48. def buildComment(p: Product): String

    Permalink
  49. def buildCompositorParser(compositor: HasParticle, occurrence: Occurrence, mixed: Boolean, wrapInDataRecord: Boolean, ignoreSubGroup: Boolean): String

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

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

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

    Permalink
    Definition Classes
    Params
  53. def buildDependentType(particle: Particle): Seq[XsTypeSymbol]

    Permalink
    Definition Classes
    Parsers
  54. def buildEffectiveMixed(decl: ComplexTypeDecl): Boolean

    Permalink
  55. def buildElemParser(elem: ElemDecl, occurrence: Occurrence, mixed: Boolean, wrapInDataRecord: Boolean, ignoreSubGroup: Boolean): String

    Permalink
    Definition Classes
    Parsers
  56. def buildElement(ref: ElemRef): ElemDecl

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

    Permalink
    Definition Classes
    Lookup
  58. def buildFakeImplicitParam(decl: ComplexTypeDecl): Param

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Lookup
  67. def buildGroupParser(group: GroupDecl, occurrence: Occurrence, mixed: Boolean, wrapInDataRecord: Boolean): String

    Permalink
    Definition Classes
    Parsers
  68. def buildImplicitParams(dependents: List[Decl]): ListMap[Decl, Param]

    Permalink
    Definition Classes
    Parsers
  69. def buildLongAllRef(all: AllDecl): ElemDecl

    Permalink
    Definition Classes
    Params
  70. def buildLongAttributeRef: ElemDecl

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

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

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

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

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

    Permalink
    Definition Classes
    Params
  76. def buildOptions(that: HasParticle): List[String]

    Permalink
  77. def buildOptions(decl: ComplexTypeDecl): List[String]

    Permalink
  78. def buildParam(compositor: HasParticle): Param

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

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

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

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

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

    Permalink
    Definition Classes
    Params
  84. def buildParser(particle: Particle, occurrence: Occurrence, mixed: Boolean, wrapInDataRecord: Boolean, ignoreSubGroup: Boolean): String

    Permalink
    Definition Classes
    Parsers
  85. def buildParser(particle: Particle, mixed: Boolean, wrapInDataRecord: Boolean, ignoreSubGroup: Boolean): String

    Permalink
    Definition Classes
    Parsers
  86. def buildParserString(base: String, occurrence: Occurrence): String

    Permalink
    Definition Classes
    Parsers
  87. def buildParserString(elem: ElemDecl, occurrence: Occurrence): String

    Permalink
    Definition Classes
    Parsers
  88. def buildParticles(decl: ComplexTypeDecl, name: String): List[ElemDecl]

    Permalink
  89. def buildParticles(particles: List[Particle]): List[ElemDecl]

    Permalink
    Definition Classes
    Parsers
  90. def buildParticles(com: Option[HasParticle], name: String): List[ElemDecl]

    Permalink
    Definition Classes
    Parsers
  91. def buildSelector(nodeName: String): String

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

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

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

    Permalink
    Definition Classes
    Args
  95. def buildSeqParser(seq: SequenceDecl, occurrence: Occurrence, mixed: Boolean, wrapInDataRecord: Boolean, ignoreSubGroup: Boolean): String

    Permalink
    Definition Classes
    Parsers
  96. val buildSimpleTypeRef: =>?[ComplexTypeContent, List[ElemDecl]]

    Permalink
  97. 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
  98. def buildSubstitionGroupParser(elem: ElemDecl, occurrence: Occurrence, mixed: Boolean): String

    Permalink
    Definition Classes
    Parsers
  99. def buildSubstitionGroupSymbol(typeSymbol: XsTypeSymbol): XsTypeSymbol

    Permalink
    Definition Classes
    Params
  100. def buildSuperName(decl: ComplexTypeDecl): List[String]

    Permalink
  101. def buildSuperNames(decl: ComplexTypeDecl): List[String]

    Permalink
  102. def buildSymbolElement(symbol: XsTypeSymbol): ElemDecl

    Permalink
    Definition Classes
    Lookup
  103. def buildTextParser: String

    Permalink
    Definition Classes
    Parsers
  104. def buildToString(selector: String, typeSymbol: XsTypeSymbol): String

    Permalink
    Definition Classes
    XMLOutput
  105. def buildToXML(typeName: String, args: String): String

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    XMLOutput
  113. def clone(): AnyRef

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

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

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

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

    Permalink
    Definition Classes
    ContextProcessor
  118. lazy val contentsSizeLimit: Int

    Permalink
    Definition Classes
    ContextProcessor
  119. val context: XsdContext

    Permalink
    Definition Classes
    GenSourceLookup
  120. val elemList: List[ElemDecl]

    Permalink
  121. def elementNamespace(global: Boolean, namespace: Option[String], qualified: Boolean): Option[String]

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

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

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

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

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

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

    Permalink
    Definition Classes
    ContextProcessor
  128. def filterGroup(compositor: HasParticle): List[GroupDecl]

    Permalink
  129. def filterGroup(compositor: Option[HasParticle]): List[GroupDecl]

    Permalink
  130. def filterGroup(decl: ComplexTypeDecl): List[GroupDecl]

    Permalink
  131. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    Args
  134. def flattenElements(namespace: Option[String], family: List[String], compositor: HasParticle, index: Int, wrapTopSequence: Boolean): List[ElemDecl]

    Permalink
  135. def flattenElements(decl: ComplexTypeDecl): List[ElemDecl]

    Permalink
  136. def flattenMixed(decl: ComplexTypeDecl): List[ElemDecl]

    Permalink
  137. lazy val follow: String

    Permalink
    Definition Classes
    Parsers
  138. def generateAccessors(params: List[Param], splits: List[SequenceDecl]): List[String]

    Permalink
  139. def generateAccessors(attributes: List[AttributeLike]): List[String]

    Permalink
  140. def generateAccessors(all: AllDecl): List[String]

    Permalink
  141. final def getClass(): Class[_]

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ScalaNames
  152. def isLongAll(all: AllDecl, namespace: Option[String], family: List[String]): Boolean

    Permalink
  153. def isQualifyAsIRIStyle(decl: ComplexTypeDecl): Boolean

    Permalink
  154. def isSameAttribute(lhs: AttributeLike, rhs: AttributeLike): Boolean

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

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

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

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

    Permalink
    Definition Classes
    ContextProcessor
  159. def makeAnnotation(anno: Option[AnnotationDecl]): String

    Permalink
  160. def makeAttributeGroup(group: AttributeGroupDecl): Snippet

    Permalink
  161. def makeCaseClassWithType(localName: String, fqn: String, decl: ComplexTypeDecl): Snippet

    Permalink
  162. def makeCompositor(compositor: HasParticle): Snippet

    Permalink
  163. def makeCompositorNames(context: XsdContext): Unit

    Permalink
    Definition Classes
    ContextProcessor
  164. def makeEnumType(decl: SimpleTypeDecl): Snippet

    Permalink
  165. def makeEnumValues(decl: SimpleTypeDecl, scope: NamespaceBinding, context: XsdContext): Unit

    Permalink
    Definition Classes
    ContextProcessor
  166. def makeGroup(group: GroupDecl): Snippet

    Permalink
  167. def makeGroupComplexType(group: GroupDecl): ComplexTypeDecl

    Permalink
    Definition Classes
    ContextProcessor
  168. def makeImplicitValue(group: AttributeGroupDecl): Node

    Permalink
  169. def makeImplicitValue(fqn: String, formatterName: String): Node

    Permalink
  170. def makeParamName(name0: String, attribute: Boolean): String

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ContextProcessor
  179. def makeSchemaComment: Elem

    Permalink
  180. def makeSequence(seq: SequenceDecl): Snippet

    Permalink
  181. def makeSuperType(decl: ComplexTypeDecl): Snippet

    Permalink
  182. def makeTrait(decl: ComplexTypeDecl): Snippet

    Permalink
  183. def makeTraitName(decl: ComplexTypeDecl): String

    Permalink
    Definition Classes
    ContextProcessor
  184. def makeType(decl: ComplexTypeDecl): Snippet

    Permalink
  185. def makeTypeName(name: String): String

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

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

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

    Permalink
    Definition Classes
    Params
  189. lazy val namedAttributes: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  191. val newline: String

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    PackageName
  199. lazy val phrase: String

    Permalink
    Definition Classes
    Parsers
  200. def primaryCompositor(group: GroupDecl): HasParticle

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

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

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

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

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

    Permalink
    Definition Classes
    ContextProcessor
  206. def run: Snippet

    Permalink
  207. val schema: SchemaDecl

    Permalink
    Definition Classes
    GenSourceLookup
  208. val schemas: List[SchemaDecl]

    Permalink
    Definition Classes
    Lookup
  209. lazy val sequenceChunkSize: Int

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

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

    Permalink
    Definition Classes
    ContextProcessor
  212. def splitLongSequence(namespace: Option[String], family: List[String], particles: List[Particle]): List[Particle]

    Permalink
  213. def splitSequences(namespace: Option[String], family: List[String], compositor: HasParticle): List[SequenceDecl]

    Permalink
  214. def splitSequences(decl: ComplexTypeDecl): List[SequenceDecl]

    Permalink
  215. def startsWithNumber(name: String): Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  223. val topElems: Map[String, ElemDecl]

    Permalink
  224. def types(namespace: Option[String], name: String): TypeDecl

    Permalink
  225. final def wait(): Unit

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

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

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

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

    Permalink
    Definition Classes
    Lookup

Inherited from XMLOutput

Inherited from Parsers

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