Package org.hl7.fhir.utilities.xml
Class SchematronWriter.Section
- java.lang.Object
-
- org.hl7.fhir.utilities.xml.SchematronWriter.Section
-
- Enclosing class:
- SchematronWriter
public class SchematronWriter.Section extends Object
-
-
Constructor Summary
Constructors Constructor Description Section()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SchematronWriter.Rule>getRegularRules()List<SchematronWriter.Rule>getSpecialRules()StringgetTitle()booleanhasRegularContent()booleanhasSpecialContent()SchematronWriter.Rulerule(String name)voidsetTitle(String title)
-
-
-
Constructor Detail
-
Section
public Section()
-
-
Method Detail
-
rule
public SchematronWriter.Rule rule(String name)
-
hasRegularContent
public boolean hasRegularContent()
-
hasSpecialContent
public boolean hasSpecialContent()
-
getRegularRules
public List<SchematronWriter.Rule> getRegularRules()
-
getSpecialRules
public List<SchematronWriter.Rule> getSpecialRules()
-
-