org.oXML.type
Class MultiMapNode

java.lang.Object
  extended byorg.oXML.type.AbstractNode
      extended byorg.oXML.type.MultiMapNode
All Implemented Interfaces:
Node

public class MultiMapNode
extends AbstractNode

ObjectBox - o:XML compiler and interpreter for more information see http://www.o-xml.org/objectbox Copyright (C) 2002/2003 Martin Klang, Alpha Plus Technology Ltd email: martin at hack.org This class has been generated from an o:XML template


Field Summary
static Type TYPE
           
 
Fields inherited from class org.oXML.type.AbstractNode
me
 
Constructor Summary
MultiMapNode()
          generated constructor, called directly
MultiMapNode(AbstractNode me, Type type)
           
MultiMapNode(MapNode other, boolean deep)
          generated constructor, called directly
 
Method Summary
 Node add(Node key, Node value)
           
 Node copy(boolean deep)
           
 Node get(Node key)
           
 void init()
           
 void init(MapNode other, boolean deep)
           
 Node put(Node key, Node value)
           
 
Methods inherited from class org.oXML.type.AbstractNode
addChildNode, booleanValue, byteValue, cast, cast, equals, equals, getAttribute, getAttributes, getAttributeValue, getChildNodes, getDocument, getInstance, getName, getNextSibling, getParent, getPreviousSibling, getType, hashCode, hasInstance, insert, numberValue, removeChild, setAttribute, setAttribute, setInstance, setName, setParent, stringValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final Type TYPE
Constructor Detail

MultiMapNode

public MultiMapNode(AbstractNode me,
                    Type type)

MultiMapNode

public MultiMapNode(MapNode other,
                    boolean deep)
generated constructor, called directly


MultiMapNode

public MultiMapNode()
generated constructor, called directly

Method Detail

init

public void init(MapNode other,
                 boolean deep)

init

public void init()
Overrides:
init in class AbstractNode

put

public Node put(Node key,
                Node value)

get

public Node get(Node key)

add

public Node add(Node key,
                Node value)

copy

public Node copy(boolean deep)