Uses of Class
com.github.weisj.jsvg.parser.impl.DefaultElementLoader.AllowExternalResources
-
Packages that use DefaultElementLoader.AllowExternalResources Package Description com.github.weisj.jsvg.parser.impl -
-
Uses of DefaultElementLoader.AllowExternalResources in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl that return DefaultElementLoader.AllowExternalResources Modifier and Type Method Description static DefaultElementLoader.AllowExternalResources
DefaultElementLoader.AllowExternalResources. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DefaultElementLoader.AllowExternalResources[]
DefaultElementLoader.AllowExternalResources. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.weisj.jsvg.parser.impl with parameters of type DefaultElementLoader.AllowExternalResources Modifier and Type Method Description private static @NotNull DefaultElementLoader.DocumentLoader
DefaultElementLoader. createDocumentLoader(DefaultElementLoader.AllowExternalResources allowExternalResources)
Constructors in com.github.weisj.jsvg.parser.impl with parameters of type DefaultElementLoader.AllowExternalResources Constructor Description DefaultElementLoader(DefaultElementLoader.AllowExternalResources allowExternalResources)
-