public class CommonAttributesParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ID |
static String |
MCDA_CONCEPT |
static String |
NAME |
| Constructor and Description |
|---|
CommonAttributesParser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleAttribute(CommonAttributes obj,
Attribute attribute) |
void |
handleAttributes(CommonAttributes obj,
StartElement startElement) |
void |
toXML(CommonAttributes obj,
XMLStreamWriter writer) |
public static final String ID
public static final String NAME
public static final String MCDA_CONCEPT
public void handleAttributes(CommonAttributes obj, StartElement startElement)
public boolean handleAttribute(CommonAttributes obj, Attribute attribute)
public void toXML(CommonAttributes obj, XMLStreamWriter writer) throws XMLStreamException
XMLStreamExceptionCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.