Package | Description |
---|---|
net.sf.ehcache.config.generator.model |
This package contains utility classes encapsulating ideas of Elements and Attributes.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDepthFirstVisitor
Implementation of
NodeElementVisitor that does a depth-first traversal of the element. |
class |
XMLGeneratorVisitor
Implementation of an ElementVisitor extending from
AbstractDepthFirstVisitor which can generate XML out of a NodeElement . |
Modifier and Type | Method and Description |
---|---|
void |
NodeElement.accept(NodeElementVisitor visitor)
Accepts an
NodeElementVisitor |
void |
AbstractNodeElement.accept(NodeElementVisitor visitor)
Accepts an
NodeElementVisitor |
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.