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

org.unlaxer.parser.elementary.SingleQuotedParser Maven / Gradle / Ivy

package org.unlaxer.parser.elementary;

public class SingleQuotedParser extends QuotedParser{

	private static final long serialVersionUID = 5819498054242437000L;
	
	public SingleQuotedParser() {
		super(new SingleQuoteParser());
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy