Package org.jboss.as.controller.xml
Interface QNameResolver
- All Known Subinterfaces:
AttributeDefinitionXMLConfiguration,IntVersionSchema<S>,ManagementXmlSchema,PersistentSubsystemSchema<S>,ResourceXMLParticleFactory,Schema,SubsystemResourceXMLSchema<S>,SubsystemSchema<S>,VersionedSchema<V,,S> XMLAttributeSchema<S,,T> XMLComponentFactory<RC,,WC> XMLElementSchema<S,T>
- All Known Implementing Classes:
AttributeDefinitionXMLConfiguration.DefaultAttributeDefinitionXMLConfiguration,ManagementSchema,NamedResourceRegistrationXMLElement.DefaultBuilder,ResourceRegistrationXMLElement.AbstractBuilder,ResourceXMLContainer.AbstractBuilder,ResourceXMLElement.DefaultBuilder,ResourceXMLParticleFactory.DefaultSubsystemXMLParticleFactory,SingletonResourceRegistrationXMLElement.DefaultBuilder,SubsystemResourceRegistrationXMLElement.DefaultBuilder,XMLComponentFactory.DefaultXMLComponentFactory
public interface QNameResolver
Resolves a local name to a qualified name.
- Author:
- Paul Ferraro
-
Field Summary
Fields -
Method Summary
-
Field Details
-
COMPARATOR
-
-
Method Details
-
resolve
Resolves the specified local name to a qualified name.- Parameters:
localName- an attribute/element local name- Returns:
- a qualified name
-