Uses of Class
io.milton.http.XmlWriter.Element
Packages that use XmlWriter.Element
-
Uses of XmlWriter.Element in io.milton.http
Methods in io.milton.http that return XmlWriter.ElementModifier and TypeMethodDescriptionStart a new element, completing the open tag if requiredXmlWriter.Element.close()Closes the tag by determining its current state.XmlWriter.Element.close(boolean newline) XmlWriter.Element.noContent()Write a self closing tag, eg />XmlWriter.Element.noContent(boolean newLine) XmlWriter.Element.open()Completes the opening tag which is started in the constructor.XmlWriter.Element.open(boolean newline) Write a property element like -value Write a name/value attribute pairWrite the text into the element.