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

com.gitee.qdbp.staticize.common.NodeMetaData Maven / Gradle / Ivy

There is a newer version: 3.5.18
Show newest version
package com.gitee.qdbp.staticize.common;


public interface NodeMetaData extends BaseMetaData {

    /**
     * 获取开始标签
     *
     * @return 返回开始标签
     */
    String getOpenTag();

    /**
     * 获取结束标签
     *
     * @return 返回结束标签
     */
    String getCloseTag();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy