类 JsonElementSaxParser
- java.lang.Object
-
- com.github.developframework.kite.core.saxparser.JsonElementSaxParser
-
public class JsonElementSaxParser extends Object
json节点解析器- 作者:
- qiushui on 2018-12-28.
-
-
字段概要
字段 修饰符和类型 字段 说明 protected KiteConfigurationkiteConfiguration
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected voidaddChildElement(com.github.developframework.kite.core.saxparser.ParseContext parseContext, KiteElement kiteElement)protected voidaddOtherAttributes(JsonKiteElement element, Attributes attributes)增加其它属性protected JsonKiteElementcreateElementInstance(com.github.developframework.kite.core.saxparser.ParseContext parseContext, DataDefinition dataDefinition, String alias)创建节点实例voidhandleAtEndElement(com.github.developframework.kite.core.saxparser.ParseContext parseContext)voidhandleAtStartElement(com.github.developframework.kite.core.saxparser.ParseContext parseContext, Attributes attributes)protected voidotherOperation(com.github.developframework.kite.core.saxparser.ParseContext parseContext, JsonKiteElement element)其它操作StringqName()
-
-
-
字段详细资料
-
kiteConfiguration
protected KiteConfiguration kiteConfiguration
-
-
方法详细资料
-
createElementInstance
protected JsonKiteElement createElementInstance(com.github.developframework.kite.core.saxparser.ParseContext parseContext, DataDefinition dataDefinition, String alias)
创建节点实例- 参数:
parseContext- 上下文dataDefinition- 数据定义alias- 别名- 返回:
- 节点实例
-
addOtherAttributes
protected void addOtherAttributes(JsonKiteElement element, Attributes attributes)
增加其它属性- 参数:
element- 节点attributes- 属性
-
otherOperation
protected void otherOperation(com.github.developframework.kite.core.saxparser.ParseContext parseContext, JsonKiteElement element)其它操作- 参数:
parseContext- 上下文element- 节点
-
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)
-
-