Type Members
-
type
=>?[A, B] = PartialFunction[A, B]
-
case class
Occurrence(minOccurs: Int, maxOccurs: Int, nillable: Boolean) extends Product with Serializable
-
case class
Param(namespace: Option[String], name: String, typeSymbol: XsTypeSymbol, cardinality: Cardinality, nillable: Boolean, global: Boolean, qualified: Boolean, attribute: Boolean) extends Product with Serializable
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
val
ATTRS_PARAM: String
-
val
INTERNAL_NAMESPACE: String
-
val
MIXED_PARAM: String
-
val
XML_PREFIX: String
-
val
XML_URI: String
-
val
XSI_PREFIX: String
-
val
XSI_URL: String
-
val
XS_PREFIX: String
-
val
XS_URL: String
-
val
anyNumbers: Map[AnyDecl, Int]
-
def
argSize(compositor: Option[HasParticle]): Int
-
-
final
def
asInstanceOf[T0]: T0
-
def
attributeGroups(namespace: Option[String], name: String): AttributeGroupDecl
-
def
attrs(namespace: Option[String], name: String): AttributeDecl
-
-
-
def
buildAllParser(all: AllDecl, occurrence: Occurrence, mixed: Boolean): String
-
def
buildAnyParser(namespaceConstraint: List[String], occurrence: Occurrence, mixed: Boolean, wrapInDataRecord: Boolean, laxAny: Boolean): String
-
-
-
def
buildArg(attr: AttributeDecl, selector: String, stackItem: Option[String], wrapForLong: Boolean): String
-
def
buildArg(elem: ElemDecl, selector: String, stackItem: Option[String], wrapForLongAll: Boolean): String
-
def
buildArg(elem: ElemDecl, pos: Int): String
-
def
buildArg(decl: Decl): String
-
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
-
def
buildArg(selector: String, typeSymbol: XsTypeSymbol, stackItem: Option[String]): String
-
def
buildArgForAll(particle: Particle, longAll: Boolean): String
-
def
buildArgForAnyAttribute(attributes: List[AttributeLike], longAttribute: Boolean): String
-
def
buildArgForAnyAttribute(parent: AttributeGroupDecl, longAttribute: Boolean): String
-
def
buildArgForAnyAttribute(parent: ComplexTypeDecl, longAttribute: Boolean): String
-
def
buildArgForAttribute(decl: AttributeLike, stackItem: Option[String], longAttribute: Boolean): String
-
def
buildArgForMixed(particle: Particle, selector: String, ignoreSubGroup: Boolean): String
-
def
buildArgForMixed(particle: Particle, pos: Int, ignoreSubGroup: Boolean): String
-
def
buildArgForOptTextRecord(pos: Int): String
-
-
-
def
buildAttributeGroupArg(group: AttributeGroupDecl, longAttribute: Boolean): String
-
def
buildAttributeString(group: AttributeGroupDecl): String
-
def
buildAttributeString(attr: AttributeDecl): String
-
def
buildAttributeString(any: AnyAttributeDecl): String
-
def
buildAttributeString(attr: AttributeLike): String
-
def
buildChoiceParser(choice: ChoiceDecl, occurrence: Occurrence, mixed: Boolean, ignoreSubGroup: Boolean): String
-
def
buildChoiceTypeName(decl: ComplexTypeDecl, choice: ChoiceDecl, shortLocal: Boolean): String
-
def
buildComment(p: Product): String
-
def
buildCompositorParser(compositor: HasParticle, occurrence: Occurrence, mixed: Boolean, wrapInDataRecord: Boolean, ignoreSubGroup: Boolean): String
-
def
buildCompositorRef(compositor: HasParticle, occurrence: Occurrence, index: Int): ElemDecl
-
def
buildCompositorRef(compositor: HasParticle, index: Int): ElemDecl
-
-
def
buildDependentType(particle: Particle): Seq[XsTypeSymbol]
-
def
buildEffectiveMixed(decl: ComplexTypeDecl): Boolean
-
def
buildElemParser(elem: ElemDecl, occurrence: Occurrence, mixed: Boolean, wrapInDataRecord: Boolean, ignoreSubGroup: Boolean): String
-
-
def
buildEnumTypeName(decl: SimpleTypeDecl, shortLocal: Boolean): String
-
-
def
buildFormatterName(namespace: Option[String], name: String): String
-
def
buildFormatterName(group: AttributeGroupDecl): String
-
def
buildFromString(typeName: String, selector: String): String
-
def
buildFromXML(typeName: String, selector: String, stackItem: Option[String], formatter: Option[String]): String
-
def
buildFromXML(typeName: String): String
-
def
buildFullyQualifiedNameFromNS(namespace: Option[String], localName: String): String
-
def
buildFullyQualifiedNameFromPackage(pkg: Option[String], localName: String): String
-
-
def
buildGroupParser(group: GroupDecl, occurrence: Occurrence, mixed: Boolean, wrapInDataRecord: Boolean): String
-
def
buildImplicitParams(dependents: List[Decl]): ListMap[Decl, Param]
-
-
def
buildLongAttributeRef: ElemDecl
-
-
def
buildNodeName(attr: AttributeDecl, prependNamespace: Boolean): String
-
def
buildNodeName(elem: ElemDecl, prependNamespace: Boolean): String
-
-
-
def
buildOptions(that: HasParticle): List[String]
-
def
buildOptions(decl: ComplexTypeDecl): List[String]
-
-
-
-
-
-
def
buildParam(decl: Decl): Param
-
def
buildParser(particle: Particle, occurrence: Occurrence, mixed: Boolean, wrapInDataRecord: Boolean, ignoreSubGroup: Boolean): String
-
def
buildParser(particle: Particle, mixed: Boolean, wrapInDataRecord: Boolean, ignoreSubGroup: Boolean): String
-
def
buildParserString(base: String, occurrence: Occurrence): String
-
def
buildParserString(elem: ElemDecl, occurrence: Occurrence): String
-
def
buildParticles(decl: ComplexTypeDecl, name: String): List[ElemDecl]
-
def
buildParticles(particles: List[Particle]): List[ElemDecl]
-
def
buildParticles(com: Option[HasParticle], name: String): List[ElemDecl]
-
def
buildSelector(nodeName: String): String
-
def
buildSelector(attr: AttributeDecl): String
-
def
buildSelector(pos: Int): String
-
def
buildSelector(elem: ElemDecl): String
-
def
buildSeqParser(seq: SequenceDecl, occurrence: Occurrence, mixed: Boolean, wrapInDataRecord: Boolean, ignoreSubGroup: Boolean): String
-
-
def
buildSingleArg(typeName: String, selector: String, stackItem: Option[String], nillable: Boolean, defaultValue: Option[String], fixedValue: Option[String], formatter: Option[String]): String
-
def
buildSubstitionGroupParser(elem: ElemDecl, occurrence: Occurrence, mixed: Boolean): String
-
-
def
buildSuperName(decl: ComplexTypeDecl): List[String]
-
def
buildSuperNames(decl: ComplexTypeDecl): List[String]
-
-
def
buildTextParser: String
-
def
buildToString(selector: String, typeSymbol: XsTypeSymbol): String
-
def
buildToXML(typeName: String, args: String): String
-
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
buildXMLString(param: Param): String
-
def
clone(): AnyRef
-
-
-
def
containsEnumeration(decl: SimpleTypeDecl): Boolean
-
def
containsForeignType(compositor: HasParticle): Boolean
-
def
containsSingleChoice(seq: SequenceDecl): Boolean
-
lazy val
contentsSizeLimit: Int
-
-
val
elemList: List[ElemDecl]
-
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
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
-
-
def
filterGroup(compositor: Option[HasParticle]): List[GroupDecl]
-
-
def
finalize(): Unit
-
-
-
def
flattenElements(namespace: Option[String], family: List[String], compositor: HasParticle, index: Int, wrapTopSequence: Boolean): List[ElemDecl]
-
-
-
lazy val
follow: String
-
-
def
generateAccessors(params: List[Param], splits: List[SequenceDecl]): List[(String, Option[String])]
-
def
generateAccessors(attributes: List[AttributeLike]): List[(String, Option[String])]
-
def
generateAccessors(all: AllDecl): List[(String, Option[String])]
-
def
generateAutoPackages(schemas: Seq[SchemaDecl]): Seq[(Option[String], Option[String])]
-
final
def
getClass(): Class[_]
-
def
getTypeGlobally(namespace: Option[String], typeName: String, context: XsdContext): TypeDecl
-
def
getterDeclaration(paramName: String, wrapperName: String, quotedNodeName: String, typeName: String, isOptional: Boolean): String
-
def
groupTypeName(group: GroupDecl): String
-
def
groups(namespace: Option[String], name: String): GroupDecl
-
def
hashCode(): Int
-
def
identifier(value: String): String
-
def
indent(indent: Int): String
-
def
isCommonlyUsedWord(s: String): Boolean
-
def
isEmptyCompositor(compos: HasParticle): Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
isKeyword(str: String): Boolean
-
def
isLongAll(all: AllDecl, namespace: Option[String], family: List[String]): Boolean
-
def
isQualifyAsIRIStyle(decl: ComplexTypeDecl): Boolean
-
-
def
isSpecialAttributeWord(str: String): Boolean
-
def
isSubstitutionGroup(elem: ElemDecl): Boolean
-
def
isWrapped(namespace: Option[String], family: List[String]): Boolean
-
-
def
lazyValOrDef: String
-
def
makeAnnotation(anno: Option[AnnotationDecl]): String
-
-
def
makeCaseClassWithType(localName: String, fqn: String, decl: ComplexTypeDecl): Snippet
-
-
def
makeCompositorNames(context: XsdContext): Unit
-
def
makeElemToTypeClause(name: String, elem: ElemDecl): Snippet
-
-
def
makeEnumValues(decl: SimpleTypeDecl, scope: NamespaceBinding, context: XsdContext): Unit
-
-
-
-
def
makeImplicitValue(fqn: String, formatterName: String): Node
-
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
makeSchemaComment: Elem
-
-
-
-
def
makeTraitName(decl: ComplexTypeDecl): String
-
-
def
makeTypeName(name: String): String
-
-
-
-
lazy val
namedAttributes: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
val
newline: String
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
packageName(namespace: Option[String], context: XsdContext): Option[String]
-
-
def
packageName(decl: SimpleTypeDecl, context: XsdContext): Option[String]
-
-
def
packageName(schema: SchemaDecl, context: XsdContext): Option[String]
-
lazy val
phrase: String
-
-
def
processContext(context: XsdContext, schemas: Seq[SchemaDecl]): Unit
-
def
quote(value: String): String
-
def
quote(value: Option[String]): String
-
def
quoteNamespace(namespace: Option[String]): String
-
def
resolveType(schema: SchemaDecl, context: XsdContext): Unit
-
-
-
-
lazy val
sequenceChunkSize: Int
-
def
setterDeclaration(paramName: String, wrapperName: String, quotedNodeName: String, typeName: String, isOptional: Boolean): Option[String]
-
-
def
splitLong[A <: HasParticle](rest: List[Particle])(f: (List[Particle]) ⇒ A): List[A]
-
def
splitLongSequence(namespace: Option[String], family: List[String], particles: List[Particle]): List[Particle]
-
def
splitSequences(namespace: Option[String], family: List[String], compositor: HasParticle): List[SequenceDecl]
-
-
def
startsWithNumber(name: String): Boolean
-
def
substitutionGroupMembers(elem: ElemDecl): Seq[ElemDecl]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
-
-
def
toCardinality(minOccurs: Int, maxOccurs: Int): Cardinality
-
-
def
toString(): String
-
val
topElems: Map[String, ElemDecl]
-
def
types(namespace: Option[String], name: String): TypeDecl
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
lazy val
xmlAttrs: Map[String, AttributeDecl]
-
def
xmlFormatTypeName(decl: ComplexTypeDecl): String
Inherited from AnyRef
Inherited from Any