public class BooleanPropertyElementSaxParser extends ConfigableElementSaxParser
jsonviewConfiguration| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
addOtherAttributes(BooleanPropertyElement element,
Attributes attributes)
extension: add other attributes
|
protected BooleanPropertyElement |
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,
BooleanPropertyElement element)
extension: other operation
|
String |
qName() |
getJsonviewConfigurationpublic String qName()
protected BooleanPropertyElement getElementInstance(String data, String alias)
data - data stringalias - alias stringprotected void addOtherAttributes(BooleanPropertyElement element, Attributes attributes)
element - elementattributes - attributesprotected void otherOperation(com.github.developframework.jsonview.core.xml.ParserContext context,
BooleanPropertyElement 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–2017. All rights reserved.