Package relaxngcc.grammar
Class PatternWalker
java.lang.Object
relaxngcc.grammar.PatternWalker
- All Implemented Interfaces:
PatternFunction
visits a Pattern tree.
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
Constructor Details
-
PatternWalker
public PatternWalker()
-
-
Method Details
-
empty
- Specified by:
empty
in interfacePatternFunction
-
notAllowed
- Specified by:
notAllowed
in interfacePatternFunction
-
group
- Specified by:
group
in interfacePatternFunction
-
interleave
- Specified by:
interleave
in interfacePatternFunction
-
choice
- Specified by:
choice
in interfacePatternFunction
-
oneOrMore
- Specified by:
oneOrMore
in interfacePatternFunction
-
element
- Specified by:
element
in interfacePatternFunction
-
attribute
- Specified by:
attribute
in interfacePatternFunction
-
data
- Specified by:
data
in interfacePatternFunction
-
value
- Specified by:
value
in interfacePatternFunction
-
list
- Specified by:
list
in interfacePatternFunction
-
ref
- Specified by:
ref
in interfacePatternFunction
-
scope
- Specified by:
scope
in interfacePatternFunction
-
javaBlock
- Specified by:
javaBlock
in interfacePatternFunction
-