Uses of Class
org.jboss.as.controller.parsing.Element
-
Packages that use Element Package Description org.jboss.as.controller.logging org.jboss.as.controller.parsing org.jboss.as.controller.resource -
-
Uses of Element in org.jboss.as.controller.logging
Methods in org.jboss.as.controller.logging with parameters of type Element Modifier and Type Method Description StringControllerLogger_$logger. nestedElementNotAllowed(Element element)StringControllerLogger. 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 Element Modifier and Type Method Description static ElementElement. forName(String localName)static 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 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.jboss.as.controller.parsing with parameters of type Element Modifier and Type Method Description static 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 Modifier and Type Method Description static StringInterfaceDefinition. localName(Element element)
-