Package relaxngcc.grammar
Class EmptyPattern
- java.lang.Object
-
- relaxngcc.grammar.Pattern
-
- relaxngcc.grammar.EmptyPattern
-
public class EmptyPattern extends Pattern
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
-
Constructor Summary
Constructors Constructor Description EmptyPattern(ParserRuntime rt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
apply(PatternFunction f)
-
-
-
Constructor Detail
-
EmptyPattern
public EmptyPattern(ParserRuntime rt)
-
-
Method Detail
-
apply
public java.lang.Object apply(PatternFunction f)
-
-