public class IndentMessage extends AbstractConfigElement
| Modifier and Type | Field and Description |
|---|---|
static String |
ELEMENT_NAME |
router| Constructor and Description |
|---|
IndentMessage(Router router) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getElementName() |
boolean |
getValue() |
protected void |
parseCharacters(XMLStreamReader token) |
void |
setValue(boolean value) |
void |
write(XMLStreamWriter out) |
getRouter, setRouterdoAfterParsing, getBoolean, move2RootElementIfNeeded, parse, parseAttributes, parseChildren, toXml, writeIfNotNullpublic static final String ELEMENT_NAME
public IndentMessage(Router router)
protected String getElementName()
getElementName in class AbstractXmlElementprotected void parseCharacters(XMLStreamReader token) throws XMLStreamException
parseCharacters in class AbstractXmlElementXMLStreamExceptionpublic boolean getValue()
public void setValue(boolean value)
public void write(XMLStreamWriter out) throws XMLStreamException
write in interface XMLElementwrite in class AbstractXmlElementXMLStreamExceptionCopyright © 2012. All Rights Reserved.