public class XmlFieldWriter extends XmlFieldTransformer implements io.atlasmap.spi.AtlasFieldWriter
classLoader, namespaces, xmlHelper| Constructor and Description |
|---|
XmlFieldWriter() |
XmlFieldWriter(ClassLoader classLoader,
Map<String,String> namespaces,
String seedDocument) |
| Modifier and Type | Method and Description |
|---|---|
Document |
getDocument() |
boolean |
isEnableAttributeNamespaces() |
boolean |
isEnableElementNamespaces() |
boolean |
isIgnoreMissingNamespaces() |
void |
setEnableAttributeNamespaces(boolean enableAttributeNamespaces) |
void |
setEnableElementNamespaces(boolean enableElementNamespaces) |
void |
setIgnoreMissingNamespaces(boolean ignoreMissingNamespaces) |
void |
write(io.atlasmap.spi.AtlasInternalSession session) |
seedDocumentNamespaces, setNamespacespublic XmlFieldWriter()
throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasExceptionpublic XmlFieldWriter(ClassLoader classLoader, Map<String,String> namespaces, String seedDocument) throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasExceptionpublic void write(io.atlasmap.spi.AtlasInternalSession session)
throws io.atlasmap.api.AtlasException
write in interface io.atlasmap.spi.AtlasFieldWriterio.atlasmap.api.AtlasExceptionpublic Document getDocument()
public boolean isEnableElementNamespaces()
public void setEnableElementNamespaces(boolean enableElementNamespaces)
public boolean isEnableAttributeNamespaces()
public void setEnableAttributeNamespaces(boolean enableAttributeNamespaces)
public boolean isIgnoreMissingNamespaces()
public void setIgnoreMissingNamespaces(boolean ignoreMissingNamespaces)
Copyright © 2021 JBoss by Red Hat. All rights reserved.