public class SimpleAttributeWritingStrategy extends Object implements AttributeWritingStrategy
Constructor and Description |
---|
SimpleAttributeWritingStrategy(Document document,
String key) |
Modifier and Type | Method and Description |
---|---|
protected Element |
createElement(Document document,
String key,
String value,
com.google.common.base.Optional<String> namespace) |
protected Object |
preprocess(Object value) |
void |
writeElement(Element parentElement,
String namespace,
Object value) |
public void writeElement(Element parentElement, String namespace, Object value)
writeElement
in interface AttributeWritingStrategy
protected Element createElement(Document document, String key, String value, com.google.common.base.Optional<String> namespace)
Copyright © 2019 OpenDaylight. All rights reserved.