trait Lookup extends ContextProcessor
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Lookup
- ContextProcessor
- PackageName
- ScalaNames
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def buildChoiceTypeName(decl: ComplexTypeDecl, choice: ChoiceDecl, shortLocal: Boolean): String
-
abstract
val
config: Config
- Definition Classes
- ContextProcessor
- abstract def context: XsdContext
- abstract def schema: SchemaDecl
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 INTERNAL_NAMESPACE: String
-
val
XML_PREFIX: String
- Definition Classes
- ContextProcessor
-
val
XML_URI: String
- Definition Classes
- ContextProcessor
-
val
XSI_PREFIX: String
- Definition Classes
- ContextProcessor
-
val
XSI_URL: String
- Definition Classes
- ContextProcessor
-
val
XS_PREFIX: String
- Definition Classes
- ContextProcessor
-
val
XS_URL: String
- Definition Classes
- ContextProcessor
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def attributeGroups(namespace: Option[String], name: String): AttributeGroupDecl
- def attrs(namespace: Option[String], name: String): AttributeDecl
- def baseType(decl: SimpleTypeDecl): XsTypeSymbol
- def buildAttribute(ref: AttributeRef): AttributeDecl
- def buildAttributeGroup(ref: AttributeGroupRef): AttributeGroupDecl
- def buildElement(ref: ElemRef): ElemDecl
- def buildEnumTypeName(decl: SimpleTypeDecl, shortLocal: Boolean): String
- def buildFormatterName(namespace: Option[String], name: String): String
- def buildFormatterName(group: AttributeGroupDecl): String
- def buildFullyQualifiedNameFromNS(namespace: Option[String], localName: String): String
- def buildFullyQualifiedNameFromPackage(pkg: Option[String], localName: String): String
- def buildGroup(ref: GroupRef): GroupDecl
- def buildSymbolElement(symbol: XsTypeSymbol): ElemDecl
- def buildTypeName(enumTypeName: String, enum: EnumerationDecl[_], shortLocal: Boolean): String
- def buildTypeName(group: AttributeGroupDecl, shortLocal: Boolean): String
- def buildTypeName(decl: SimpleTypeDecl, shortLocal: Boolean): String
- def buildTypeName(pkg: Option[String], decl: Decl, shortLocal: Boolean): String
- def buildTypeName(decl: ComplexTypeDecl, shortLocal: Boolean): String
- def buildTypeName(typeSymbol: XsTypeSymbol, shortLocal: Boolean = false): String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val compositorWrapper: ListMap[ComplexTypeDecl, HasParticle]
-
def
containsEnumeration(decl: SimpleTypeDecl): Boolean
- Definition Classes
- ContextProcessor
- def containsForeignType(compositor: HasParticle): Boolean
-
def
containsSingleChoice(seq: SequenceDecl): Boolean
- Definition Classes
- ContextProcessor
-
lazy val
contentsSizeLimit: Int
- Definition Classes
- ContextProcessor
- def elementNamespace(global: Boolean, namespace: Option[String], qualified: Boolean): Option[String]
- def elementNamespaceString(global: Boolean, namespace: Option[String], qualified: Boolean): String
- def elements(namespace: Option[String], name: String): ElemDecl
- def elements(qname: (Option[String], String)): ElemDecl
-
lazy val
enumNameMaxLength: Int
- Definition Classes
- ContextProcessor
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
filterEnumeration(decl: SimpleTypeDecl): List[EnumerationDecl[_]]
- Definition Classes
- ContextProcessor
-
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])]
- Definition Classes
- ContextProcessor
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getTypeGlobally(namespace: Option[String], typeName: String, context: XsdContext): TypeDecl
- Definition Classes
- ContextProcessor
- def groups(namespace: Option[String], name: String): GroupDecl
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
identifier(value: String): String
- Definition Classes
- ContextProcessor
-
def
indent(indent: Int): String
- Definition Classes
- ContextProcessor
-
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 isSubstitutionGroup(elem: ElemDecl): Boolean
-
def
isWrapped(namespace: Option[String], family: List[String]): Boolean
- Definition Classes
- ContextProcessor
-
def
isWrapped(decl: ComplexTypeDecl): Boolean
- Definition Classes
- ContextProcessor
-
def
makeCompositorNames(context: XsdContext): Unit
- Definition Classes
- ContextProcessor
-
def
makeEnumValues(decl: SimpleTypeDecl, scope: NamespaceBinding, context: XsdContext): Unit
- Definition Classes
- ContextProcessor
-
def
makeGroupComplexType(group: GroupDecl): ComplexTypeDecl
- Definition Classes
- ContextProcessor
-
def
makeParamName(name0: String, attribute: Boolean): String
- Definition Classes
- ContextProcessor
-
def
makePrefix(namespace: Option[String], context: XsdContext): String
- Definition Classes
- ContextProcessor
-
def
makeProtectedTypeName(namespace: Option[String], group: AttributeGroupDecl, context: XsdContext): String
- Definition Classes
- ContextProcessor
-
def
makeProtectedTypeName(namespace: Option[String], attr: AttributeDecl, context: XsdContext): String
- Definition Classes
- ContextProcessor
-
def
makeProtectedTypeName(namespace: Option[String], decl: SimpleTypeDecl, context: XsdContext): String
- Definition Classes
- ContextProcessor
-
def
makeProtectedTypeName(namespace: Option[String], decl: ComplexTypeDecl, context: XsdContext): String
- Definition Classes
- ContextProcessor
-
def
makeProtectedTypeName(namespace: Option[String], prefix: Option[String], elem: ElemDecl, context: XsdContext): String
- Definition Classes
- ContextProcessor
-
def
makeProtectedTypeName(schema: SchemaDecl, context: XsdContext): String
- Definition Classes
- ContextProcessor
-
def
makeProtectedTypeName(namespace: Option[String], initialName: String, postfix: String, context: XsdContext): String
- Definition Classes
- ContextProcessor
-
def
makeTraitName(decl: ComplexTypeDecl): String
- Definition Classes
- ContextProcessor
-
def
makeTypeName(name: String): String
- Definition Classes
- ContextProcessor
-
lazy val
namedAttributes: Boolean
- Definition Classes
- ContextProcessor
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
val
newline: String
- Definition Classes
- ContextProcessor
-
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
- Definition Classes
- ContextProcessor
-
def
quote(value: String): String
- Definition Classes
- ContextProcessor
-
def
quote(value: Option[String]): String
- Definition Classes
- ContextProcessor
- def quoteNamespace(namespace: Option[String]): String
-
def
resolveType(schema: SchemaDecl, context: XsdContext): Unit
- Definition Classes
- ContextProcessor
- val schemas: List[SchemaDecl]
-
lazy val
sequenceChunkSize: Int
- Definition Classes
- ContextProcessor
-
def
singleChoice(seq: SequenceDecl): ChoiceDecl
- Definition Classes
- ContextProcessor
-
def
splitLong[A <: HasParticle](rest: List[Particle])(f: (List[Particle]) ⇒ A): List[A]
- Definition Classes
- ContextProcessor
-
def
startsWithNumber(name: String): Boolean
- Definition Classes
- ContextProcessor
- def substitutionGroupMembers(elem: ElemDecl): Seq[ElemDecl]
-
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()
- lazy val xmlAttrs: Map[String, AttributeDecl]
- def xmlFormatTypeName(decl: ComplexTypeDecl): String