All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yahoo.document.serialization.SpanNodeReader Maven / Gradle / Ivy

// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.document.serialization;

import com.yahoo.document.annotation.AlternateSpanList;
import com.yahoo.document.annotation.Span;
import com.yahoo.document.annotation.SpanList;
import com.yahoo.document.annotation.SpanNode;

/**
 * @author Einar M R Rosenvinge
 */
public interface SpanNodeReader {
    public void read(Span span);
    public void read(SpanList spanList);
    public void read(AlternateSpanList altSpanList);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy