Uses of Class
com.yahoo.document.annotation.AlternateSpanList
Packages that use AlternateSpanList
Package
Description
Provides classes and interfaces for creating trees of spans over string
values in Vespa documents, and annotating these spans.
-
Uses of AlternateSpanList in com.yahoo.document.annotation
Methods in com.yahoo.document.annotation that return AlternateSpanListModifier and TypeMethodDescriptionConvenience method to add a span node to the child tree at index i.Adds a child node to the first subtree of this AlternateSpanList.Methods in com.yahoo.document.annotation with parameters of type AlternateSpanListModifier and TypeMethodDescriptionvoidAlternateSpanList.move(int i, int nodeNum, AlternateSpanList target, int targetSubTree) Moves a child of this SpanList to another SpanList.voidAlternateSpanList.move(int i, SpanNode node, AlternateSpanList target, int targetSubTree) Moves a child of this SpanList to another SpanList.voidSpanList.move(int nodeNum, AlternateSpanList target, int targetSubTree) Moves a child of this SpanList to another SpanList.voidSpanList.move(SpanNode node, AlternateSpanList target, int targetSubTree) Moves a child of this SpanList to another SpanList.Constructors in com.yahoo.document.annotation with parameters of type AlternateSpanListModifierConstructorDescriptionAlternateSpanList(AlternateSpanList otherSpanList) Deep-copies another AlternateSpanList. -
Uses of AlternateSpanList in com.yahoo.document.serialization
Methods in com.yahoo.document.serialization with parameters of type AlternateSpanListModifier and TypeMethodDescriptionvoidSpanNodeReader.read(AlternateSpanList altSpanList) voidVespaDocumentDeserializer6.read(AlternateSpanList altSpanList) Deprecated, for removal: This API element is subject to removal in a future version.voidSpanNodeWriter.write(AlternateSpanList altSpanList) voidVespaDocumentSerializer6.write(AlternateSpanList altSpanList) Deprecated, for removal: This API element is subject to removal in a future version.