public class LinkPropertyElementSaxParser extends Object
| 构造器和说明 |
|---|
LinkPropertyElementSaxParser() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
addOtherAttributes(LinkPropertyElement element,
Attributes attributes)
extension: add other attributes
|
protected LinkPropertyElement |
getElementInstance(String data,
String alias)
extension: get element instance
|
void |
handleAtEndElement(com.github.developframework.jsonview.core.xml.ParserContext context)
handle operrate at sax elememt end
|
void |
handleAtStartElement(com.github.developframework.jsonview.core.xml.ParserContext context,
Attributes attributes)
handle operrate at sax elememt start
|
protected void |
otherOperation(com.github.developframework.jsonview.core.xml.ParserContext context,
LinkPropertyElement element)
extension: other operation
|
String |
qName() |
public String qName()
protected LinkPropertyElement getElementInstance(String data, String alias)
data - data stringalias - alias stringprotected void addOtherAttributes(LinkPropertyElement element, Attributes attributes)
element - elementattributes - attributesprotected void otherOperation(com.github.developframework.jsonview.core.xml.ParserContext context,
LinkPropertyElement element)
context - contextelement - elementpublic void handleAtStartElement(com.github.developframework.jsonview.core.xml.ParserContext context,
Attributes attributes)
context - parserContextattributes - sax attributespublic void handleAtEndElement(com.github.developframework.jsonview.core.xml.ParserContext context)
context - parserContextCopyright © 2016. All rights reserved.