org.moremotion.config
Class ConfigNode

java.lang.Object
  extended by org.moremotion.config.ConfigNode

public class ConfigNode
extends java.lang.Object

Version:
$Id: ConfigNode.java 406 2009-07-20 07:58:21Z erkan $

Constructor Summary
ConfigNode(org.w3c.dom.Node node)
          Creates a new instance of ConfigNode
 
Method Summary
 java.lang.String getAttribute(java.lang.String name)
           
 org.w3c.dom.Element getElement()
           
 java.lang.String getName()
           
 org.w3c.dom.Node getNode()
           
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigNode

public ConfigNode(org.w3c.dom.Node node)
Creates a new instance of ConfigNode

Method Detail

getNode

public org.w3c.dom.Node getNode()

getElement

public org.w3c.dom.Element getElement()

getName

public java.lang.String getName()

getValue

public java.lang.String getValue()

getAttribute

public java.lang.String getAttribute(java.lang.String name)


Copyright © 2002-2011 MOR YAZILIM. All Rights Reserved.