org.oXML.extras.db
Class ConnectionNode

java.lang.Object
  extended byorg.oXML.type.AbstractNode
      extended byorg.oXML.extras.db.ConnectionNode
All Implemented Interfaces:
Node

public class ConnectionNode
extends AbstractNode


Field Summary
static Type TYPE
           
 
Fields inherited from class org.oXML.type.AbstractNode
me
 
Constructor Summary
ConnectionNode(ConnectionNode other, boolean deep)
           
ConnectionNode(Connector connector)
           
 
Method Summary
 Node copy(boolean deep)
           
 java.lang.String toString()
           
 
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, init, insert, numberValue, removeChild, setAttribute, setAttribute, setInstance, setName, setParent, stringValue
 
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

ConnectionNode

public ConnectionNode(Connector connector)

ConnectionNode

public ConnectionNode(ConnectionNode other,
                      boolean deep)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class AbstractNode

copy

public Node copy(boolean deep)