public class XmlAttributeElementSaxParser extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected KiteConfiguration |
kiteConfiguration |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
addChildElement(com.github.developframework.kite.core.saxparser.ParseContext parseContext,
KiteElement kiteElement) |
protected void |
addOtherAttributes(XmlAttributeElement element,
Attributes attributes)
增加其它属性
|
protected XmlAttributeElement |
createElementInstance(com.github.developframework.kite.core.saxparser.ParseContext parseContext,
DataDefinition dataDefinition,
String alias)
创建节点实例
|
void |
handleAtEndElement(com.github.developframework.kite.core.saxparser.ParseContext parseContext) |
void |
handleAtStartElement(com.github.developframework.kite.core.saxparser.ParseContext parseContext,
Attributes attributes) |
protected void |
otherOperation(com.github.developframework.kite.core.saxparser.ParseContext parseContext,
XmlAttributeElement element)
其它操作
|
String |
qName() |
protected KiteConfiguration kiteConfiguration
protected XmlAttributeElement createElementInstance(com.github.developframework.kite.core.saxparser.ParseContext parseContext, DataDefinition dataDefinition, String alias)
parseContext - 上下文dataDefinition - 数据定义alias - 别名protected void addOtherAttributes(XmlAttributeElement element, Attributes attributes)
element - 节点attributes - 属性protected void otherOperation(com.github.developframework.kite.core.saxparser.ParseContext parseContext,
XmlAttributeElement element)
parseContext - 上下文element - 节点public String qName()
public void handleAtStartElement(com.github.developframework.kite.core.saxparser.ParseContext parseContext,
Attributes attributes)
public void handleAtEndElement(com.github.developframework.kite.core.saxparser.ParseContext parseContext)
protected void addChildElement(com.github.developframework.kite.core.saxparser.ParseContext parseContext,
KiteElement kiteElement)
Copyright © 2018. All rights reserved.