Uses of Class
org.hl7.fhir.utilities.xhtml.XhtmlNode
-
Packages that use XhtmlNode Package Description org.hl7.fhir.utilities.xhtml -
-
Uses of XhtmlNode in org.hl7.fhir.utilities.xhtml
Subclasses of XhtmlNode in org.hl7.fhir.utilities.xhtml Modifier and Type Class Description classXhtmlDocumentMethods in org.hl7.fhir.utilities.xhtml that return XhtmlNode Modifier and Type Method Description XhtmlNodeXhtmlNode. add(XhtmlNode n)XhtmlNodeXhtmlNode. addChildren(List<XhtmlNode> children)XhtmlNodeXhtmlNode. addChildren(XhtmlNode x)XhtmlNodeXhtmlNode. addComment(String content)XhtmlNodeXhtmlNode. addDocType(String content)XhtmlNodeXhtmlNode. addInstruction(String content)protected abstract XhtmlNodeXhtmlFluent. addTag(String string)XhtmlNodeXhtmlNode. addTag(int index, String name)XhtmlNodeXhtmlNode. addTag(String name)XhtmlNodeXhtmlNodeList. addTag(String name)protected abstract XhtmlNodeXhtmlFluent. addText(String cnt)XhtmlNodeXhtmlNode. addText(int index, String content)XhtmlNodeXhtmlNode. addText(String content)XhtmlNodeXhtmlNodeList. addText(String content)XhtmlNodeXhtmlFluent. ah(String href)XhtmlNodeXhtmlFluent. ah(String href, String title)XhtmlNodeXhtmlFluent. an(String href)XhtmlNodeXhtmlFluent. an(String href, String tx)XhtmlNodeXhtmlNode. attribute(String name, String value)XhtmlNodeXhtmlFluent. b()XhtmlNodeXhtmlNode. backgroundColor(String color)XhtmlNodeXhtmlFluent. blockquote()XhtmlNodeXhtmlFluent. code()XhtmlNodeXhtmlFluent. code(String text)XhtmlNodeXhtmlNode. colspan(String n)XhtmlNodeCDANarrativeFormat. convert(Element ed)for a CDA narrative, return the matching XHTML.XhtmlNodeXhtmlNode. copy()XhtmlNodeXhtmlFluent. div()XhtmlNodeHierarchicalTableGenerator. generate(HierarchicalTableGenerator.TableModel model, String imagePath, int border, Set<String> outputTracker)XhtmlNodeXhtmlNodeList. get(int index)XhtmlNodeXhtmlDocument. getDocumentElement()XhtmlNodeXhtmlNode. getElement(String name)XhtmlNodeXhtmlNode. getElementByIndex(int i)XhtmlNodeXhtmlNode. getFirstElement()XhtmlNodeXhtmlNode. getNextElement(XhtmlNode c)XhtmlNodeXhtmlFluent. h(int level)XhtmlNodeXhtmlFluent. h1()XhtmlNodeXhtmlFluent. h2()XhtmlNodeXhtmlFluent. h3()XhtmlNodeXhtmlFluent. h4()XhtmlNodeXhtmlFluent. i()XhtmlNodeXhtmlFluent. img(String src, String alt)XhtmlNodeXhtmlFluent. img(String src, String alt, String title)XhtmlNodeXhtmlNode. input(String name, String type, String placeholder, int size)XhtmlNodeXhtmlFluent. li()XhtmlNodeXhtmlNode. nbsp()XhtmlNodeXhtmlNode. notPretty()XhtmlNodeXhtmlNode. option(String value, String text, boolean selected)XhtmlNodeXhtmlFluent. para()XhtmlNodeXhtmlNode. para(String text)XhtmlNodeXhtmlParser. parseFragment(InputStream input)XhtmlNodeXhtmlParser. parseFragment(String source)XhtmlNodeXhtmlParser. parseHtmlNode(Element node)XhtmlNodeXhtmlParser. parseHtmlNode(Element node, String defaultNS)XhtmlNodeXhtmlParser. parseHtmlNode(org.xmlpull.v1.XmlPullParser xpp)XhtmlNodeXhtmlFluent. pre()XhtmlNodeXhtmlFluent. pre(String clss)XhtmlNodeXhtmlNode. remove(XhtmlNode x)XhtmlNodeXhtmlNodeList. remove(int index)XhtmlNodeXhtmlNode. select(String name)XhtmlNodeXhtmlNode. sep(String separator)XhtmlNodeXhtmlNodeList. set(int index, XhtmlNode element)XhtmlNodeXhtmlNode. setAttribute(String name, String value)XhtmlNodeXhtmlNode. setContent(String content)XhtmlNodeXhtmlNode. setName(String name)XhtmlNodeXhtmlNode. setValue(String theValue)XhtmlNodeXhtmlFluent. span(String style, String title)XhtmlNodeXhtmlNode. style(String style)XhtmlNodeXhtmlFluent. table(String clss)XhtmlNodeXhtmlFluent. td()XhtmlNodeXhtmlFluent. td(String clss)XhtmlNodeXhtmlFluent. th()XhtmlNodeXhtmlFluent. tr()XhtmlNodeXhtmlFluent. tx(int cnt)XhtmlNodeXhtmlFluent. tx(String cnt)XhtmlNodeXhtmlNode. txN(String cnt)XhtmlNodeXhtmlFluent. ul()Methods in org.hl7.fhir.utilities.xhtml that return types with arguments of type XhtmlNode Modifier and Type Method Description Iterator<XhtmlNode>XhtmlNodeList. iterator()ListIterator<XhtmlNode>XhtmlNodeList. listIterator()ListIterator<XhtmlNode>XhtmlNodeList. listIterator(int index)List<XhtmlNode>XhtmlNodeList. subList(int fromIndex, int toIndex)Methods in org.hl7.fhir.utilities.xhtml with parameters of type XhtmlNode Modifier and Type Method Description XhtmlNodeXhtmlNode. add(XhtmlNode n)voidXhtmlNodeList. add(int index, XhtmlNode element)booleanXhtmlNodeList. add(XhtmlNode e)XhtmlNodeXhtmlNode. addChildren(XhtmlNode x)HierarchicalTableGenerator.PieceHierarchicalTableGenerator.Piece. addHtml(XhtmlNode x)voidXhtmlComposer. compose(OutputStream stream, XhtmlNode x)StringXhtmlComposer. compose(XhtmlNode node)voidXhtmlComposer. compose(IXMLWriter xml, XhtmlNode node)voidXhtmlComposer. compose(IXMLWriter xml, XhtmlNode node, boolean noPrettyOverride)voidXhtmlComposer. compose(Element div, XhtmlNode x)voidXhtmlComposer. composeDocument(FileOutputStream f, XhtmlNode xhtml)StringXhtmlComposer. composeEx(XhtmlNode node)StringXhtmlComposer. composePlainText(XhtmlNode x)voidCDANarrativeFormat. convert(IXMLWriter xml, XhtmlNode div)For XHTML return the matching CDA narrative.booleanXhtmlNode. equalsDeep(XhtmlNode other)XhtmlNodeXhtmlNode. getNextElement(XhtmlNode c)XhtmlNodeXhtmlNode. remove(XhtmlNode x)XhtmlNodeXhtmlNodeList. set(int index, XhtmlNode element)Method parameters in org.hl7.fhir.utilities.xhtml with type arguments of type XhtmlNode Modifier and Type Method Description booleanXhtmlNodeList. addAll(int index, Collection<? extends XhtmlNode> c)booleanXhtmlNodeList. addAll(Collection<? extends XhtmlNode> c)XhtmlNodeXhtmlNode. addChildren(List<XhtmlNode> children)
-