Package | Description |
---|---|
com.yahoo.text |
Modifier and Type | Field and Description |
---|---|
private static Utf8String |
XMLWriter.ATTRIBUTE_END |
private static Utf8String |
XMLWriter.ATTRIBUTE_START |
private static Utf8String |
XMLWriter.EGT |
private static Utf8String |
XMLWriter.ELT |
private static Utf8String |
XMLWriter.ENCODING_END |
private static Utf8String |
XMLWriter.ENCODING_START |
private static Utf8String |
XMLWriter.GT |
private static Utf8String |
XMLWriter.INDENT |
private static Utf8String |
XMLWriter.LF |
private static Utf8String |
XMLWriter.LT |
private static Utf8String |
XMLWriter.SPACE |
private Utf8String |
DataTypeIdentifier.utf8 |
Modifier and Type | Field and Description |
---|---|
private List<Utf8String> |
XMLWriter.openTags
The current list of parent tags
|
private List<Utf8String> |
XMLWriter.unmodifiableOpenTags |
Modifier and Type | Method and Description |
---|---|
Utf8String |
DataTypeIdentifier.getUtf8() |
Modifier and Type | Method and Description |
---|---|
List<Utf8String> |
XMLWriter.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.
|
Modifier and Type | Method and Description |
---|---|
XMLWriter |
XMLWriter.attribute(Utf8String name,
AbstractUtf8Array value)
Writes an attribute by its utf8 value
|
XMLWriter |
XMLWriter.attribute(Utf8String name,
boolean value)
Writes an attribute by its utf8 value
|
XMLWriter |
XMLWriter.attribute(Utf8String name,
double value)
Writes an attribute by its utf8 value
|
XMLWriter |
XMLWriter.attribute(Utf8String name,
long value)
Writes an attribute by its utf8 value
|
XMLWriter |
XMLWriter.attribute(Utf8String name,
Number value)
Writes an attribute by its utf8 value
|
XMLWriter |
XMLWriter.attribute(Utf8String name,
String value)
Writes an attribute by XML.xmlEscape(value.toString(),false)
|
XMLWriter |
XMLWriter.forceAttribute(Utf8String name,
Object value)
Writes an attribute by XML.xmlEscape(value.toString(),false)
|
boolean |
XMLWriter.isIn(Utf8String containingTag)
Returns true if the immediate parent (i.e the last element in openTags)
is the tag with the given name
|
XMLWriter |
XMLWriter.openTag(Utf8String tag) |
Copyright © 2018. All rights reserved.