Package | Description |
---|---|
org.jboss.as.controller.logging | |
org.jboss.as.controller.parsing | |
org.jboss.as.controller.resource | |
org.jboss.as.server.parsing |
Modifier and Type | Method and Description |
---|---|
String |
ControllerLogger.nestedElementNotAllowed(Element element)
A message indicating the element, represented by the
element parameter, does not allow nesting. |
String |
ControllerLogger_$logger.nestedElementNotAllowed(Element element) |
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) |
Modifier and Type | Method and Description |
---|---|
protected static void |
CommonXml.writeElement(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
Element element)
|
protected void |
CommonXml.writeProperties(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
org.jboss.dmr.ModelNode modelNode,
Element element,
boolean standalone) |
Modifier and Type | Method and Description |
---|---|
void |
CommonXml.parseDeployments(org.jboss.staxmapper.XMLExtendedStreamReader reader,
org.jboss.dmr.ModelNode address,
Namespace expectedNs,
List<org.jboss.dmr.ModelNode> list,
Set<Attribute> allowedAttributes,
Set<Element> allowedElements,
boolean validateUniqueRuntimeNames) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.