Uses of Class
org.hl7.fhir.utilities.xhtml.NodeType
-
Packages that use NodeType Package Description org.hl7.fhir.utilities.xhtml -
-
Uses of NodeType in org.hl7.fhir.utilities.xhtml
Methods in org.hl7.fhir.utilities.xhtml that return NodeType Modifier and Type Method Description NodeTypeXhtmlNode. getNodeType()static NodeTypeNodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeType[]NodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.utilities.xhtml with parameters of type NodeType Modifier and Type Method Description voidXhtmlNode. setNodeType(NodeType nodeType)Constructors in org.hl7.fhir.utilities.xhtml with parameters of type NodeType Constructor Description XhtmlNode(NodeType nodeType)XhtmlNode(NodeType nodeType, String name)
-