
Package org.hl7.fhir.dstu3.formats
Class FormatUtilities
java.lang.Object
org.hl7.fhir.dstu3.formats.FormatUtilities
- Direct Known Subclasses:
 ParserBase
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic Stringstatic ParserBasemakeParser(String format) static ParserBasemakeParser(FhirFormat format) protected StringtoString(boolean value) static StringtoString(byte[] value) protected StringtoString(int value) protected Stringprotected StringtoString(BigDecimal value) protected String 
- 
Field Details
- 
ID_REGEX
- See Also:
 
 - 
FHIR_NS
- See Also:
 
 - 
XHTML_NS
- See Also:
 
 - 
NS_XSI
- See Also:
 
 
 - 
 - 
Constructor Details
- 
FormatUtilities
public FormatUtilities() 
 - 
 - 
Method Details
- 
toString
 - 
toString
 - 
toString
 - 
toString
 - 
toString
 - 
toString
 - 
isValidId
 - 
makeId
 - 
makeParser
 - 
makeParser
 
 -