Package org.hl7.fhir.utilities.xml
Class XhtmlGeneratorAdorner.XhtmlGeneratorAdornerState
- java.lang.Object
-
- org.hl7.fhir.utilities.xml.XhtmlGeneratorAdorner.XhtmlGeneratorAdornerState
-
- Enclosing interface:
- XhtmlGeneratorAdorner
public static class XhtmlGeneratorAdorner.XhtmlGeneratorAdornerState extends Object
-
-
Constructor Summary
Constructors Constructor Description XhtmlGeneratorAdornerState(String path, String supressionMessage)XhtmlGeneratorAdornerState(String path, String prefix, String suffix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPath()StringgetPrefix()StringgetSuffix()StringgetSupressionMessage()booleanisSuppress()
-
-
-
Constructor Detail
-
XhtmlGeneratorAdornerState
public XhtmlGeneratorAdornerState(String path, String prefix, String suffix)
-
XhtmlGeneratorAdornerState
public XhtmlGeneratorAdornerState(String path, String supressionMessage)
-
-
Method Detail
-
isSuppress
public boolean isSuppress()
-
getSupressionMessage
public String getSupressionMessage()
-
-