Uses of Class
com.yahoo.document.serialization.XmlStream
Packages that use XmlStream
Package
Description
Provides classes and interfaces for creating trees of spans over string
values in Vespa documents, and annotating these spans.
-
Uses of XmlStream in com.yahoo.document
Methods in com.yahoo.document with parameters of type XmlStream -
Uses of XmlStream in com.yahoo.document.annotation
Methods in com.yahoo.document.annotation with parameters of type XmlStream -
Uses of XmlStream in com.yahoo.document.datatypes
Methods in com.yahoo.document.datatypes with parameters of type XmlStreamModifier and TypeMethodDescriptionvoidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.abstract voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated. -
Uses of XmlStream in com.yahoo.document.serialization
Methods in com.yahoo.document.serialization with parameters of type XmlStreamModifier and TypeMethodDescriptionstatic voidXmlSerializationHelper.printArrayXml(Array array, XmlStream xml) Deprecated.static voidXmlSerializationHelper.printBoolXml(BoolFieldValue f, XmlStream xml) Deprecated.static voidXmlSerializationHelper.printByteXml(ByteFieldValue b, XmlStream xml) Deprecated.static voidXmlSerializationHelper.printDocumentXml(Document doc, XmlStream xml) Deprecated.static voidXmlSerializationHelper.printDoubleXml(DoubleFieldValue d, XmlStream xml) Deprecated.static voidXmlSerializationHelper.printFloatXml(FloatFieldValue f, XmlStream xml) Deprecated.static voidXmlSerializationHelper.printIntegerXml(IntegerFieldValue f, XmlStream xml) Deprecated.static voidXmlSerializationHelper.printLongXml(LongFieldValue l, XmlStream xml) Deprecated.static <K extends FieldValue,V extends FieldValue>
voidXmlSerializationHelper.printMapXml(MapFieldValue<K, V> map, XmlStream xml) Deprecated.static voidXmlSerializationHelper.printRawXml(Raw r, XmlStream xml) Deprecated.static voidXmlSerializationHelper.printShortfloatXml(Float16FieldValue f, XmlStream xml) Deprecated.static voidXmlSerializationHelper.printStringXml(StringFieldValue s, XmlStream xml) Deprecated.static voidXmlSerializationHelper.printStructXml(Struct s, XmlStream xml) Deprecated.static voidXmlSerializationHelper.printWeightedSetXml(WeightedSet ws, XmlStream xml) Deprecated.