public class StringxmlAdapter extends XmlAdapter<StringxmlElement,Attribute>
| Constructor and Description |
|---|
StringxmlAdapter() |
| Modifier and Type | Method and Description |
|---|---|
StringxmlElement |
marshal(Attribute attribute) |
static StringxmlElement |
marshalFrom(Attribute attribute) |
Attribute |
unmarshal(StringxmlElement element) |
static Attribute |
unmarshalFrom(StringxmlElement element) |
public static StringxmlElement marshalFrom(Attribute attribute) throws CatalogTransformerException
attribute - CatalogTransformerExceptionpublic static Attribute unmarshalFrom(StringxmlElement element) throws CatalogTransformerException, TransformerException, JAXBException
public StringxmlElement marshal(Attribute attribute) throws CatalogTransformerException
marshal in class XmlAdapter<StringxmlElement,Attribute>CatalogTransformerExceptionpublic Attribute unmarshal(StringxmlElement element) throws CatalogTransformerException, TransformerException, JAXBException
unmarshal in class XmlAdapter<StringxmlElement,Attribute>CatalogTransformerExceptionTransformerExceptionJAXBExceptionThis work is licensed under a Creative Commons Attribution 4.0 International License.