Package | Description |
---|---|
de.interactive_instruments.ShapeChange |
Modifier and Type | Field and Description |
---|---|
protected HashMap<String,MapEntry> |
Options.fAttributeGroupMap |
protected HashMap<String,MapEntry> |
Options.fAttributeMap |
protected HashMap<String,MapEntry> |
Options.fBaseMap
Key: type + "#" + xsdEncodingRule
Value: MapEntry with:
rule: ("direct")
p1: xmlType
p2: xmlTypeType+"/"+xmlTypeContent
|
protected HashMap<String,MapEntry> |
Options.fElementMap |
protected HashMap<String,MapEntry> |
Options.fNamespaces
Hash table for external namespaces
key: namespace abbreviation / prefix; value: MapEntry (arg1: namespace,
arg2: location)
|
protected HashMap<String,MapEntry> |
Options.fPackages
Hash table for packages
key: package name
value: MapEntry with: rule: namespace URL of the schema (value of XML attribute 'ns' of PackageInfo configuration element) p1: namespace abbreviation (value of XML attribute 'nsabr' of PackageInfo configuration element) p2: desired filename of the output XML Schema document (value of XML attribute 'xsdDocument' of PackageInfo configuration element) p3: version of the schema (value of XML attribute 'version' of PackageInfo configuration element) |
protected HashMap<String,MapEntry> |
Options.fTypeMap
Hash table for type and element mappings
|
Modifier and Type | Method and Description |
---|---|
MapEntry |
Options.attributeGroupMapEntry(String k1,
String k2) |
MapEntry |
Options.attributeMapEntry(String k1,
String k2) |
MapEntry |
Options.baseMapEntry(String k1,
String k2)
Tries to find a MapEntry that defines the mapping of a type to its
xmlType, based upon the given encoding rule or any rules it extends.
|
MapEntry |
Options.baseMapEntry(String k1,
String k2,
String xmlTypeType,
String xmlTypeContent)
Tries to find a MapEntry that defines the mapping of a type to its
xmlType, with given xmlTypeType and xmlTypeContent, based upon the given
encoding rule or any rules it extends.
|
MapEntry |
Options.elementMapEntry(String k1,
String k2) |
protected MapEntry |
Options.namespace(String k1) |
MapEntry |
Options.typeMapEntry(String k1,
String k2) |
Copyright © 2018. All rights reserved.