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

org.guppy4j.datatree.ReadableData Maven / Gradle / Ivy

The newest version!
package org.guppy4j.datatree;

/**
 * Message that makes text content of nodes available
 * (via expressions, e.g. xpath)
 */
public interface ReadableData extends Data {

    String get(String expression);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy