Uses of Class
org.infinispan.configuration.parsing.Element
-
Packages that use Element Package Description org.infinispan.configuration.cache Cacheconfigurationorg.infinispan.configuration.parsing -
-
Uses of Element in org.infinispan.configuration.cache
Methods in org.infinispan.configuration.cache that return Element Modifier and Type Method Description ElementStorageType. getElement() -
Uses of Element in org.infinispan.configuration.parsing
Methods in org.infinispan.configuration.parsing that return Element Modifier and Type Method Description static ElementElement. forName(String localName)static ElementParseUtils. nextElement(XMLStreamReader reader)static ElementElement. valueOf(String name)Returns the enum constant of this type with the specified name.static Element[]Element. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.configuration.parsing with parameters of type Element Modifier and Type Method Description protected voidParser. parseCacheElement(XMLExtendedStreamReader reader, Element element, ConfigurationBuilderHolder holder)
-