Packages

trait ContextProcessor extends ScalaNames with PackageName

Linear Supertypes
PackageName, ScalaNames, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContextProcessor
  2. PackageName
  3. ScalaNames
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val config: Config

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val XML_PREFIX: String
  5. val XML_URI: String
  6. val XSI_PREFIX: String
  7. val XSI_URL: String
  8. val XS_PREFIX: String
  9. val XS_URL: String
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  12. def containsEnumeration(decl: SimpleTypeDecl): Boolean
  13. def containsSingleChoice(seq: SequenceDecl): Boolean
  14. lazy val contentsSizeLimit: Int
  15. lazy val enumNameMaxLength: Int
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def filterEnumeration(decl: SimpleTypeDecl): List[EnumerationDecl[_]]
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def generateAutoPackages(schemas: Seq[SchemaDecl]): Seq[(Option[String], Option[String])]
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def getTypeGlobally(namespace: Option[String], typeName: String, context: XsdContext): TypeDecl
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def identifier(value: String): String
  25. def indent(indent: Int): String
  26. def isCommonlyUsedWord(s: String): Boolean
    Definition Classes
    ScalaNames
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isKeyword(str: String): Boolean
    Definition Classes
    ScalaNames
  29. def isSpecialAttributeWord(str: String): Boolean
    Definition Classes
    ScalaNames
  30. def isWrapped(namespace: Option[String], family: List[String]): Boolean
  31. def isWrapped(decl: ComplexTypeDecl): Boolean
  32. def makeCompositorNames(context: XsdContext): Unit
  33. def makeEnumValues(decl: SimpleTypeDecl, scope: NamespaceBinding, context: XsdContext): Unit
  34. def makeGroupComplexType(group: GroupDecl): ComplexTypeDecl
  35. def makeParamName(name0: String, attribute: Boolean): String
  36. def makePrefix(namespace: Option[String], context: XsdContext): String
  37. def makeProtectedTypeName(namespace: Option[String], group: AttributeGroupDecl, context: XsdContext): String
  38. def makeProtectedTypeName(namespace: Option[String], attr: AttributeDecl, context: XsdContext): String
  39. def makeProtectedTypeName(namespace: Option[String], decl: SimpleTypeDecl, context: XsdContext): String
  40. def makeProtectedTypeName(namespace: Option[String], decl: ComplexTypeDecl, context: XsdContext): String
  41. def makeProtectedTypeName(namespace: Option[String], prefix: Option[String], elem: ElemDecl, context: XsdContext): String
  42. def makeProtectedTypeName(schema: SchemaDecl, context: XsdContext): String
  43. def makeProtectedTypeName(namespace: Option[String], initialName: String, postfix: String, context: XsdContext): String
  44. def makeTraitName(decl: ComplexTypeDecl): String
  45. def makeTypeName(name: String): String
  46. lazy val namedAttributes: Boolean
  47. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. val newline: String
  49. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  51. def packageName(namespace: Option[String], context: XsdContext): Option[String]
    Definition Classes
    PackageName
  52. def packageName(group: AttributeGroupDecl, context: XsdContext): Option[String]
    Definition Classes
    PackageName
  53. def packageName(decl: SimpleTypeDecl, context: XsdContext): Option[String]
    Definition Classes
    PackageName
  54. def packageName(decl: ComplexTypeDecl, context: XsdContext): Option[String]
    Definition Classes
    PackageName
  55. def packageName(schema: SchemaDecl, context: XsdContext): Option[String]
    Definition Classes
    PackageName
  56. def processContext(context: XsdContext, schemas: Seq[SchemaDecl]): Unit
  57. def quote(value: String): String
  58. def quote(value: Option[String]): String
  59. def resolveType(schema: SchemaDecl, context: XsdContext): Unit
  60. lazy val sequenceChunkSize: Int
  61. def singleChoice(seq: SequenceDecl): ChoiceDecl
  62. def splitLong[A <: HasParticle](rest: List[Particle])(f: (List[Particle]) ⇒ A): List[A]
  63. def startsWithNumber(name: String): Boolean
  64. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  65. def toString(): String
    Definition Classes
    AnyRef → Any
  66. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from PackageName

Inherited from ScalaNames

Inherited from AnyRef

Inherited from Any

Ungrouped