Class Scope
java.lang.Object
relaxngcc.grammar.Pattern
relaxngcc.grammar.Scope
- Direct Known Subclasses:
Grammar
A pattern defined by a <define> and <start>.
A start pattern is represented by
name==null.- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidIncorporates the newly discovered <define>.voidappendBody(String code) voidappendImport(String code) voidclear()getBody()getParam()NGCC parameters associated to this scope.intvoid
-
Field Details
-
name
Name of this pattern. Copied from the name attribute of the <define> element.For the start pattern, this field is null.
-
-
Constructor Details
-
Scope
-
-
Method Details