Uses of Class
com.github.weisj.jsvg.parser.impl.StaxSVGLoader.MakeLowerCase
-
Packages that use StaxSVGLoader.MakeLowerCase Package Description com.github.weisj.jsvg.parser.impl -
-
Uses of StaxSVGLoader.MakeLowerCase in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl that return StaxSVGLoader.MakeLowerCase Modifier and Type Method Description static StaxSVGLoader.MakeLowerCase
StaxSVGLoader.MakeLowerCase. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StaxSVGLoader.MakeLowerCase[]
StaxSVGLoader.MakeLowerCase. 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 StaxSVGLoader.MakeLowerCase Modifier and Type Method Description private static @NotNull java.lang.String
StaxSVGLoader. qualifiedName(@NotNull javax.xml.namespace.QName name, StaxSVGLoader.MakeLowerCase makeLowerCase)
-