Package org.jboss.as.controller.xml
Interface Schema
- All Superinterfaces:
QNameResolver
- All Known Subinterfaces:
IntVersionSchema<S>,ManagementXmlSchema,PersistentSubsystemSchema<S>,SubsystemResourceXMLSchema<S>,SubsystemSchema<S>,VersionedSchema<V,,S> XMLAttributeSchema<S,,T> XMLElementSchema<S,T>
- All Known Implementing Classes:
ManagementSchema
A namespace qualified XML attribute or element.
- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface org.jboss.as.controller.xml.QNameResolver
COMPARATOR -
Method Summary
Modifier and TypeMethodDescriptionReturns the local name of this attribute/element.org.jboss.staxmapper.NamespaceReturns the namespace of this attribute/element.default QNameReturns the qualified name of this attribute/element.default QNameResolves the specified local name to a qualified name.
-
Method Details
-
getLocalName
String getLocalName()Returns the local name of this attribute/element.- Returns:
- the local name of this attribute/element.
-
getNamespace
org.jboss.staxmapper.Namespace getNamespace()Returns the namespace of this attribute/element.- Returns:
- the namespace of this attribute/element.
-
getQualifiedName
Returns the qualified name of this attribute/element.- Returns:
- the qualified name of this attribute/element.
-
resolve
Description copied from interface:QNameResolverResolves the specified local name to a qualified name.- Specified by:
resolvein interfaceQNameResolver- Parameters:
localName- an attribute/element local name- Returns:
- a qualified name
-