Package org.hl7.fhir.r5.renderers
Class StructureDefinitionRenderer.InternalMarkdownProcessor
java.lang.Object
org.hl7.fhir.r5.renderers.StructureDefinitionRenderer.InternalMarkdownProcessor
- All Implemented Interfaces:
IMarkdownProcessor
- Enclosing class:
StructureDefinitionRenderer
public class StructureDefinitionRenderer.InternalMarkdownProcessor
extends Object
implements IMarkdownProcessor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocessMarkdown
(String location, String text) processMarkdown
(String location, PrimitiveType md)
-
Constructor Details
-
InternalMarkdownProcessor
public InternalMarkdownProcessor()
-
-
Method Details
-
processMarkdown
public String processMarkdown(String location, PrimitiveType md) throws org.hl7.fhir.exceptions.FHIRException - Specified by:
processMarkdown
in interfaceIMarkdownProcessor
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
processMarkdown
public String processMarkdown(String location, String text) throws org.hl7.fhir.exceptions.FHIRException - Specified by:
processMarkdown
in interfaceIMarkdownProcessor
- Throws:
org.hl7.fhir.exceptions.FHIRException
-