Uses of Enum Class
io.milton.http.XmlWriter.Type
Packages that use XmlWriter.Type
-
Uses of XmlWriter.Type in io.milton.http
Methods in io.milton.http that return XmlWriter.TypeModifier and TypeMethodDescriptionstatic XmlWriter.TypeReturns the enum constant of this class with the specified name.static XmlWriter.Type[]XmlWriter.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.milton.http with parameters of type XmlWriter.TypeModifier and TypeMethodDescriptionvoidXmlWriter.writeElement(String namespace, String name, XmlWriter.Type type) voidXmlWriter.writeElement(String nsPrefix, String nsUrl, String name, XmlWriter.Type type)