Package org.sapia.archie

Interface Summary
NameParser An instance of this interface creates Name instances from string representations.
NamePart Models a part in a Name.
Node This interface specifies the behavior of "nodes".
NodeFactory Specifies the behavior of a factory of Nodes.
NodeVisitor Implements the Visitor pattern; allows implementation to traverse Node hierarchies.
 

Class Summary
AbstractNode Abstract implementation of the Node interface.
Archie An instance of this class wraps a Node and offers a user-friendly API on top of the latter.
Entry  
Name This interface provides an object reprentation of a "name".
 

Exception Summary
DuplicateException Thrown when a duplication is detected (for example, when a node with a given name already exits for a new node that uses the same name).
NodeCreationException Thrown when a Node could not be created.
NotFoundException Thrown when a given node or value is not found for a given name.
ProcessingException Thrown when problem occurs during node manipulation.
 



Copyright © 2010 Sapia OSS. All Rights Reserved.