Package relaxngcc.grammar
Interface PatternFunction
- All Known Implementing Classes:
AutomatonBuilder
,PatternWalker
,ScopeCollector
public interface PatternFunction
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addError
(BuildError err) data
(DataPattern p) list
(ListPattern p) ref
(RefPattern p)
-
Method Details
-
empty
-
notAllowed
-
group
-
interleave
-
choice
-
oneOrMore
-
element
-
attribute
-
data
-
value
-
list
-
ref
-
scope
-
javaBlock
-
addError
-