Uses of Interface
net.sf.ehcache.config.generator.model.NodeElement
-
Packages that use NodeElement Package Description net.sf.ehcache.config This package contains the cache configuration code.net.sf.ehcache.config.generator.model This package contains utility classes encapsulating ideas of Elements and Attributes.net.sf.ehcache.config.generator.model.elements This package contains utility classes encapsulating ideas of Elements and Attributes from the ehcache.xsd -
-
Uses of NodeElement in net.sf.ehcache.config
Methods in net.sf.ehcache.config that return NodeElement Modifier and Type Method Description NodeElementSearchAttribute. asConfigElement(NodeElement parent)Create a generated config element node for this search attribute definitionMethods in net.sf.ehcache.config with parameters of type NodeElement Modifier and Type Method Description NodeElementSearchAttribute. asConfigElement(NodeElement parent)Create a generated config element node for this search attribute definition -
Uses of NodeElement in net.sf.ehcache.config.generator.model
Classes in net.sf.ehcache.config.generator.model that implement NodeElement Modifier and Type Class Description classAbstractNodeElementAn abstract implementation ofNodeElement.classSimpleNodeElementA concrete class extending theAbstractNodeElementclassFields in net.sf.ehcache.config.generator.model declared as NodeElement Modifier and Type Field Description protected NodeElementAbstractNodeElement. parentThe parentFields in net.sf.ehcache.config.generator.model with type parameters of type NodeElement Modifier and Type Field Description protected java.util.List<NodeElement>AbstractNodeElement. childrenList of child elementsMethods in net.sf.ehcache.config.generator.model that return NodeElement Modifier and Type Method Description NodeElementAbstractNodeElement. getParent()Returns the parent of this element.NodeElementNodeElement. getParent()Returns the parent of this element.Methods in net.sf.ehcache.config.generator.model that return types with arguments of type NodeElement Modifier and Type Method Description java.util.List<NodeElement>AbstractNodeElement. getChildElements()Returns the list of child elements.java.util.List<NodeElement>NodeElement. getChildElements()Returns the list of child elements.Methods in net.sf.ehcache.config.generator.model with parameters of type NodeElement Modifier and Type Method Description static voidAbstractNodeElement. addAllFactoryConfigsAsChildElements(NodeElement element, java.lang.String name, java.util.Collection<? extends FactoryConfiguration> factoryConfigurations)Helper method that adds all theFactoryConfigurationfrom the parameter as child elements by creatingFactoryConfigurationElementfor each of themvoidAbstractNodeElement. addChildElement(NodeElement childElement)Adds a child element.voidNodeElement. addChildElement(NodeElement childElement)Adds a child element.protected voidAbstractDepthFirstVisitor. endAttributes(NodeElement element)Finish visiting attributes of the element.protected voidXMLGeneratorVisitor. endAttributes(NodeElement element)Finish visiting attributes of the element.protected voidAbstractDepthFirstVisitor. endChildren(NodeElement element)Finish visiting children of the element.protected voidXMLGeneratorVisitor. endChildren(NodeElement element)Finish visiting children of the element.protected voidAbstractDepthFirstVisitor. endElement(NodeElement element)Finish visiting the element.protected voidXMLGeneratorVisitor. endElement(NodeElement element)Finish visiting the element.static java.util.List<FactoryConfigurationElement>AbstractNodeElement. getAllFactoryElements(NodeElement parent, java.lang.String name, java.util.Collection factoryConfigurations1)Helper method that createsFactoryConfigurationElement's from a collection ofFactoryConfiguration'sprotected voidAbstractDepthFirstVisitor. startAttributes(NodeElement element)Starts visiting the attributes of the element.protected voidXMLGeneratorVisitor. startAttributes(NodeElement element)Starts visiting the attributes of the element.protected voidAbstractDepthFirstVisitor. startChildren(NodeElement element)Starts visiting children of the element.protected voidXMLGeneratorVisitor. startChildren(NodeElement element)Starts visiting children of the element.protected voidAbstractDepthFirstVisitor. startElement(NodeElement element)Starts visiting an element.protected voidXMLGeneratorVisitor. startElement(NodeElement element)Starts visiting an element.voidAbstractDepthFirstVisitor. visit(NodeElement element)Visit the elementvoidNodeElementVisitor. visit(NodeElement element)Visit the elementprotected voidXMLGeneratorVisitor. visitAttribute(NodeElement element, NodeAttribute attribute)Visits an attribute.protected voidAbstractDepthFirstVisitor. visitAttributes(NodeElement element, java.util.List<NodeAttribute> attributes)Visits the attributes of the element.protected voidXMLGeneratorVisitor. visitAttributes(NodeElement element, java.util.List<NodeAttribute> attributes)Visits the attributes of the element.protected voidAbstractDepthFirstVisitor. visitElement(NodeElement element)Visits the element.protected voidXMLGeneratorVisitor. visitElement(NodeElement element)Visits the element.Constructors in net.sf.ehcache.config.generator.model with parameters of type NodeElement Constructor Description AbstractNodeElement(NodeElement parent)Constructor accepting the parent of this elementSimpleNodeElement(NodeElement parent, java.lang.String name)Constructor accepting the parent and name of this element -
Uses of NodeElement in net.sf.ehcache.config.generator.model.elements
Methods in net.sf.ehcache.config.generator.model.elements with parameters of type NodeElement Modifier and Type Method Description static voidCacheConfigurationElement. addCommonAttributesWithDefaultCache(NodeElement element, Configuration configuration, CacheConfiguration cacheConfiguration)Adds all attributes which are common with the "defaultCache" element in ehcache.xsdstatic voidCacheConfigurationElement. addCommonChildElementsWithDefaultCache(NodeElement element, CacheConfiguration cacheConfiguration)Adds all common child elements with the "defaultCache" element in ehcache.xsd
-