public class NodeAdapter extends XmlAdapter<ComplexNode,Node>
| Modifier and Type | Field and Description |
|---|---|
static ThreadLocal<NodeTransformer> |
NODE_TRANSFORMER_PROVIDER |
| Constructor and Description |
|---|
NodeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
ComplexNode |
marshal(Node node) |
Node |
unmarshal(ComplexNode value) |
public static final ThreadLocal<NodeTransformer> NODE_TRANSFORMER_PROVIDER
public Node unmarshal(ComplexNode value)
unmarshal in class XmlAdapter<ComplexNode,Node>public ComplexNode marshal(Node node)
marshal in class XmlAdapter<ComplexNode,Node>Copyright © 2019 University of Tartu. All rights reserved.