com.orientechnologies.jdo.system
Class oXMLNode

java.lang.Object
  extended bycom.orientechnologies.jdo.system.oXMLNode

public class oXMLNode
extends java.lang.Object

XML Node


Constructor Summary
oXMLNode()
           
 
Method Summary
 d_Dictionary getAttributes()
           
 d_Dictionary getChildren()
           
 java.lang.String getName()
           
 oXMLNode getParent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

oXMLNode

public oXMLNode()
Method Detail

getParent

public oXMLNode getParent()

getName

public java.lang.String getName()

getChildren

public d_Dictionary getChildren()

getAttributes

public d_Dictionary getAttributes()