trait ContextProcessor extends ScalaNames with PackageName
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ContextProcessor
- PackageName
- ScalaNames
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val XML_PREFIX: String
- val XML_URI: String
- val XSI_PREFIX: String
- val XSI_URL: String
- val XS_PREFIX: String
- val XS_URL: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def containsEnumeration(decl: SimpleTypeDecl): Boolean
- def containsSingleChoice(seq: SequenceDecl): Boolean
- lazy val contentsSizeLimit: Int
- lazy val enumNameMaxLength: Int
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def filterEnumeration(decl: SimpleTypeDecl): List[EnumerationDecl[_]]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def generateAutoPackages(schemas: Seq[SchemaDecl]): Seq[(Option[String], Option[String])]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getTypeGlobally(namespace: Option[String], typeName: String, context: XsdContext): TypeDecl
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def identifier(value: String): String
- def indent(indent: Int): String
-
def
isCommonlyUsedWord(s: String): Boolean
- Definition Classes
- ScalaNames
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isKeyword(str: String): Boolean
- Definition Classes
- ScalaNames
-
def
isSpecialAttributeWord(str: String): Boolean
- Definition Classes
- ScalaNames
- def isWrapped(namespace: Option[String], family: List[String]): Boolean
- def isWrapped(decl: ComplexTypeDecl): Boolean
- def makeCompositorNames(context: XsdContext): Unit
- def makeEnumValues(decl: SimpleTypeDecl, scope: NamespaceBinding, context: XsdContext): Unit
- def makeGroupComplexType(group: GroupDecl): ComplexTypeDecl
- def makeParamName(name0: String, attribute: Boolean): String
- def makePrefix(namespace: Option[String], context: XsdContext): String
- def makeProtectedTypeName(namespace: Option[String], group: AttributeGroupDecl, context: XsdContext): String
- def makeProtectedTypeName(namespace: Option[String], attr: AttributeDecl, context: XsdContext): String
- def makeProtectedTypeName(namespace: Option[String], decl: SimpleTypeDecl, context: XsdContext): String
- def makeProtectedTypeName(namespace: Option[String], decl: ComplexTypeDecl, context: XsdContext): String
- def makeProtectedTypeName(namespace: Option[String], prefix: Option[String], elem: ElemDecl, context: XsdContext): String
- def makeProtectedTypeName(schema: SchemaDecl, context: XsdContext): String
- def makeProtectedTypeName(namespace: Option[String], initialName: String, postfix: String, context: XsdContext): String
- def makeTraitName(decl: ComplexTypeDecl): String
- def makeTypeName(name: String): String
- lazy val namedAttributes: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val newline: String
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
packageName(namespace: Option[String], context: XsdContext): Option[String]
- Definition Classes
- PackageName
-
def
packageName(group: AttributeGroupDecl, context: XsdContext): Option[String]
- Definition Classes
- PackageName
-
def
packageName(decl: SimpleTypeDecl, context: XsdContext): Option[String]
- Definition Classes
- PackageName
-
def
packageName(decl: ComplexTypeDecl, context: XsdContext): Option[String]
- Definition Classes
- PackageName
-
def
packageName(schema: SchemaDecl, context: XsdContext): Option[String]
- Definition Classes
- PackageName
- def processContext(context: XsdContext, schemas: Seq[SchemaDecl]): Unit
- def quote(value: String): String
- def quote(value: Option[String]): String
- def resolveType(schema: SchemaDecl, context: XsdContext): Unit
- lazy val sequenceChunkSize: Int
- def singleChoice(seq: SequenceDecl): ChoiceDecl
- def splitLong[A <: HasParticle](rest: List[Particle])(f: (List[Particle]) ⇒ A): List[A]
- def startsWithNumber(name: String): Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()