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

com.altova.text.flex.Splitter Maven / Gradle / Ivy

////////////////////////////////////////////////////////////////////////
//
// Splitter.java
//
// This file was generated by MapForce 2017sp2.
//
// YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE
// OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION.
//
// Refer to the MapForce Documentation for further details.
// http://www.altova.com/mapforce
//
////////////////////////////////////////////////////////////////////////

package com.altova.text.flex;

public abstract class Splitter
{
	public static final char CR = '\r';
	public static final char LF = '\n';
	
	public abstract Range split(Range r);
	public abstract void appendDelimiter(Appender output);
	public void prepareUpper(StringBuffer buffer, int lineEnd) { }
	public void prepareLower(StringBuffer buffer, int lineEnd) { }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy