Package io.atlasmap.xml.inspect
Class XmlSchemaInspector
- java.lang.Object
-
- io.atlasmap.xml.inspect.XmlSchemaInspector
-
public class XmlSchemaInspector extends Object
-
-
Constructor Summary
Constructors Constructor Description XmlSchemaInspector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.atlasmap.xml.v2.XmlDocumentgetXmlDocument()voidinspect(File schemaFile)voidinspect(String schemaAsString)voidsetClassLoader(ClassLoader loader)
-
-
-
Method Detail
-
setClassLoader
public void setClassLoader(ClassLoader loader)
-
getXmlDocument
public io.atlasmap.xml.v2.XmlDocument getXmlDocument()
-
inspect
public void inspect(File schemaFile) throws XmlInspectionException
- Throws:
XmlInspectionException
-
inspect
public void inspect(String schemaAsString) throws XmlInspectionException
- Throws:
XmlInspectionException
-
-