Uses of Class
org.hl7.fhir.utilities.xhtml.XhtmlParser.ParserSecurityPolicy
-
Packages that use XhtmlParser.ParserSecurityPolicy Package Description org.hl7.fhir.utilities.xhtml -
-
Uses of XhtmlParser.ParserSecurityPolicy in org.hl7.fhir.utilities.xhtml
Methods in org.hl7.fhir.utilities.xhtml that return XhtmlParser.ParserSecurityPolicy Modifier and Type Method Description XhtmlParser.ParserSecurityPolicyXhtmlParser. getPolicy()static XhtmlParser.ParserSecurityPolicyXhtmlParser.ParserSecurityPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static XhtmlParser.ParserSecurityPolicy[]XhtmlParser.ParserSecurityPolicy. 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 XhtmlParser.ParserSecurityPolicy Modifier and Type Method Description voidXhtmlParser. setPolicy(XhtmlParser.ParserSecurityPolicy policy)
-