Package org.hl7.fhir.utilities.xhtml
Class XhtmlFluent
- java.lang.Object
-
- org.hl7.fhir.utilities.xhtml.XhtmlFluent
-
- Direct Known Subclasses:
XhtmlNode,XhtmlNodeList
public abstract class XhtmlFluent extends Object
-
-
Constructor Summary
Constructors Constructor Description XhtmlFluent()
-
Method Summary
-
-
-
Constructor Detail
-
XhtmlFluent
public XhtmlFluent()
-
-
Method Detail
-
addChildren
protected abstract void addChildren(XhtmlNodeList childNodes)
-
br
public void br()
-
hr
public void hr()
-
blockquote
public XhtmlNode blockquote()
-
markdown
public void markdown(String md, String source) throws IOException
- Throws:
IOException
-
innerHTML
public void innerHTML(String html) throws IOException
- Throws:
IOException
-
-