package com.xcong.farmer.cms.core.handler; import com.xcong.farmer.cms.core.node.AttrNode; public interface DataParserHandler { void dataParser(AttrNode attrNode); }