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

org.unlaxer.parser.PositionedElements Maven / Gradle / Ivy

package org.unlaxer.parser;

import java.util.List;

import org.unlaxer.RangedContent;

public class PositionedElements{
	
	public final List> elements;

	public PositionedElements(List> elements) {
		super();
		this.elements = elements;
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy