| Package | Description |
|---|---|
| org.jboss.as.controller.logging | |
| org.jboss.as.controller.parsing | |
| org.jboss.as.controller.resource |
| Modifier and Type | Method and Description |
|---|---|
String |
ControllerLogger_$logger.nestedElementNotAllowed(Element element) |
String |
ControllerLogger.nestedElementNotAllowed(Element element)
A message indicating the element, represented by the
element parameter, does not allow nesting. |
| Modifier and Type | Method and Description |
|---|---|
static Element |
Element.forName(String localName) |
static Element |
ParseUtils.nextElement(org.jboss.staxmapper.XMLExtendedStreamReader reader) |
static Element |
ParseUtils.nextElement(org.jboss.staxmapper.XMLExtendedStreamReader reader,
Namespace expectedNamespace)
A variation of nextElement that verifies the nextElement is not in a different namespace.
|
static Element |
Element.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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
WriteUtils.writeElement(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
Element element) |
static void |
WriteUtils.writeListAsMultipleElements(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
Element element,
Attribute attribute,
org.jboss.dmr.ModelNode subModel) |
static void |
WriteUtils.writeSingleElement(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
Element element,
Attribute attribute,
org.jboss.dmr.ModelNode subModel) |
| Modifier and Type | Method and Description |
|---|---|
static String |
InterfaceDefinition.localName(Element element) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.