public class MappingObjectElementSaxParser extends Object
| 构造器和说明 |
|---|
MappingObjectElementSaxParser() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
addOtherAttributes(MappingObjectElement element,
Attributes attributes)
extension: add other attributes
|
protected void |
forClass(ContainerElement element,
Attributes attributes)
Handle for attribute: for-class
|
protected MappingObjectElement |
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,
T element)
extension: other operation
|
String |
qName() |
public String qName()
protected MappingObjectElement getElementInstance(String data, String alias)
data - data stringalias - alias stringprotected void addOtherAttributes(MappingObjectElement element, Attributes attributes)
element - elementattributes - attributesprotected final void forClass(ContainerElement element, Attributes attributes)
element - container elementattributes - sax attributespublic void handleAtEndElement(com.github.developframework.jsonview.core.xml.ParserContext context)
context - parserContextprotected void otherOperation(com.github.developframework.jsonview.core.xml.ParserContext context,
T element)
context - contextelement - elementpublic void handleAtStartElement(com.github.developframework.jsonview.core.xml.ParserContext context,
Attributes attributes)
context - parserContextattributes - sax attributesCopyright © 2016. All rights reserved.