org.sapia.archie.impl
Class DefaultNode

java.lang.Object
  extended by org.sapia.archie.AbstractNode
      extended by org.sapia.archie.impl.SingleValueNode
          extended by org.sapia.archie.impl.DefaultNode
All Implemented Interfaces:
Node

public class DefaultNode
extends SingleValueNode

Default Node implementation.

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site
See Also:
SingleValueNode

Field Summary
 
Fields inherited from class org.sapia.archie.impl.SingleValueNode
_values
 
Fields inherited from class org.sapia.archie.AbstractNode
_children, _fac
 
Constructor Summary
DefaultNode()
           
 
Method Summary
 
Methods inherited from class org.sapia.archie.impl.SingleValueNode
getEntries, getValue, getValueCount, getValueNames, onRead, onWrite, putValue, removeValue
 
Methods inherited from class org.sapia.archie.AbstractNode
createChild, getAbsolutePath, getChild, getChildren, getChildrenCount, getChildrenNames, getName, getNameParser, getParent, removeChild, setUp, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultNode

public DefaultNode()
            throws ProcessingException
Throws:
ProcessingException


Copyright © 2010 Sapia OSS. All Rights Reserved.