Package io.atlasmap.xml.inspect
Class XmlInspectionService
- java.lang.Object
-
- io.atlasmap.xml.inspect.XmlInspectionService
-
public class XmlInspectionService extends Object
-
-
Constructor Summary
Constructors Constructor Description XmlInspectionService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.atlasmap.xml.v2.XmlDocumentinspectSchema(File schemaFile)io.atlasmap.xml.v2.XmlDocumentinspectSchema(String schemaSource)io.atlasmap.xml.v2.XmlDocumentinspectXmlDocument(File sourceDocument)io.atlasmap.xml.v2.XmlDocumentinspectXmlDocument(String sourceDocument)io.atlasmap.xml.v2.XmlDocumentinspectXmlDocument(Document sourceDocument)
-
-
-
Method Detail
-
inspectXmlDocument
public io.atlasmap.xml.v2.XmlDocument inspectXmlDocument(String sourceDocument) throws XmlInspectionException
- Throws:
XmlInspectionException
-
inspectXmlDocument
public io.atlasmap.xml.v2.XmlDocument inspectXmlDocument(File sourceDocument) throws XmlInspectionException
- Throws:
XmlInspectionException
-
inspectXmlDocument
public io.atlasmap.xml.v2.XmlDocument inspectXmlDocument(Document sourceDocument)
-
inspectSchema
public io.atlasmap.xml.v2.XmlDocument inspectSchema(String schemaSource) throws XmlInspectionException
- Throws:
XmlInspectionException
-
inspectSchema
public io.atlasmap.xml.v2.XmlDocument inspectSchema(File schemaFile) throws XmlInspectionException
- Throws:
XmlInspectionException
-
-