Uses of Class
org.jboss.as.controller.parsing.Namespace
-
Packages that use Namespace Package Description org.jboss.as.controller.parsing -
-
Uses of Namespace in org.jboss.as.controller.parsing
Fields in org.jboss.as.controller.parsing declared as Namespace Modifier and Type Field Description static Namespace[]Namespace. ALL_NAMESPACESstatic NamespaceNamespace. CURRENTThe current namespace version.Fields in org.jboss.as.controller.parsing with type parameters of type Namespace Modifier and Type Field Description static EnumSet<Namespace>Namespace. STANDARD_NAMESPACESSet of all namespaces, excluding the specialUNKNOWNvalue.Methods in org.jboss.as.controller.parsing that return Namespace Modifier and Type Method Description static Namespace[]Namespace. domainValues()static NamespaceNamespace. forUri(String uri)static NamespaceNamespace. 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.Methods in org.jboss.as.controller.parsing with parameters of type Namespace Modifier and Type Method Description static ElementParseUtils. nextElement(org.jboss.staxmapper.XMLExtendedStreamReader reader, Namespace expectedNamespace)A variation of nextElement that verifies the nextElement is not in a different namespace.voidExtensionXml. parseExtensions(org.jboss.staxmapper.XMLExtendedStreamReader reader, org.jboss.dmr.ModelNode address, Namespace expectedNs, List<org.jboss.dmr.ModelNode> list)static voidParseUtils. requireNamespace(org.jboss.staxmapper.XMLExtendedStreamReader reader, Namespace requiredNs)Require that the namespace of the current element matches the required namespace.
-