com.thaiopensource.relaxng.parse
Interface DataPatternBuilder
- All Known Implementing Classes:
- SchemaBuilderImpl.DataPatternBuilderImpl, SchemaBuilderImpl.DummyDataPatternBuilder
public interface DataPatternBuilder
addParam
void addParam(String name,
String value,
Context context,
String ns,
Location loc,
Annotations anno)
throws BuildException
- Throws:
BuildException
annotation
void annotation(ParsedElementAnnotation ea)
makePattern
ParsedPattern makePattern(Location loc,
Annotations anno)
throws BuildException
- Throws:
BuildException
makePattern
ParsedPattern makePattern(ParsedPattern except,
Location loc,
Annotations anno)
throws BuildException
- Throws:
BuildException