Uses of Enum Class
org.jboss.as.controller.parsing.Element
Packages that use Element
Package
Description
-
Uses of Element in org.jboss.as.controller.logging
Methods in org.jboss.as.controller.logging with parameters of type ElementModifier and TypeMethodDescriptionfinal StringControllerLogger_$logger.nestedElementNotAllowed(Element element) ControllerLogger.nestedElementNotAllowed(Element element) A message indicating the element, represented by theelementparameter, does not allow nesting. -
Uses of Element in org.jboss.as.controller.parsing
Methods in org.jboss.as.controller.parsing that return ElementModifier and TypeMethodDescriptionstatic Elementstatic ElementParseUtils.nextElement(org.jboss.staxmapper.XMLExtendedStreamReader reader) static ElementParseUtils.nextElement(org.jboss.staxmapper.XMLExtendedStreamReader reader, String expectedNamespaceUri) A variation of nextElement that verifies the nextElement is not in a different namespace.static ElementReturns the enum constant of this class with the specified name.static Element[]Element.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.as.controller.parsing with parameters of type ElementModifier and TypeMethodDescriptionstatic voidWriteUtils.writeElement(org.jboss.staxmapper.XMLExtendedStreamWriter writer, Element element) static voidWriteUtils.writeListAsMultipleElements(org.jboss.staxmapper.XMLExtendedStreamWriter writer, Element element, Attribute attribute, org.jboss.dmr.ModelNode subModel) static voidWriteUtils.writeSingleElement(org.jboss.staxmapper.XMLExtendedStreamWriter writer, Element element, Attribute attribute, org.jboss.dmr.ModelNode subModel) -
Uses of Element in org.jboss.as.controller.resource
Methods in org.jboss.as.controller.resource with parameters of type Element