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

xmlparser.xpath.TextSegment Maven / Gradle / Ivy

The newest version!
package xmlparser.xpath;

import static xmlparser.utils.Constants.SEGMENT_EXPRESSION;

public class TextSegment extends Segment {

	@Override
	public String toString() {
		return SEGMENT_EXPRESSION;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy