Uses of Class
com.yahoo.text.XMLWriter
Packages that use XMLWriter
-
Uses of XMLWriter in com.yahoo.text
Methods in com.yahoo.text that return XMLWriterModifier and TypeMethodDescriptionXMLWriter.attribute
(Utf8String name, boolean value) Writes an attribute by its utf8 valueXMLWriter.attribute
(Utf8String name, double value) Writes an attribute by its utf8 valueXMLWriter.attribute
(Utf8String name, long value) Writes an attribute by its utf8 valueXMLWriter.attribute
(Utf8String name, AbstractUtf8Array value) Writes an attribute by its utf8 valueXMLWriter.attribute
(Utf8String name, Number value) Writes an attribute by its utf8 valueXMLWriter.attribute
(Utf8String name, String value) Writes an attribute by XML.xmlEscape(value.toString(),false)XMLWriter.closeStartTag()
Closes the start tag.XMLWriter.closeTag()
XML escapes and writes the content.toString().XMLWriter.escapedAsciiContent
(String content, boolean multiline) Writes the given US-ASCII only string as-is.XMLWriter.escapedContent
(String content, boolean multiline) Writes the given string as-is.XMLWriter.forceAttribute
(Utf8String name, Object value) Writes an attribute by XML.xmlEscape(value.toString(),false)XMLWriter.forceAttribute
(String name, Object value) static XMLWriter
Returns the input writer as-is if it is an XMLWriter instance.static XMLWriter
Returns the input writer as-is if it is an XMLWriter instance.XMLWriter.openTag
(Utf8String tag)