|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeAttribute | |
---|---|
net.sf.ehcache.config.generator.model | This package contains utility classes encapsulating ideas of Elements and Attributes. |
Uses of NodeAttribute in net.sf.ehcache.config.generator.model |
---|
Classes in net.sf.ehcache.config.generator.model that implement NodeAttribute | |
---|---|
class |
SimpleNodeAttribute
Implementation of the NodeAttribute interface |
Fields in net.sf.ehcache.config.generator.model with type parameters of type NodeAttribute | |
---|---|
protected List<NodeAttribute> |
AbstractNodeElement.attributes
List of attributes |
Methods in net.sf.ehcache.config.generator.model that return NodeAttribute | |
---|---|
NodeAttribute |
NodeAttribute.defaultValue(String defaultValue)
Builder convenience method for setting defaultValue |
NodeAttribute |
NodeAttribute.optional(boolean optional)
Builder convenience method for setting optional |
Methods in net.sf.ehcache.config.generator.model that return types with arguments of type NodeAttribute | |
---|---|
List<NodeAttribute> |
NodeElement.getAttributes()
List of attributes of this element |
List<NodeAttribute> |
AbstractNodeElement.getAttributes()
List of attributes of this element |
Methods in net.sf.ehcache.config.generator.model with parameters of type NodeAttribute | |
---|---|
void |
NodeElement.addAttribute(NodeAttribute attribute)
Add an attribute |
void |
AbstractNodeElement.addAttribute(NodeAttribute attribute)
Add an attribute |
protected void |
XMLGeneratorVisitor.visitAttribute(NodeElement element,
NodeAttribute attribute)
Visits an attribute. |
Method parameters in net.sf.ehcache.config.generator.model with type arguments of type NodeAttribute | |
---|---|
protected void |
XMLGeneratorVisitor.visitAttributes(NodeElement element,
List<NodeAttribute> attributes)
Visits the attributes of the element. |
protected void |
AbstractDepthFirstVisitor.visitAttributes(NodeElement element,
List<NodeAttribute> attributes)
Visits the attributes of the element. |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |