类 CaseElementSaxParser
- java.lang.Object
-
- com.github.developframework.kite.core.saxparser.CaseElementSaxParser
-
public class CaseElementSaxParser extends Object
case节点解析器- 作者:
- qiushui on 2018-10-28.
-
-
字段概要
字段 修饰符和类型 字段 说明 protected KiteConfigurationkiteConfiguration
-
构造器概要
构造器 构造器 说明 CaseElementSaxParser(KiteConfiguration kiteConfiguration)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected voidaddChildElement(com.github.developframework.kite.core.saxparser.ParseContext parseContext, KiteElement kiteElement)voidhandleAtEndElement(com.github.developframework.kite.core.saxparser.ParseContext parseContext)voidhandleAtStartElement(com.github.developframework.kite.core.saxparser.ParseContext parseContext, Attributes attributes)StringqName()
-
-
-
字段详细资料
-
kiteConfiguration
protected KiteConfiguration kiteConfiguration
-
-
构造器详细资料
-
CaseElementSaxParser
public CaseElementSaxParser(KiteConfiguration kiteConfiguration)
-
-
方法详细资料
-
qName
public String qName()
-
handleAtStartElement
public void handleAtStartElement(com.github.developframework.kite.core.saxparser.ParseContext parseContext, Attributes attributes)
-
handleAtEndElement
public void handleAtEndElement(com.github.developframework.kite.core.saxparser.ParseContext parseContext)
-
addChildElement
protected void addChildElement(com.github.developframework.kite.core.saxparser.ParseContext parseContext, KiteElement kiteElement)
-
-