Package org.hl7.fhir.utilities.xhtml
Class XhtmlDocument
- java.lang.Object
-
- 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, addComment, addDocType, addInstruction, addTag, addTag, addText, addText, ah, ah, allChildrenAreText, allText, an, an, attribute, b, backgroundColor, blockquote, br, clear, code, code, colspan, copy, div, equalsDeep, getAttribute, getAttributes, getChildNodes, getContent, getElement, getElementByIndex, getFirstElement, getFormatCommentsPost, getFormatCommentsPre, getLocation, getName, getNextElement, getNodeType, getNsDecl, getUserData, getValue, getValueAsString, h, h1, h2, h3, h4, hasAttribute, hasFormatComment, hasValue, hr, i, img, img, input, isEmpty, isNoPretty, isPara, li, markdown, nbsp, notPretty, option, para, para, pre, pre, remove, select, sep, setAttribute, setContent, setLocation, setName, setNodeType, setUserData, setValue, setValueAsString, span, style, table, td, td, th, toString, tr, tx, tx, txN, ul, validate
-
-
-
-
Constructor Detail
-
XhtmlDocument
public XhtmlDocument()
-
-
Method Detail
-
getDocumentElement
public XhtmlNode getDocumentElement()
-
-