ehcache

Package net.sf.ehcache.config.generator.model

This package contains utility classes encapsulating ideas of Elements and Attributes.

See:
          Description

Interface Summary
NodeAttribute Interface that abstracts the idea of an attribute.
NodeElement Interface that abstracts the idea of an element.
NodeElementVisitor Interface for visiting a NodeElement
 

Class Summary
AbstractDepthFirstVisitor Implementation of NodeElementVisitor that does a depth-first traversal of the element.
AbstractNodeElement An abstract implementation of NodeElement.
SimpleNodeAttribute Implementation of the NodeAttribute interface
SimpleNodeElement A concrete class extending the AbstractNodeElement class
XMLGeneratorVisitor Implementation of an ElementVisitor extending from AbstractDepthFirstVisitor which can generate XML out of a NodeElement.
 

Enum Summary
XMLGeneratorVisitor.OutputBehavior Enum controlling the generated XML output
 

Package net.sf.ehcache.config.generator.model Description

This package contains utility classes encapsulating ideas of Elements and Attributes. Also contains other related classes like visitors etc.


ehcache

Copyright 2001-2014, Terracotta, Inc.