Uses of Class
io.atlasmap.xml.v2.XmlDocument
-
Uses of XmlDocument in io.atlasmap.dfdl.inspect
Modifier and TypeMethodDescriptionDfdlInspector.getXmlDocument()
DfdlInspectionService.inspectDfdlInstance
(String dfdlSchemaName, Map<String, String> options) DfdlInspectionService.inspectDfdlSchema
(String dfdlSchemaName, Map<String, String> options) -
Uses of XmlDocument in io.atlasmap.xml.inspect
Modifier and TypeMethodDescriptionXmlInstanceInspector.getXmlDocument()
XmlSchemaInspector.getXmlDocument()
XmlInspectionService.inspectSchema
(File schemaFile) XmlInspectionService.inspectSchema
(String schemaSource) XmlInspectionService.inspectXmlDocument
(File sourceDocument) XmlInspectionService.inspectXmlDocument
(String sourceDocument) XmlInspectionService.inspectXmlDocument
(Document sourceDocument) -
Uses of XmlDocument in io.atlasmap.xml.v2
Modifier and TypeMethodDescriptionstatic XmlDocument
AtlasXmlModelFactory.createXmlDocument()
XmlInspectionResponse.getXmlDocument()
Gets the value of the xmlDocument property.Modifier and TypeMethodDescriptionvoid
XmlInspectionResponse.setXmlDocument
(XmlDocument value) Sets the value of the xmlDocument property.