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>,XMLElementSchema<S,T>
- All Known Implementing Classes:
AttributeDefinitionXMLConfiguration.DefaultAttributeDefinitionXMLConfiguration,ManagementSchema,NamedResourceRegistrationXMLElement.DefaultBuilder,ResourceRegistrationXMLElement.AbstractBuilder,ResourceXMLContainer.AbstractBuilder,ResourceXMLElement.DefaultBuilder,ResourceXMLParticleFactory.DefaultSubsystemXMLParticleFactory,SingletonResourceRegistrationXMLElement.DefaultBuilder,SubsystemResourceRegistrationXMLElement.DefaultBuilder
public interface QNameResolverResolves a local name to a qualified name.- Author:
- Paul Ferraro
-
-
Field Summary
Fields Modifier and Type Field Description static Comparator<QName>COMPARATOR
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QNameresolve(String localName)Resolves the specified local name to a qualified name.
-
-
-
Field Detail
-
COMPARATOR
static final Comparator<QName> COMPARATOR
-
-