public class XmlInspectionService extends Object
| Constructor and Description |
|---|
XmlInspectionService() |
| Modifier and Type | Method and Description |
|---|---|
io.atlasmap.xml.v2.XmlDocument |
inspectSchema(File schemaFile) |
io.atlasmap.xml.v2.XmlDocument |
inspectSchema(String schemaSource) |
io.atlasmap.xml.v2.XmlDocument |
inspectXmlDocument(Document sourceDocument) |
io.atlasmap.xml.v2.XmlDocument |
inspectXmlDocument(File sourceDocument) |
io.atlasmap.xml.v2.XmlDocument |
inspectXmlDocument(String sourceDocument) |
public io.atlasmap.xml.v2.XmlDocument inspectXmlDocument(String sourceDocument) throws XmlInspectionException
XmlInspectionExceptionpublic io.atlasmap.xml.v2.XmlDocument inspectXmlDocument(File sourceDocument) throws XmlInspectionException
XmlInspectionExceptionpublic io.atlasmap.xml.v2.XmlDocument inspectXmlDocument(Document sourceDocument)
public io.atlasmap.xml.v2.XmlDocument inspectSchema(String schemaSource) throws XmlInspectionException
XmlInspectionExceptionpublic io.atlasmap.xml.v2.XmlDocument inspectSchema(File schemaFile) throws XmlInspectionException
XmlInspectionExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.