Class XMLContextParser
- java.lang.Object
-
- net.anotheria.asg.generator.parser.XMLContextParser
-
public final class XMLContextParser extends java.lang.ObjectParser for the context-xml.- Version:
- $Id: $Id
- Author:
- lrosenberg
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ContextparseContext(java.lang.String content)parseContext.
-
-
-
Method Detail
-
parseContext
public static Context parseContext(java.lang.String content)
parseContext.
- Parameters:
content- aStringobject.- Returns:
- parsed generation context.
-
-