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:
emptyin interfacePatternFunction
-
notAllowed
- Specified by:
notAllowedin interfacePatternFunction
-
group
- Specified by:
groupin interfacePatternFunction
-
interleave
- Specified by:
interleavein interfacePatternFunction
-
choice
- Specified by:
choicein interfacePatternFunction
-
oneOrMore
- Specified by:
oneOrMorein interfacePatternFunction
-
element
- Specified by:
elementin interfacePatternFunction
-
attribute
- Specified by:
attributein interfacePatternFunction
-
data
- Specified by:
datain interfacePatternFunction
-
value
- Specified by:
valuein interfacePatternFunction
-
list
- Specified by:
listin interfacePatternFunction
-
ref
- Specified by:
refin interfacePatternFunction
-
scope
- Specified by:
scopein interfacePatternFunction
-
javaBlock
- Specified by:
javaBlockin interfacePatternFunction
-