|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface WLDOMStructure
| Method Summary | |
|---|---|
abstract void |
marshal(Element parentElement, Node nextSibling, Map namespaces)Creates a Node, serializes the object to it and adds it as a child to the parent element. |
abstract void |
unmarshal(Node node)Deserializes the object from a node. |
| Method Detail |
|---|
void marshal(Element parentElement,
Node nextSibling,
Map namespaces)
throws MarshalException
parentElement - Parent element of the node.nextSibling - Sibling the node is inserted before. If nextSibling is null, the node has to be appended at the end.namespaces - Namespace-prefix to URI mapping scoped for the node to create.MarshalException
void unmarshal(Node node)
throws MarshalException
node - Node the object is deserialzed from.MarshalException
|
Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||