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

org.unlaxer.ParsedPrinter Maven / Gradle / Ivy

package org.unlaxer;

import org.unlaxer.listener.OutputLevel;

public class ParsedPrinter{
	
	public static String get(Parsed parsed , OutputLevel outputLevel){
		return String.format("status:%s | %s " , parsed.status.name() , 
				TokenPrinter.get("parsed", parsed.getOriginalTokens()));
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy