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
XmlInspectionException
public io.atlasmap.xml.v2.XmlDocument inspectXmlDocument(File sourceDocument) throws XmlInspectionException
XmlInspectionException
public io.atlasmap.xml.v2.XmlDocument inspectXmlDocument(Document sourceDocument)
public io.atlasmap.xml.v2.XmlDocument inspectSchema(String schemaSource) throws XmlInspectionException
XmlInspectionException
public io.atlasmap.xml.v2.XmlDocument inspectSchema(File schemaFile) throws XmlInspectionException
XmlInspectionException
Copyright © 2021 JBoss by Red Hat. All rights reserved.