Uses of Class
com.yahoo.text.Utf8String
Packages that use Utf8String
-
Uses of Utf8String in com.yahoo.text
Methods in com.yahoo.text that return Utf8StringMethods in com.yahoo.text that return types with arguments of type Utf8StringModifier and TypeMethodDescriptionXMLWriter.openTags()Returns a read only view of the currently open tags we are within, sorted by highest to lowest in the hierarchy Only used for testing.Methods in com.yahoo.text with parameters of type Utf8StringModifier 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.forceAttribute(Utf8String name, Object value) Writes an attribute by XML.xmlEscape(value.toString(),false)booleanXMLWriter.isIn(Utf8String containingTag) Returns true if the immediate parent (i.e the last element in openTags) is the tag with the given nameXMLWriter.openTag(Utf8String tag)