trait
XMLOutput extends Args
Type Members
-
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
Concrete 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
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]
-
final
def
asInstanceOf[T0]: T0
-
def
attributeGroups(namespace: Option[String], name: String): AttributeGroupDecl
-
def
attrs(namespace: Option[String], name: String): AttributeDecl
-
-
-
-
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
buildChoiceTypeName(decl: ComplexTypeDecl, choice: ChoiceDecl, shortLocal: Boolean): String
-
def
buildCompositorRef(compositor: HasParticle, occurrence: Occurrence, index: Int): ElemDecl
-
def
buildCompositorRef(compositor: HasParticle, index: Int): ElemDecl
-
-
-
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
buildLongAttributeRef: ElemDecl
-
-
def
buildNodeName(attr: AttributeDecl, prependNamespace: Boolean): String
-
def
buildNodeName(elem: ElemDecl, prependNamespace: Boolean): String
-
-
-
-
-
-
-
-
def
buildParam(decl: Decl): Param
-
def
buildSelector(nodeName: String): String
-
def
buildSelector(attr: AttributeDecl): String
-
def
buildSelector(pos: Int): String
-
def
buildSelector(elem: ElemDecl): String
-
def
buildSingleArg(typeName: String, selector: String, stackItem: Option[String], nillable: Boolean, defaultValue: Option[String], fixedValue: Option[String], formatter: Option[String]): 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
-
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
finalize(): Unit
-
-
-
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
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
isSpecialAttributeWord(str: String): Boolean
-
def
isSubstitutionGroup(elem: ElemDecl): Boolean
-
def
isWrapped(namespace: Option[String], family: List[String]): Boolean
-
-
def
makeCompositorNames(context: XsdContext): Unit
-
def
makeEnumValues(decl: SimpleTypeDecl, scope: NamespaceBinding, context: XsdContext): Unit
-
-
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
-
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]
-
-
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
splitLong[A <: HasParticle](rest: List[Particle])(f: (List[Particle]) ⇒ A): List[A]
-
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
-
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