Package org.kohsuke.rngom.parse.host
Class Base
- java.lang.Object
-
- org.kohsuke.rngom.parse.host.Base
-
- Direct Known Subclasses:
GrammarSectionHost
,SchemaBuilderHost
public class Base extends Object
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
-
Constructor Summary
Constructors Constructor Description Base()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.kohsuke.rngom.parse.host.AnnotationsHost
cast(Annotations ann)
protected org.kohsuke.rngom.parse.host.LocationHost
cast(Location loc)
-
-
-
Method Detail
-
cast
protected org.kohsuke.rngom.parse.host.AnnotationsHost cast(Annotations ann)
-
cast
protected org.kohsuke.rngom.parse.host.LocationHost cast(Location loc)
-
-