| 
 | Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.2) Part Number E27170-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface WLDOMStructure
| Method Summary | |
|---|---|
|  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. | 
|  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, 2013, 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.1.2) Part Number E27170-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||