Package org.codehaus.modello.plugin.xsd
Class XsdModelHelper
- java.lang.Object
-
- org.codehaus.modello.plugin.xsd.XsdModelHelper
-
public class XsdModelHelper extends Object
Helper methods to deal with XML schema representation of the model.- Author:
- Hervé Boutemy
-
-
Constructor Summary
Constructors Constructor Description XsdModelHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetNamespace(Model model, Version version)static StringgetTargetNamespace(Model model, Version version)static StringgetTargetNamespace(Model model, Version version, String namespace)
-
-
-
Method Detail
-
getNamespace
public static String getNamespace(Model model, Version version) throws ModelloException
- Throws:
ModelloException
-
getTargetNamespace
public static String getTargetNamespace(Model model, Version version, String namespace)
-
getTargetNamespace
public static String getTargetNamespace(Model model, Version version) throws ModelloException
- Throws:
ModelloException
-
-