
com.github.fartherp.framework.common.xml.Element Maven / Gradle / Ivy
/*
* Copyright (c) 2017. CK. All rights reserved.
*/
package com.github.fartherp.framework.common.xml;
/**
* 元素接口,定义获取元素最终字符串
* Author: CK
* Date: 2015/8/15
*/
public interface Element {
/**
* 定义子类格式化内容
* @param indentLevel 级别
* @return 返回字符串
*/
public abstract String getFormattedContent(int indentLevel);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy