Package org.hl7.fhir.utilities.xhtml
Class XhtmlDocument
- java.lang.Object
-
- org.hl7.fhir.utilities.xhtml.XhtmlFluent
-
- org.hl7.fhir.utilities.xhtml.XhtmlNode
-
- org.hl7.fhir.utilities.xhtml.XhtmlDocument
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement,Serializable,org.hl7.fhir.instance.model.api.IBase,org.hl7.fhir.instance.model.api.IBaseDatatype,org.hl7.fhir.instance.model.api.IBaseXhtml,org.hl7.fhir.instance.model.api.IPrimitiveType<String>
public class XhtmlDocument extends XhtmlNode
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.hl7.fhir.utilities.xhtml.XhtmlNode
XhtmlNode.Location
-
-
Constructor Summary
Constructors Constructor Description XhtmlDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XhtmlNodegetDocumentElement()-
Methods inherited from class org.hl7.fhir.utilities.xhtml.XhtmlNode
add, addChildren, addChildren, addChildren, addComment, addDocType, addInstruction, addTag, addTag, addText, addText, allChildrenAreText, allText, attribute, backgroundColor, clear, colspan, copy, equalsDeep, getAttribute, getAttributes, getChildNodes, getContent, getElement, getElementByIndex, getEmptyExpanded, getFirstElement, getFormatCommentsPost, getFormatCommentsPre, getLocation, getName, getNextElement, getNodeType, getNsDecl, getUserData, getValue, getValueAsString, hasAttribute, hasEmptyExpanded, hasFormatComment, hasValue, input, isEmpty, isNoPretty, isPara, nbsp, notPretty, option, para, remove, select, sep, setAttribute, setContent, setEmptyExpanded, setLocation, setName, setNodeType, setUserData, setValue, setValueAsString, style, toString, txN, validate
-
Methods inherited from class org.hl7.fhir.utilities.xhtml.XhtmlFluent
ah, ah, an, an, b, blockquote, br, code, code, div, h, h1, h2, h3, h4, hr, i, img, img, innerHTML, li, markdown, para, pre, pre, span, table, td, td, th, tr, tx, tx, ul
-
-
-
-
Constructor Detail
-
XhtmlDocument
public XhtmlDocument()
-
-
Method Detail
-
getDocumentElement
public XhtmlNode getDocumentElement()
-
-