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 |
SimpleNodeAttribute
Implementation of the
NodeAttribute interface |
Modifier and Type | Field and Description |
---|---|
protected List<NodeAttribute> |
AbstractNodeElement.attributes
List of attributes
|
Modifier and Type | Method and Description |
---|---|
NodeAttribute |
NodeAttribute.defaultValue(String defaultValue)
Builder convenience method for setting defaultValue
|
NodeAttribute |
NodeAttribute.optional(boolean optional)
Builder convenience method for setting optional
|
Modifier and Type | Method and Description |
---|---|
List<NodeAttribute> |
NodeElement.getAttributes()
List of attributes of this element
|
List<NodeAttribute> |
AbstractNodeElement.getAttributes()
List of attributes of this element
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.