Uses of Class
io.atlasmap.xml.v2.XmlDocument
Packages that use XmlDocument
-
Uses of XmlDocument in io.atlasmap.dfdl.inspect
Methods in io.atlasmap.dfdl.inspect that return XmlDocumentModifier 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
Methods in io.atlasmap.xml.inspect that return XmlDocumentModifier 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
Fields in io.atlasmap.xml.v2 declared as XmlDocumentMethods in io.atlasmap.xml.v2 that return XmlDocumentModifier and TypeMethodDescriptionstatic XmlDocumentAtlasXmlModelFactory.createXmlDocument()XmlInspectionResponse.getXmlDocument()Gets the value of the xmlDocument property.Methods in io.atlasmap.xml.v2 with parameters of type XmlDocumentModifier and TypeMethodDescriptionvoidXmlInspectionResponse.setXmlDocument(XmlDocument value) Sets the value of the xmlDocument property.