Package net.sf.ehcache.config.generator.model
This package contains utility classes encapsulating ideas of Elements and Attributes.
Also contains other related classes like visitors etc.
-
Interface Summary Interface Description NodeAttribute Interface that abstracts the idea of an attribute.NodeElement Interface that abstracts the idea of an element.NodeElementVisitor Interface for visiting aNodeElement -
Class Summary Class Description AbstractDepthFirstVisitor Implementation ofNodeElementVisitorthat does a depth-first traversal of the element.AbstractNodeElement An abstract implementation ofNodeElement.SimpleNodeAttribute Implementation of theNodeAttributeinterfaceSimpleNodeElement A concrete class extending theAbstractNodeElementclassXMLGeneratorVisitor Implementation of an ElementVisitor extending fromAbstractDepthFirstVisitorwhich can generate XML out of aNodeElement. -
Enum Summary Enum Description XMLGeneratorVisitor.OutputBehavior Enum controlling the generated XML output