Package io.atlasmap.xml.core
Class XmlFieldReader
java.lang.Object
io.atlasmap.xml.core.XmlFieldTransformer
io.atlasmap.xml.core.XmlFieldReader
- All Implemented Interfaces:
AtlasFieldReader
-
Field Summary
Fields inherited from class io.atlasmap.xml.core.XmlFieldTransformer
classLoader, namespaces, xmlHelper -
Constructor Summary
ConstructorsConstructorDescriptionXmlFieldReader(ClassLoader cl, AtlasConversionService conversionService) XmlFieldReader(ClassLoader cl, AtlasConversionService conversionService, Map<String, String> namespaces) -
Method Summary
Modifier and TypeMethodDescriptionread(AtlasInternalSession session) voidsetDocument(Document document) Methods inherited from class io.atlasmap.xml.core.XmlFieldTransformer
seedDocumentNamespaces, setNamespaces
-
Constructor Details
-
XmlFieldReader
-
XmlFieldReader
public XmlFieldReader(ClassLoader cl, AtlasConversionService conversionService, Map<String, String> namespaces)
-
-
Method Details
-
read
- Specified by:
readin interfaceAtlasFieldReader- Throws:
AtlasException
-
setDocument
- Throws:
AtlasException
-