| java.lang.Object org.geotools.maven.xmlcodegen.GeneratorUtils
GeneratorUtils | public class GeneratorUtils (Code) | | Utility class used for generating.
author: Justin Deoliveira, The Open Planning Project |
Method Summary | |
public static List | allTypes(XSDSchema schema) Returns all the types defined in schema, including anonymous complex
types.
Parameters: schema - the schema. |
allTypes | public static List allTypes(XSDSchema schema)(Code) | | Returns all the types defined in schema, including anonymous complex
types.
Parameters: schema - the schema. A list of types, including anonymous complex types. |
|
|