Package org.hl7.fhir.utilities.xml
Class SchematronWriter
- java.lang.Object
-
- java.io.Writer
-
- java.io.OutputStreamWriter
-
- org.hl7.fhir.utilities.TextStreamWriter
-
- org.hl7.fhir.utilities.xml.SchematronWriter
-
- All Implemented Interfaces:
Closeable,Flushable,Appendable,AutoCloseable
public class SchematronWriter extends TextStreamWriter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classSchematronWriter.AssertclassSchematronWriter.Rulestatic classSchematronWriter.SchematronTypeclassSchematronWriter.Section
-
Constructor Summary
Constructors Constructor Description SchematronWriter(OutputStream out, SchematronWriter.SchematronType type, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddump()SchematronWriter.Sectionsection(String title)-
Methods inherited from class org.hl7.fhir.utilities.TextStreamWriter
ln, ln_i, ln_o
-
Methods inherited from class java.io.OutputStreamWriter
append, append, close, flush, getEncoding, write, write, write
-
Methods inherited from class java.io.Writer
append, nullWriter, write, write
-
-
-
-
Constructor Detail
-
SchematronWriter
public SchematronWriter(OutputStream out, SchematronWriter.SchematronType type, String description) throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
-
-
Method Detail
-
section
public SchematronWriter.Section section(String title)
-
dump
public void dump() throws IOException
- Throws:
IOException
-
-