public class TargetXmlSchemaConfiguration extends TargetConfiguration
Constructor and Description |
---|
TargetXmlSchemaConfiguration(String className,
ProcessMode processMode,
Map<String,String> parameters,
Map<String,ProcessRuleSet> ruleSets,
List<ProcessMapEntry> mapEntries,
List<XsdMapEntry> xsdMapEntries,
List<XmlNamespace> xmlNamespaces,
Set<String> inputIds,
Element advancedProcessConfigurations)
Creates a TargetConfiguration.
|
Modifier and Type | Method and Description |
---|---|
List<XmlNamespace> |
getXmlNamespaces() |
List<XsdMapEntry> |
getXsdMapEntries() |
String |
toString() |
fullNamespace, getInputIds, getNamespaces, hasNamespaceWithAbbreviation, locationOfNamespace, nsabrForNamespace
addTarget, addTransformer, getAdvancedProcessConfigurations, getAllRules, getClassName, getGmlVersion, getListParameterValue, getMapEntries, getMapEntry, getParameters, getParameterValue, getProcessMode, getRuleSets, getTargets, getTransformers, hasParameter, parameterAsBoolean, parameterAsString, parameterAsStringList, parameterAsStringList, setTargets, setTransformers
public TargetXmlSchemaConfiguration(String className, ProcessMode processMode, Map<String,String> parameters, Map<String,ProcessRuleSet> ruleSets, List<ProcessMapEntry> mapEntries, List<XsdMapEntry> xsdMapEntries, List<XmlNamespace> xmlNamespaces, Set<String> inputIds, Element advancedProcessConfigurations)
className
- The fully qualified name of the class implementing the target.processMode
- The execution mode of the target.parameters
- The target parameters. null
if no parameters were
declared in the configuration.ruleSets
- The encoding rule sets declared for the target.
null
if no rule sets were declared in the
configuration.mapEntries
- Will be ignored, so can be null
.xsdMapEntries
- The xsd map entries for the targetxmlNamespaces
- Xml namespaces defined for this targetinputIds
- Set of identifiers referencing either the input model or a
transformer.advancedProcessConfigurations
- the 'advancedProcessConfigurations' element from the
configuration of the process; null
if it is not
set therepublic List<XsdMapEntry> getXsdMapEntries()
null
if no map
entries were declared in the configuration.public List<XmlNamespace> getXmlNamespaces()
public String toString()
toString
in class TargetConfiguration
Copyright © 2018. All rights reserved.