public class LocatedAttributeAdapter extends XmlAdapter<String,LocatedAttribute>
| Constructor and Description |
|---|
LocatedAttributeAdapter(XMLStreamReader reader) |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(LocatedAttribute attribute) |
LocatedAttribute |
unmarshal(String value) |
public LocatedAttributeAdapter(XMLStreamReader reader)
public LocatedAttribute unmarshal(String value) throws Exception
unmarshal in class XmlAdapter<String,LocatedAttribute>Exceptionpublic String marshal(LocatedAttribute attribute) throws Exception
marshal in class XmlAdapter<String,LocatedAttribute>ExceptionCopyright © 2012–2016 SonarSource. All rights reserved.