public class SchemaHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SchemaHelper.XmlDoc |
| Constructor and Description |
|---|
SchemaHelper() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
generateXSD(File xmlFile) |
static List<String> |
generateXSD(String xmlExample) |
static List<SchemaFetcher.XsdDependency> |
getDependencies(File schema) |
static Collection<SchemaHelper.XmlDoc> |
getDocumentation(String annotationContent) |
static String |
getLocalName(Element child) |
static boolean |
isDocumentationTag(Node child) |
public static Collection<SchemaHelper.XmlDoc> getDocumentation(String annotationContent)
public static boolean isDocumentationTag(Node child)
public static List<SchemaFetcher.XsdDependency> getDependencies(File schema)
public static List<String> generateXSD(String xmlExample) throws IOException
IOExceptionpublic static List<String> generateXSD(File xmlFile) throws IOException
IOExceptionCopyright © 2018 MuleSoft, Inc.. All rights reserved.