Class XMLExtractor
java.lang.Object
org.eclipse.m2m.atl.engine.extractors.xml.XMLExtractor
- All Implemented Interfaces:
Extractor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidextract(ASMModel source, OutputStream target, Map params) Performs the extraction.voidextract(ASMModel format, ASMModel extent, OutputStream out) returns the list of parameters supported by this extractor in the form of a Map with parameter names as keys and type name as value.
-
Constructor Details
-
XMLExtractor
public XMLExtractor()
-
-
Method Details
-
getParameterTypes
Description copied from interface:Extractorreturns the list of parameters supported by this extractor in the form of a Map with parameter names as keys and type name as value. Known type names are: "String" "Model"- Specified by:
getParameterTypesin interfaceExtractor
-
extract
Description copied from interface:ExtractorPerforms the extraction. -
getPrefix
-
extract
-