| Package | Description |
|---|---|
| org.jboss.as.controller.parsing |
| Modifier and Type | Field and Description |
|---|---|
static Namespace[] |
Namespace.ALL_NAMESPACES |
static Namespace |
Namespace.CURRENT
The current namespace version.
|
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<Namespace> |
Namespace.STANDARD_NAMESPACES
Set of all namespaces, excluding the special
UNKNOWN value. |
| Modifier and Type | Method and Description |
|---|---|
static Namespace[] |
Namespace.domainValues() |
static Namespace |
Namespace.forUri(String uri) |
static Namespace |
Namespace.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Namespace[] |
Namespace.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
ExtensionXml.parseExtensions(org.jboss.staxmapper.XMLExtendedStreamReader reader,
org.jboss.dmr.ModelNode address,
Namespace expectedNs,
List<org.jboss.dmr.ModelNode> list) |
static void |
ParseUtils.requireNamespace(org.jboss.staxmapper.XMLExtendedStreamReader reader,
Namespace requiredNs)
Require that the namespace of the current element matches the required namespace.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.