Uses of Interface
org.hl7.fhir.utilities.xml.IXMLWriter
-
Packages that use IXMLWriter Package Description org.hl7.fhir.utilities.xhtml org.hl7.fhir.utilities.xml -
-
Uses of IXMLWriter in org.hl7.fhir.utilities.xhtml
Methods in org.hl7.fhir.utilities.xhtml with parameters of type IXMLWriter Modifier and Type Method Description voidXhtmlComposer. compose(IXMLWriter xml, XhtmlNode node)voidXhtmlComposer. compose(IXMLWriter xml, XhtmlNode node, boolean noPrettyOverride)voidCDANarrativeFormat. convert(IXMLWriter xml, XhtmlNode div)For XHTML return the matching CDA narrative. -
Uses of IXMLWriter in org.hl7.fhir.utilities.xml
Classes in org.hl7.fhir.utilities.xml that implement IXMLWriter Modifier and Type Class Description classXMLWriterXML Writer class.
-