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